@charset "utf-8";

/* CSS Document */

body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 98%;
	color: #383838;
	background-color: #ffffff;
	}
	
/*Layout Divs*/	

#wrap {
    margin:0 auto;
	padding:4px;
    width:786px;
	border:#666666 solid 2px;	
    }
	
#header {
	background:#66bbe3;
	border:solid 2px #008ed0;
	height:18px;
	}
	
#header a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
	
#main {
   float:right;
	margin-top:24px;
	line-height:1.2em;	
}	
#sidebar {
   float:left;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:25px;
	background-color:#008ed0;
}
#footer {
   clear:both;
	height:12px;
	background-image:url(../imgs/hr.gif);
	background-repeat:repeat-x;
}	
#entryTable {
	margin-top:52px;
	margin-top: 32px;
	color:#FFFFFF;
	font-size:.9em;
	font-weight:bold;
}
#creds {	
	font-size: 0.65em;
	margin-bottom: 0;
	margin-top: 30px;
	line-height: 1.4em;
	float: left;
	width: 379px;
	margin-top: 10px;
}
#creds p	{
	padding: 0;
}
#logos	{
	float: left;
	width: 146px;
	height: 60px;
	margin-top: 30px;
}
#logosHome	{
	float: left;
	width: 166px;
	height: 60px;
	margin-top: 30px;
}
#information	{
	font-size: 0.65em;
	line-height: 1.4em;
	width: auto;
	clear: both;
}
#credsHome {		
	font-size:0.65em;
	margin-bottom:0;
	margin-top: 10px;
	line-height: 1.4em;
	margin-top: 19px;
	float: left;
	width: 333px;
	}
#image {
	border-bottom:4px solid white; 
	margin:0px;
	padding:0px;
	height:320px;
	overflow:hidden;
	}
#navBox {
	border:solid 1px #008ed0;
	margin-top:0px;
	background-color:#DEF1FA;
	width:212px;
	}
.quoteBoxDkBlue {
	width:198px;
	background:#008ed0;
	color:#FFFFFF;
	border-top:4px solid white;
	padding:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.4em;
	}
	

/*Text Formatting Styles*/

hr {
	color:#FFFFFF;
	height:1px;
	}
	
a {
	color: #999999;
	}
	
p {
	padding-bottom: 0;
}
p.code	{
	font-size: 10px;
	text-align: right;
}
h1	{
	font-size:2em;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.2em;
	letter-spacing:2px;
	}
h2	{
	font-size:1.8em;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.1em;
	letter-spacing:1px;
}

sup {
	font-size:.8em;
	}
	
.ltBlue {
	color:#66bbe3;
	}
	
.dkBlue {
	color:#008ed0;
	}

.boxLtBlue {
	background:#66bbe3;
	color:#FFFFFF;
	padding:8px;
	}
	
.boxLtBlue a{
	color:#FFFFFF;
	}
	
.boxDkBlue {
	background:#008ed0;
	color:#FFFFFF;
	padding:8px;
		
	}
	
.boxDkBlue a{
	color:#FFFFFF;
	}
	

.references {
	margin-top:15px;
	
	margin-right:0px;
	color:#999999;
	font-size:9px;
	}
.reflist {
	margin-top:2px;
	margin-bottom:2px;
	margin-right:0px;
	color:#999999;
	}
	
.nav {
	list-style:none;
	padding-left:10px;
	margin-left:0px;
	margin-top:8px;
	margin-bottom:8px;
	font-size:.7em;
	}
	
.nav a {
	text-decoration:none;
	font-weight:bold;
	color:#008ed0;	
	}
	
.nav a:hover {
	text-decoration:underline;
	}
	
sup {
	font-size: 70%;
}
