


/* Structure */

	html{
		background-color: #B2B1B7;
		text-align: center;
		font-family: arial;
		font-size: 9pt;
	}

	.container{
		margin: 0 auto;
		width: 900px;
		min-height: 650px;
		/height: 650px;
		text-align: left;
		background-color: white;
		border: 1px solid #024A56;
	}
	
	.header{
		width: 900px;
		height: 150px;
		background-color: #E8E8EA;
		font-size: 10pt;
	}
	
	.header a{
		 text-decoration: none;
		 }
	
	.mainContainer{
		margin-left: -1px;
		width: 898px;
		/width: 901px;
		float: left;
		border: 2px solid #024A56;
		background-image: url('../img/bg.jpg');
		background-repeat: repeat-y;
		background-color: #CDD6DA;
	}
	
	.lftBar{
		width: 145px;
		min-height: 500px;
		/height: 500px;
		float: left;
		padding-left: 5px;
		background-color: #CDD6DA;
		font-size: 10pt;
	}
	
		.lftBar a{
			text-decoration: none;
			color: #000000;
		}
	
	/* Change this to extend main column */
	.main{
		width: 526px;
		/width: 602px;
		min-height: 800px;
		/height: 800px;
		float: left;
		border-left: 1px solid #024A56;
		border-right: 1px solid #024A56;
		padding:0 30px;
		/padding-top: 10px;
		background-color: #FFFFFF;
	}
	
	.rtBar{
		width: 145px;
		min-height: 450px;
		/height: 450px;
		padding: 0 7px;
		float: right;
		background-color: #CDD6DA;
		text-align: left;
	}

/* Header */

	
	.headerImg{
		width: 900px;
		height: 115px;
	}
	
	.linksHeader{
		width: 898px;
		/width: 900px;
		/margin: 5px 0; 
		height: 22px;
		/height: 24px;
		background-color: #FFFFFF;
		text-align: center;
		border:2px solid #024A56;
	}
	
	.linksHeader a{
		padding: 3px 5px; /3 and 6
		font-size: 9pt;
		font-weight: bold;
	}
	
	.linkHighlight, .linksHeader a:hover{
		margin-bottom: 12px;
		background-color: #024A56;
		text-decoration: none;
		color: #FFFFFF;
		background: url('../img/tab.jpg') no-repeat top right;
	}
	
	.linkHighlight span, .linksHeader a:hover span.lftTab{
		background: url('../img/tab.jpg') no-repeat top left;
	}
.linksHeader ul{
	list-style:none;
	display:block; 
	margin:5px 0; 
	padding: 3px 6px;
	font-size: 10pt;
	font-weight: bold;
	display:inline;
	text-align: center;
	}
.linksHeader li{
	padding: 3px 6px;
	display:list-item; 
	float:left;
	font-size: 9.5pt;
	font-weight: bold;
	list-style:none;
	}
	
/* General */

a{
	color: #024A56;
}

a:hover{
	text-decoration: underline;
}

h2{
	margin: 20px auto;
	text-align: center;
	font-size: 16pt;
}

h3{
	width: 500px;
	margin: 0px auto;
	padding-left: 30px;
	color: #024A56;
	border-bottom: 1px solid #024A56; 
	background-image: url('../img/box.jpg');
	background-repeat: repeat-y;
	font-size: 12pt;
}

h4{
	margin: 5px 0 3px 0;
	color: #024A56;
	font-size: 10pt;
}

.btnGreen{
	margin-top: 3px;
	background-color: #024A56;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;
}

.btnGreen2{
	padding: 1px 5px;
	background-color: #024A56;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 6pt;	
}

.btnGreen3{
	padding: 2px 3px;
	background-color: #024A56;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;	
}

.adText{
	margin: 3px 4px 0 5px;
	font-size: 8pt;
	text-align: left;
}

.noMargins{
	margin: 0;
	padding: 0;
}

a img{
	border: 0px;
}

.listTitle{
	font-weight: bold;
}

.topSpace{
	margin-top: 20px;
}

.contentIndent{
	margin: 5px 50px 25px 20px;
}
/* drop down style*/
#menu ul { 
	   position: absolute;
	   display:none;
	   padding: 0;	
 	   margin: 0;
	   font-size: 10pt;
	   font-weight: bold;
	   background-color: #FFFFFF;
	 }

#menu ul li { display:list-item; float: none; padding: 2px; width: 135px; text-align: left;}

#menu ul.active { display:block }



