@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#bkg {
	width: 960px;	
	background-image: url(../images/main-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#rptbkg {
	/*background-image: url(../images/repeating_bkg.gif);*/
	background-repeat: repeat-y;
	
}
#logo {

}
#content {
	width: 400px;
	padding: 70px 50px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px auto;
	color: #FFFFFF;
}

#content-new {
	width: 960px;
	color: #FFFFFF;
	min-height:600px;
}
#content-new-left {
	width: 240px;
	padding:320px 0px 0px 0px ;
	float:left ;
	color: #FFFFFF;
	font-size:12px ;


}

#content-new-mid {
	width:415px ;
	float:left ;
	padding:100px 20px 0px 10px ;
	color: #FFFFFF;
	font-size:12px ;
	text-align:justify ;
}
#content-new-mid a{
	color:#00ff00;
	text-decoration:underline;
	}
#content-new-mid a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}

#content-new-right {
	width:250px ;
	float:right ;
	padding:150px 10px 0px 10px ;
	color: #FFFFFF;
	font-size:12px ;
}


#footer_bkg {
	background-image: url(../images/footer_image2.gif);
	background-repeat: no-repeat;
	height: 92px;
}


#leftnav{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/leftnav_bg.gif) ;
	font-size:16px ;
	font-weight:bold ;
	color:#FFFFFF ;
	padding-left: 20px ;
	text-decoration:none ;
	
}


.leftnav-links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px ;
	font-weight:bold ;
	color:#000000 ;
	text-decoration:none ;

}
.leftnav-links:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif; ;
	font-size:16px ;
	font-weight:bold ;
	color:#FFFFFF ;
	text-decoration:none ;
}



.content-links {
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px ;
	font-weight:normal ;
	color:#01ff00 ;
	text-decoration:none ;

}
.content-links:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:12px ;
	font-weight:normal ;
	color:#FFFFFF ;
	text-decoration:none ;
}



.submitbutton {
	BORDER-RIGHT: #00447e 1px solid;
	BORDER-TOP: #00447e 1px solid; 
	FONT-SIZE: 9pt;
	BORDER-LEFT: #00447e 1px solid;
	COLOR:#000000 ;
	BORDER-BOTTOM: #00447e 1px solid; 
	FONT-FAMILY: verdana; 	
	BACKGROUND-COLOR:#f4a952 ;
}
.textfield {
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-style: normal;
	line-height:normal ;
	font-weight: normal;
	font-variant: normal;
	color:#666666 ;
	height: 14px;
	width: 140px;
	background-color:#FFFFFF ;
	border:1px solid #FFFFFF ;
}

.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-style: normal;
	line-height:normal ;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	height: 50px;
	width: 235px;
	background-color:#FFFFFF ;
	border:1px solid #FFFFFF ;
}

.listbox{
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:11px ;
	color:#333333 ;
	background-color:#FFFFFF ;
	font-style: normal;
	line-height:normal ;
	font-weight: normal;
	font-variant: normal;

}
.nav{
background-image:url(../images/nav.jpg);
height:300px;
width:270px;
position:absolute;
z-index:300;
margin-left:690px;
margin-top:19px;
border:0px;}
