a {	
	color: #3366CC;	
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}

body {	
/*	background-color: #e3e5ed; */
/*	background-color: #0140A9; */
	background-color: #2946BB;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	color: #000000;
}
	
h1 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16pt;	
	background-color: #EBE142;  	
	color: #23398F;
	padding: 0px 8px 0px 0px;
	text-align: right;
}
	
h2 {
	color: #A1A17B;
	font-size: 12pt;	
	padding: 8px;
}
	
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14pt;	
	background-color: #EBE142;  	
	color: #23398F;
	padding: 0px 8px 0px 0px;
}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12pt;	
	color: #A69E11;
	padding: 0px 8px 0px 8px;
}


ul {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	list-style-type: square;	
	list-style-position: outside;
}

hr {
	width: 100%;
	clear: both;
	noshade: noshade;
	border: 0px;
   	color: #0140A9;
	background-color: #0140A9;
	height: 1px;
}


#page-container {
	width: 100%;
	position: absolute;
	top: 0;
	/*	background-color: #0140A9; */
	background-color: #9aa4cb;
	background-image: url(/images/bluegradient.jpg);
	background-repeat: repeat-x;
/*	background-color: #e3e5ed; */
}

#content {
	width: 800px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 50px 0px 30px 0px;
	position: relative;
 }

#content p {
	padding: 3px 8px 3px 8px;
	font-size: 10pt;	
	color: #000000;
}

.style1 {
	color: #ffffff !important; 
	background-color: #7F7F7F;
	font-weight: bold;
}

.emph {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 12pt;	
	color: #A39D3D;
}

.boxed {
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: #999900 thin solid;
}


/* begin nav */
#menu {
/*	height: 450px; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	right: 0;
}

#menu p {
	margin: 0px 0px 0px 10px; 
}

#menu ul {
	width: 100%;
	margin: 0px 0px 0px 0px; 
	padding: 0;
	list-style: none;
	float: right; 
}

#menu a, #menu h2 {
	font: bold 12pt verdana, arial, helvetica, sans-serif;
	display: block;
	padding: 0; 
	margin: 0;
	line-height: 18px; 
	height: 18px;
	color: #22388B;
	text-decoration: none;
}

#menu a:hover {
	color: #bcbf72;
/*	background-color:#0140A9; */
}

#menu li, #menu li:hover{
	position: relative;
	margin: 0px 0px 0px 0px; 	
	line-height: 18px; 
	padding: 0; 
	text-align: right;
}

#menu ul li a {
	font: bold 12pt verdana, arial, helvetica, sans-serif; 
	line-height: 18px;  
}

#menu ul li:hover h2 {
	color:#bcbf72; 
}

#menu ul ul
{display: none;}


#menu ul li:hover ul
{display: block;}


#menu ul ul {
	position: absolute;
	bottom: 0; 
	left: 100%;
	display: none;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 5px;
	border: #d8d8d8 thin groove;
}

#menu ul ul li a {
	font: bold 10pt verdana, arial, helvetica, sans-serif; 
	line-height: 12px;  
	text-align: left;
}

#menu ul ul li a:hover {
	background-color:#d8d8d8; 
	color: #22388B; 
}


#active a:link, #active a:visited, #active a:hover
{
	text-decoration: underline;
	color: #bcbf72;
}

/* end nav */


#maintext {
	border-left: #22388B medium solid; 
	width: 385px;
/*	margin: 0px 100px 0px 290px; */
	margin: 0px 0px 0px 0px;
/*	padding: 5px 90px 5px 5px; */
	padding: 5px 110px 5px 5px;
	position: relative;
/*	top: 50px; */
	top: 15px;
	left: 0px;
/*	left: 300px; */
	height: 100%;
	float: right;
}

#colleft {
	width: 150px;
	float: left;
	background-image: url(/images/leftbg4479194.jpg);
	background-color: #375CE9;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#colright {
	width: 100px;
	float: right;
	background-image: url(/images/rightbg4479194.jpg);
	background-position: right top;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

#footer { 
	width: 800px;
	padding: 0px;
	margin: auto;
	font-size: 8pt;
	background-color: #ffffff;
	clear: both;
}

#footer p, h3 {
	padding: 2px 8px 2px 8px;
}
	
  
#title {
/*	position: absolute;
	top: 50px;
	left: 48px; */
	position: relative;
	float: left;
	top: 5px;
	left: 40px;
	width: 228px;
	height: 100%;
	font-size: 30pt;
	color: #EFE142; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo {
	position: relative;
	top: 20px;
	left: 7px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
	text-align: right;
/*	float: left; */
	border: #d8d8d8 thin groove;
}

.clear {
  clear: both;
}

