/* CSS Document */

	html {
	height:100%;
	overflow:scroll;
		}

	body {
	    background-color:#131D42;
		margin-top:0px;
		margin-bottom:0px;
		}
		
	a:link { 
		color:#384979;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold; 
		text-decoration:none;
		letter-spacing:inherit;
		}  
		
	a:visited { 
		color:#384979;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px; 
		font-weight:bold;
		text-decoration:none;
		letter-spacing:inherit;
		} 
		
	a:hover { 
		color: #333333;
		}
		
	a.copy:link { 
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold; 
		text-decoration:none;
		letter-spacing:inherit;
		}  
		
	a.copy:visited { 
		color: #000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px; 
		font-weight:bold;
		text-decoration:none;
		letter-spacing:inherit;
		} 
		
	a.copy:hover { 
		color: #333333;
		}
		
	#pagewrapper {
		width:850px;
		height: 100%;
		border-top:1px solid #000000;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-bottom:1px solid #000000;
		background:#FFFFFF;
	}		
			
	#header {
		background-color:#ffffff;
		width:850px;
		height:142px;
		}
				
	#headerleft {
	    background-image:url(images/gradient_bg.jpg);
		width:325px;
		height:142px;
		float:left;
		text-align:center;
		vertical-align:middle;
		}
		
	#headermiddle {
		background-color:#FFFFFF;
		width:114px;
		height:142px;
		float:left;
		}
		
	#headerright {
		background:url(images/star_bg.gif);
		width:411px;
		height:142px;
		float:left;
		}
		
	#whitespacer {
		background-color:#FFFFFF;
		width:850px;
		height:3px;
		text-align:left;
		}
		
	#bluebar {
		background-color:#1C3755;
		width:850px;
		height:39px;
		text-align:left;
		}
		
	#dropshadow {
		background-image:url(images/dropshadow.jpg);
		width:850px;
		height:3px;
		text-align:left;
		}

	#maincontent {
		width:850px;
		height:100%;
		background-color:#FFFFFF;
		float:left;
		}	
		
	#darkbluefooter {
		background-color:#131D42;
		width:850px;
		height:4px;
		text-align:left;
		float:left;
		clear:both;
		}	
		
	#footer {
		background-color:#CCCCCC;
		width:850px;
		height:30px;
		text-align:left;
		float:left;
		clear:both;
		}
				
	.copy{
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
		
	.emphasis{
		color:#384979;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight:bold;
		letter-spacing:inherit;
		}
		
	li {
	    color:#666666;
		text-align:justify;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		letter-spacing:inherit;
		line-height:13px;
		}
		
	p.content {
	    color:#666666;
		text-align:justify;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		letter-spacing:inherit;
		line-height:13px;
		}
			
	.tbl a {
		width:100%;
		line-height:33px;
		display:block;
		text-align:left;
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#FFFFFF;
		}
		
	.tbl a:hover {
		text-decoration:none;
		display:block;
		line-height:33px;
		background-color:#cccccc;
		color:#000000;
		}
		
	.clear {
		clear:both;
	}

	
