/* CSS Document */

body {	
	margin: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;   
	background-image:url(images/backgroundx2.jpg);
	background-repeat:repeat-x;	
	background-color: #99cccc;	
}

h1 {	
	font-size: 24px;
	color: #cc3333;	
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}	

h2 {
	font-size: 20px;
	color: #0066CC;	
	font-weight: normal;
	margin: 0px 0px 15px 0px;			
}

h3 {	
	font-size: 14px;
	color:#0066cc;	
	font-weight: bold;
	margin: 30px 0px 10px 0px;		
}

h4 {
	font-size: 14px;
	color: #333333;	
	font-weight: normal;
	margin: 0px 0px 20px 0px;		
}

h5 {
	font-size: 14px;
	color: #333333;	
	font-weight: bold;	
}		

.bodytextltgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.blue24 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #0066CC;
}

.blue24b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight:300;
	color: #FFFFFF;
}

.blue14b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
}

.blue18b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: #0066CC;
}

.blue18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0066CC;
}

.blue14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
}

.white18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;	
	color: #FFFFFF;
}

.grey14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.grey12bolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
	color: #333333;
}

.yellowbold16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color: #FFE812;
}

.white16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: normal;
	color: #FFFFFF;
}

#container {
	width: 850px;	
	margin:10px auto;
	background-color: #FFFFFF;	
	border: 3px solid #3366cc;
}	

#banner {	
    position: relative; 	
	width:850px;
	height:135px;
	margin: 0px 0px 0px 0px;
	background-color: #0166D0;
	background-image:url(images/heading9e.jpg);
}

#navcontainer ul {
	position: relative; 
	margin: 0;
	padding:4px 6px 4px 6px;		
	list-style-type: none;	
	background-color: #3367cd;	
	color: #FFFFFF;	
	font-size: 12px;
	text-align: center;	
}
		
#navcontainer li {
	display: inline;
}
		
#navcontainer li a {
	text-decoration: none;		
	color: #FFFFFF;
	padding: 4px 6px 4px 6px;			
}
		
#navcontainer li a:hover {
	text-decoration: underline;					
	color: #FFFFFF;
}

#navcontainer li span a {
	text-decoration:underline;	
}

#nav2container {
	float: left;
	width: 180px;	
	margin: 25px 40px 50px 0px;
}

#nav2curve {	
	width: 180px;
	height: 30px;
	background: url(images/corner.gif) no-repeat;
	margin: 0px 0px 0px 0px;	
}

#nav2content {	
	width: 177px;
	height: 250px;
	font-size: 14px;
	border-right: 3px solid #3366cc;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
	text-align: left;	
}

#nav2content ul {
	list-style-type: none;	
	margin: 0px 0px 0px 0px;	
	padding: 5px 0px 0px 0px;	
}

#nav2content li,#nav2content li a,#nav2content li a:hover,#nav2content li span{		
	display:block;	
	color: #0033CC;	
	padding: 2px 0px 0px 2px;
	width: 160px;
	height: 18px;
	text-decoration: none;	
}



#nav2content li a.grey{	
	display:block;	
	color: #0033CC;	
	padding: 2px 0px 0px 2px;
	width: 160px;
	height: 18px;
	text-decoration: none;
	background-color:#E9E9E9;			
}

#nav2content li a:hover {
	display:block;	
	color: #0033CC;	
	padding: 2px 0px 0px 2px;
	width: 160px;
	height: 18px;
	text-decoration: none;		
	background-color:#FFFFCC;	
}

#nav2content li span {	
	background-color:#E9E9E9;		
}

#nav2content table {
    table-layout: fixed; width: 177px;
	border-collapse: collapse;	
	padding: 0px;
	background: #E9E9E9;
	margin-bottom: 5px;	
	
}

.detailrow_3n{
	background-color:#3366cc;
}

#nav2content table a {
	padding-left: 7px;	
    color: #3366cc;	
	
    text-decoration: none;
}

#nav2content table a:hover {
	text-decoration: none;
	color: #cc3333;			
}		


#content {
	float: left;
	margin: 25px 0px 25px 0px;	
	width: 350px;	
	height: 100%;
}

#contentright {
	float:left;
	width: 240px;
	margin: 100px 0px 50px 0px;	
	background-color:#FFFFFF;		
}

#contentright img {
	border: 2px solid #0066cc;
	margin-left: 7px;
}

#contentimg {
	float:left;	
	margin: 0;
	padding: 0;	
}

#bigcontent {
	float: left;
	margin: 25px 0px 50px 0px;
	width: 615px;
}

#bigcontent a {
	text-decoration: underline;		
    font-size: 12px;
	color: #0033CC;	
}

#bigcontent  a:hover {
	text-decoration: underline;		
    font-size: 12px;
	color: #0033CC;	
}

#content p {
    font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 16px 0px;	
}

#content a {
	text-decoration: underline;		
    font-size: 12px;
	color: #0033CC;	
}

#content a:hover {
	text-decoration: underline;		
    font-size: 12px;
	color: #0033CC;	
}

#content ul {
	font-size: 12px;
	list-style-type:square;
	margin-bottom: 30px;	
}

#content li {	
	padding-top: 10px;	
	list-style-position: outside;
}

#bigcontent {
	float: left;
	margin: 25px 0px 50px 0px;
	width: 615px;
}

#bigcontent a {
	text-decoration: underline;		
    font-size: 14px;
	color: #0066CC;
}

#bigcontent  a:hover {
	text-decoration: underline;		
    font-size: 14px;
	color: #0066CC;
}

#footer {
	clear: both;	
	width: 850px;
	text-align: center;
	font-size: 12px;	
	line-height: 16px;	
	padding-bottom: 15px;		
}

