input {font-size:80%; color:#202060;}

body{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.166;
	margin-top: 30px;
	padding: 0px;
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:50px 0px;
	font-size:12px;
	text-align:center;
}

p, ul, li {font-size: 12px; line-height:18px;}


a {
	color:#800C0C;
	text-decoration: none;
}

a:link{
	color: #800C0C;
	text-decoration: none;
}

a:visited{
	color:#800C0C;
	text-decoration: none;
}

a:hover{
	color:#990000;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {font-family: 'Lucida Grande', arial, helvetica, sans-serif;}

hr {
	color: #202060;
	width: 100%;
	height: 1px;
	margin-top:7px;
	margin-bottom:7px;
	padding:0px;
	
}	

img {
	border: solid #333 1px;
}

/************* #globalNav styles **************/

#globalNav{
	float:right;
	width:780px;
	color: #000;
	padding-top:130px;
	text-align:right;
}

#globalNav a {
	font-size: 11px;
	padding: 0 7px 0 0;
	font-family: Lucida Grande, Arial, Sans-Serif;
	font-weight:bold;
	color: #800C0C;
}

#globalNav a:hover {
	font-weight:bold;
	color:#660000;
	text-decoration:overline;
	padding-top:2px;
	
}

/*************/	


#pagewidth {
	width: 780px;	
	margin: 0px auto;
	border: 1px solid #202060; 
	border-top: 7px solid #202060;
	background-image:url(../img/bg_3col.gif);
	background-repeat:repeat-y;
	text-align:left;
} 



#header { 
	width:780px;
	height:150px; 
	background-image: url(../img/bg_header3.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	background-color:#ffffff;
	border-bottom: 1px solid #ccc;;
}


#leftcol {
	width:175px; 
	float:left; 
	padding-top:15px;
}

#leftcol p {font-size:10px;text-align:center;}

#leftcol h1 {
	font-size:14px;
	margin-top: 1em;
	margin-bottom: 10px;
	color:#660000;
	font-weight:normal;
}


#maincol {
	position: relative;
	float: left;
	width: 50%;
	
}

#maincol h1 {
	font-size: 16px;
	color: #202060;
	padding: 20px 5px 10px 15px;
	margin: 0px;
}

#maincol h2 {
	font-size: 14px;
	color: #000000;
	padding: 20px 5px 10px 15px;
	margin:0px;
	}

#maincol p {
	font-size:12px;
	line-height:18px;
	padding:0px 15px 6px 25px;
	}




#rightcol{
	position:relative;
	width:200px;
	float:right;
}

#rightcol h1 {
	font-size:14px;
	margin: 1em 0px 10px 0px;
	background-color:white;
	border-top: 4px solid #202060;
	border-bottom: 1px solid #ccc;
	padding: 4px 2px 1px 10px;
	text-transform:uppercase;
	color: #202060;
	font-weight:bold;
} 

#rightcol p {
	margin: 0 20px 10px 15px;
	padding-bottom:6px;
	font-size:10px;
}

#rightcol h4 {
	margin: 0 20px 10px 15px;
	padding-bottom:6px;
	font-size:11px;
	color:#444;
	line-height:1.3em;
}



#footer {
	clear:both;
	width:780px; 
	font-size: 9px;
	background-color:#FFFFFF;
	color: #999;
	text-align:center;
	padding:10px 0px;
	border-top:1px solid #666666;

}  	

.spacer {height:30px;}

.clr {clear:both;}

.content {padding:7px;}

.submit {background: #ccc; color:#000; border: 1px solid #666; font-family: verdana, arial, sans-serif; font-size: 10px;}



/*printer styles*/ 
@media print{
#leftcol, #rightcol, #header, #glabalNav {
  display: none !important;
}
body, #maincol, #footer, #pagewidth {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body #maincol {background: none;}

html body  {position: static; width: auto; height: auto;
  margin: 1em 0 0; padding: 0; border-top: none;
  font-size: 0.9em; text-align: right;
  background: none;}
}
