/* CSS Document */
* {
margin:0;
padding:0;
}
html, body {margin:0; padding:0}
body {font-size: 76%; font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bkg.jpg);
	background-color: #024d8b;
	background-repeat: repeat-x;
	background-position: 50% 0%;


}

.highlightBl {color:#005dab; font-weight:bold;}

.images {border : 1px solid #708fc8; display:block;}

a:link {color:#005dab; text-decoration:underline;  font-weight: bold}
a:visited {color:#005dab; text-decoration:underline; font-weight: bold}
a:active  {color:#cccccc; text-decoration:underline; font-weight: bold}
a:hover   {color:#708fc8; text-decoration:none; font-weight: bold}


/* Main div blocks basic styling */
div#container {width: 950px; margin: 0 auto; height:100%; background-color:#ffffff; border: 1px solid #000000;}
div#header { background-color: #ffffff;}
div#rightbar { width: 209px; float:right; margin-top:50px; margin-right:20px; display: inline;}
div#apprentice {border: 1px solid #708fc8; background-color:#f2f2f2;  background-image:url(images/apprenticebkg.jpg); background-repeat:no-repeat}
div#boxed {border: 1px solid #708fc8; }
div#boxed2 {border: 1px solid #708fc8; }
div#boxed3 {border: 1px solid #708fc8; }


div#menu {margin-top: -40px; text-align:center; color:#FFFFFF }


div#content {margin-right: 290px; margin-top:50px; min-height:500px;}
div#copyright {	background-color: #024d8b;}
div#footer {clear:both; }

/* Menu Navigation */

div#menu ul {
	list-style-type: none;
	letter-spacing: 0.15ex;

}
div#menu ul li {
	display: inline;



}
div#menu li a{
	color : #FFFFFF;
	text-decoration : none;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:5px;


}

div#menu li a:hover{
	color : #FFFF00;
	background-color : #024d8b;

}




/* Content Styling */
div#content h1 {
	margin-top:12px;
	margin-left:40px;
	margin-bottom:20px;
	color:#005dab;
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.9em;
	letter-spacing: .08ex;
	font-style:normal;

	}
	
div#content h2 {
	margin:0 .5em; padding: .5em .5em 0 0em;
 	color:#708fc8; 
	margin-left:40px;
	margin-top:15px;
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.3em; 
	letter-spacing: .25ex;	
	font-weight:bold; 
	border-bottom: 1px solid #708fc8;}
	
	
div#content p {	
	margin-left:45px;
	margin-top:10px;
	margin-bottom:0px;
	LINE-HEIGHT: 145%;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	color: #666666;}
	
	
div#content p.tableaddress {	
	margin-left:45px;
	margin-top:10px;
	margin-bottom:35px;
	LINE-HEIGHT: 125%;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	color: #666666;}
	

div#content td {	
	margin-left:5px;
	LINE-HEIGHT: 145%;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	color: #666666;}
	
div#content .tablehead { 	
	color:#005dab; 
	font-weight:bold}


	
div#content .bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}


div#content ul
{
list-style-type: none;
padding: 0;
margin: 40px;
}


div#content li {
	LINE-HEIGHT: 145%;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left:25px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: .9em;
	color:#666666;

}	
	

	
div#rightbar h2 {
	margin:0 .5em; padding: .5em .5em 0 0em;
 	color:#005dab; 
	font-family: “Times New Roman”, Arial, sans-serif;
	font-size: 1.1em; 
	letter-spacing: .25ex;	
	font-weight:normal; 
	border-bottom: 1px solid #005dab;}
	
div#rightbar p {padding: 0 1em; color:#666666; }

div#rightbar .bannerText {
	padding: 0 1em; 
	color:#005dab; 
	font-size:1em; 
	letter-spacing: .15ex;
	}

div#rightbar a:link {color:#6182cd; text-decoration:none;  font-weight: normal}
div#rightbar a:visited {color:#6182cd; text-decoration:none; font-weight: normal}
div#rightbar a:active  {color:#cccccc; text-decoration:none; font-weight: normal}
div#rightbar a:hover   {color:#005dab; text-decoration:underline; font-weight: normal}

div#rightbar .bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}


div#rightbar ul
{
list-style-type: none;
padding: 0;
margin: 0px;
}


div#rightbar li {
	LINE-HEIGHT: 165%;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left:15px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 .55em;
	padding-left: 0.9em;
	color:#666666;

}	

div#apprentice .apprentice {border : 2px solid #708fc8; text-align:center; margin-top:70px;}	


div#boxed a:link {color:#005dab; text-decoration:underline;  font-weight: normal}
div#boxed a:visited {color:#005dab; text-decoration:underline; font-weight: normal}
div#boxed a:active  {color:#cccccc; text-decoration:underline; font-weight: normal}
div#boxed a:hover   {color:#FF0000; text-decoration:underline; font-weight: normal}


div#copyright {margin:0; text-align:center; }
div#copyright p { padding-top: 5px; font-size: 1em; color:#ffffff; font-size: 100%; margin-bottom:10px;}
div#copyright p a:link, div#copyright p a:visited {color:#FFFF00; text-decoration:none}
div#copyright p a:hover {text-decoration:underline;}	
	





