body {
	background-color: #cce5f1;
/*	background-image:  url(/images/strground.png);*/
}

#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
	height: 100%;
	border: 1px solid #666666;
}

#header {
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 196px;
	border-bottom-width: 1px;
	background-color: #ffffff;
}

#quote {
	margin: 5px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	width: 300px;
	left: 50px;
	position: relative;
	top: 10px;
	float: none;
	height: 35px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav {
	background-color: #CCCCCC;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 200px;
	width: 744px;
	z-index: 1;
}

#nav a {
	text-decoration: none;
}

.nav_section {
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 3px;
	font-weight: bold;
}


#main {
	position:relative;
	left:175px;
	width: 555px;
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main h1 {
	color: #E12B28;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-bottom: -5px;
	letter-spacing: -.04em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #108BB9;
	border-right-color: #108BB9;
	border-bottom-color: #108BB9;
	border-left-color: #108BB9;
	
}

#main p, #main li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	position: relative;
	left: 10px;
	padding-right: 5px;
}

#footer {
	padding: 20px;
	background-color: #007AA7;
	background-image: url(../images/header_back_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 75px;
	text-align: right;
	vertical-align: bottom;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#tag {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	letter-spacing: -0.1em;
	padding: 5px;
	background-color: #007AA7;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#subnav {
	background-color: #999999;
	width: 150px;
	position: absolute;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
}

.apply {
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 15px;
}

#subnav ul {
 	list-style:none;
	margin: 0;
	padding:0;
}

#subnav li a:link, #subnav li a:visited {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}

#subnav li {
	border-top: 1px solid #a5b5c6;
	padding-bottom: 2px;
	padding-left: 4px;
}

#subnav li a:hover {
	color : #eeeeee;
/*	background-color: #CCCCCC;  */
}

#standout dt{
	font-weight: bold;
	color: rgb(204,204,204);
}

#standout dd{
	margin: 0.3em 0.5em 0.6em 0.6em;
}

.local_nav {
	background-color:#007AA7;
	padding-left:15px;
}
