body {
	color:#505152;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #CCCCCC;
}
	   
#wrapper {
	text-align: left;
	width: 787px;
	margin: 0 auto;
	background: #FFF;
/*	border: #5E2020 6px solid; */

}
#header{
	height: 175px;
	background: #fff;
	text-align: center;
	background-image:url(images/home-header.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#left {
float:left; 
width: 350px;
padding: 10px;
}

#right {
	float:right;
	width: 350px;
/*	border-left: 1px dotted #CC6666; */
	color: #333333;
	padding: 10px;
}

#footer{
	clear:both;
	height:80px;
	text-align: center;
	border-top: 1px solid #6b82b6;
	background-color: #FFF;
}
#footer p {
margin-top: 10px;
font-size: 75%;
color:#505152;
}

p {
font-size: 90%; 
color: #666666;
}
	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;
}

#right p {
font-size: 100%; 
color: #666;
line-height:1.2em;
}
h1 {
color: #333333;
font-size: 110%; 
border-bottom: 2px solid #AD3838;
}
h2 {font-size: 105%; color: #e39b1d;
/*margin: 12px;*/
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #B83D3D;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.box {
	font-size: 60%;
	border: 4px dashed #f4dead;
	padding: 14px;
/*width: 250px; */
}

a:link {color:#5270b4;}
a:visited {color:#5270b4;}
a:active {color:#5270b4;}
a:hover {color:#000; text-decoration:none}

/*.container {
	background-color:#FFFFFF;
	background-image:  url(images/home-header.png);
	background-repeat:no-repeat;
	background-position:center top;
}*/

/* main nav bar */

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

#globalNav{
	position: relative;
	width: 100%;
	min-width: 787px;
	height: 34px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(images/menu-bkgd.png);
	top: 35px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 5px;
	height: 33px;
	min-width: 640px;
	padding: 0px;
	margin: 0px 0px 0px 65px;
	left: -54px;
	z-index: 100;
	width: 763px;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #fff;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	text-decoration: none;
/*	border-right: 1px solid #8FB8BC;*/
}

a.glink:hover{
/*  	background-image: url(../DIP/glblnav_selected.gif);*/
	text-decoration: none;
	color: #a60f38;
}

a.glink:active{
/*  	background-image: url(../DIP/glblnav_selected.gif);*/
	text-decoration: none;
	color: #000;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

ol {
	font-weight:normal;
	color:#505152;
}

li {
	font-weight:normal;
	color:#505152;
}	
