@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#003300;
	background-color:#FFFFFF;
	/*background-image:url(images/index_r1_c1.jpg);*/
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0; 
	height:100%; 
}

#contentBg
{
background-image:url(images/index_r2_c3.jpg);
background-position:bottom;
background-repeat:no-repeat;
background-color:#FFFFFF;
width:934px;
}

#leftBorderBg
{
background-image:url(images/index_r2_c2.jpg);
background-position:bottom;
height:auto;
background-repeat:repeat-y;
width:4px;
}


#rightBorderBg
{
background-image:url(images/index_r2_c4.jpg);
background-position:bottom;
height:auto;
background-repeat:repeat-y;
width:2px;
}

#bgFooter
{
background-image:url(images/index_r4_c2.jpg);
background-position:bottom;
background-repeat:no-repeat;
width:940px;
height:121px;
}


.leftBorder
{
border-left:1px solid #003300;
}

a
{
	color:#003300;
	font-weight:500;
	text-decoration:none;
}

a:hover
{
	color:#003300;
	font-weight:500;
	text-decoration:underline;
}

