/* main css declarations */

body {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;	
	background-color:white;	
}

#masthead {
	width:800px;
	height:83px;
	padding:0px;		
	margin-right:auto;
	margin-left:auto;	
}
#masthead img {
	border:none;
}

#outer_wrapper{
	width:800px;	
	/* margin-top needs to be here and not in #wrapper for sidbear in IE */
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	/*border:1px solid black*/
}

/* search form */
form#gs {
	float:left;
}
form#gs input#q {
	font-size:10px;
	width:195px;
	height:15px;
	margin-left:17px;
	padding-top:2px;
	padding-left:5px;
	border:1px solid black;
	background-color:#FFF;	
}
form#gs input#btnG {
	margin-left:-5px;
	padding-left:0px;
	margin-right:20px;
}	

#wrapper {
	background: url(../img/bg_sidebar.gif) repeat-y left;
}

#container {
	margin:0px;
	padding:0px;
	width: 100%;
	float: left;
}
/*#content_splash  #content_main  {
	margin-right: .5em;
}*/

#content_splash {
	margin:0px;
	padding:0px;
	/*border-top:1px solid black*/
}

#content_main {
	margin-top:10px	
}

#main {
	margin: 0px 0px 0px 180px;
	padding:0px;
	font-size:12px;
	line-height:130%
}
#main a:link, #main a:visited {
	font-weight:bold;
	color:#345674;
	text-decoration:none
}
#main a:visited {
	color:#666;
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	font-weight: bold;
	line-height: 22px;
	padding-top: 12px;
}
.Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

#main a:hover, #main p a:hover {
	text-decoration:underline
}

#left {
	width: 150px;
	float: left;
	padding: 0px 10px 10px 10px;
	font-size:12px;
	text-align:center;
}
#left img, #left p img {
	margin-top:1em;
}
#left ul,  
#center ul, 
#right ul {
	list-style:none;
}
#left ul {
	padding:0px;
	margin: 10px 0px 10px 0px;
	border-top:1px solid white;
	width:150px;
}
#left ul li {
	line-height:200%
}
#left ul li a img {
	border:none;
}
#left ul li ul {
	margin: 0px 0px 0px 30px;
}

#fl {
	text-align:left
}
div#left ul.nb, div#left ul li ul.nb {
	border-top:none
}
ul li img {
	padding-bottom:5px;
}
#cntr {
	text-align:center
}

#left a, 
#center ul li a, 
#right ul li a{
	text-decoration:none;
	color:black
}
 
#boxOne a:link, 
#boxTwo a:link  { color:#325573;}

#left a:hover, 
#left p a:hover, 
#left ul li a:hover, 
#center ul li a:hover, 
#right ul li a:hover { text-decoration:underline; }

/*#boxOne ul li a:hover, 
#boxTwo ul li a:hover {color:#ccc}*/


#left a:visited {
	text-decoration:none;
	color:#666
}

#center, #right {
	float:left;
	padding:10px 10px 0px 10px;
	margin:0px;
	/*border:1px dashed red;*/
}
#center {
 	width:460px;
	padding:0px;	
}
#right {
 	width:125px;
 	margin: 0px 0px 0px 10px;
	border-left:1px solid black;
	/*border:1px dashed red;*/
}

h1 {
	/*margin-top: 0px;*/
	font-size: 20px;
	color: #003366;
	font-weight: bold;
	line-height: 18px;
	padding-top: 12px;
}
h2, h3 {
	margin-top: 15px;
}

h2 {
	font-size:130%
}
h3{
	font-size:120%
}
.last {
	margin-bottom: 0px;
}

hr {
	height:1px;
	color:black;
	}

.nomargin {
	margin-top:0px
}

#footer {
	width:800px;	
	margin:0px;
	margin-right:auto;
	margin-left:auto;	
	padding-top:10px;
	text-align:center;
}
#az {
	width:800px;
	height:30px;
	background-color:#014075;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing: .04em;
	padding-top:10px;
	margin-bottom:7px
}
#az a:link, #az a:visited {
	color:white;
}
#az a:hover {
	text-decoration:underline;
}
#footer a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#999;
	margin-left:10px;	
	margin-right:10px;
}
#footer a:hover {
	text-decoration:underline;	
}

.clearing {
	height: 0px;
	clear: both;
	border-bottom:2px solid black
}
	
/* imgs */

.lfImg {
	float:left;
	margin:0px 1.5em 5px 0px;
}
.rfImg{
	float:right;
	margin:0px 0px 5px 1.5em;
}
.rfImg img, .rfImg img {
	margin-bottom:.1em;
}
#siCap {
	width:190px;	
	padding: 0px 10px 0px 15px;
}

.caption, .lfImg,  .rfImg {
	font-size: 12px;
	font-weight: bold;
	color:#325573;
	width:auto;
	height:auto;
	text-align:center;
	padding:0px;
	/*border-bottom:1px solid #999;*/	
}

.lfImg a img, .rfImg a img {
	border:none;
	padding:0px;
	margin:0px
}

div#masthead a img, .caption a img, .lfImg a img, .rfImg a img, #lablogo img, #footer img {
	border:none;
}

