/* CSS Document */
	
	body,html {
		margin:0;
		padding:0;
		color:#000;
		}
	
	body {
		min-width:750px;
		}
	
	#frame {
		width:750px;
		margin:0 auto;
		background-image: url(images/navfiller.gif);
		background-repeat: repeat-y;
		}
		
	#header {
		height:100px;
		background-color:#FFFFFF;
		border-bottom: 2px solid #002D62;
		}
				
	#navigation {
		width:250px;
		height:450px;
		float:left;
		background-image:url(images/nav/nav-home.jpg);
		background-repeat:no-repeat;
		}

/* for understanding browsers */
	#content {
		width:458px;
		height:auto;
		min-height:410px;
		padding:20px 20px 20px 20px;
		float:right;
		border-right: 2px solid #002D62;
		}
		
		#centcontent {
		width:458px;
		min-height:410px;
		padding:20px 20px 20px 20px;
		overflow:auto;
		float:right;
		border-right: 2px solid #002D62;
		text-align: center;
		}
		
/* for Internet Explorer */
/*/*/
* html #content {
height: 410px;
}

* html #centcontent {
height: 410px;
}
/**/
		
	

	#footer {
		height:100px;
		clear:both;
		}
	
	#navigation p {
		font-family: Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		color:#F90;
		margin:9px 45px 0 0px;
		text-align:right;
		}
		
	#navigation a {
		color:#FFF;
		}
	
	#navigation a:hover {
		color:#F90;
		text-decoration:none;
		}
	
	#content {
		font-size:13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #002D62;
		margin:0px 0px 0px 0px;
		}

	a:link,a:visited {
		color: #002D62;
		text-decoration: none;	
		}

	a:hover {
		color: #e99923;
		text-decoration:underline;
		}
		
	a#reveal {
		color: #e99923;
		text-decoration: none;	
		}

	a#reveal:hover{
		color: #e99923;
		text-decoration:underline;
		}
		
	a#hidden {
		color: #002D62;
		text-decoration: none;	
		}

	a#hidden:hover{
		color: #002D62;
		text-decoration: none;
		}
		
	div#boxheader {
		background-color: #FFD497;
		width: 100%;
		font-size: 14px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin:0 0 15px 0;
		}

	div#boxheader p {
		color: #1B58A8;
		margin: 0 0 0 5px;
		padding:0;
		line-height: 25px;
		}
		
	div#box {
		border: 2px solid #002D62;
		padding:0 0 15px 0;
		margin: 0 0 0 0;
		}
		
	div#boxnobotpad {
		border: 2px solid #002D62;
		padding:0 0 0 0;
		margin: 0 0 0 0;
		}
		
	div#boxcontent {
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
		}
		
	div#stats {
		float: left;
		clear: none;
		margin: -15px 0 0 0;
		}
		
	.text {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color: #002D62;
		margin:0px 0px 10px 0px;
		}
		
	.boxtext {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color: #002D62;
		}
		
	.arrow {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		color: #002D62;
		margin:0;
		}
		
	.leadin {
		font-weight: bold;
		color: #1B58A8;
		}
		
	li#bullet {
		list-style-position: outside;
		list-style-image: url(images/bullet.gif);
		list-style-type: circle;
		margin: 0px 0px -5px -23px;
		}
		
	.toppad {
		margin: 5px 0 0 0;
		}
		
/* THIS IS FOR THE SUB MENU IN DIAGRAMS */