@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #ccc;
	background-image: url("images/gradient-smoke.gif"); 
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 998px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #9FB6CD;
}
#navigation {
	position: relative;
	float: left;
	width: 166px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#content {
	float: left;
	width: 798px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 998px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #F0F8FF;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 0px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


a.errors, a.errors:link a.errors:visited { color:#000; background:#9FB6CD; border:3px solid #ff0000; text-decoration:none; font-weight:bold; }
a.errors:hover{ color:#000; background:#9FB6CD; border:3px solid #0000ff; text-decoration:none; font-weight:bold; }


.h1
{font-size:18px; background-color:#330;}

.navtitle
{display:block; height:25px; background:#006; border:1px solid #fff; margin-top:0px; text-align:center; text-decoration:none; font-family: arial; font-size:16px; color:#fff; line-height:25px; overflow:hidden;}

a.nav, a.nav:link, a.nav:visited
{display:block; height:25px; background:#9FB6CD; border:1px solid #ccc; margin-top:0px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:16px; color:#000; line-height:25px; overflow:hidden;}

a.nav:hover
{color:#fff; background:#495E88;}

a.nav:active
{color:#fff; background:#A31E39;} 



a.navsmall, a.navsmall:link, a.navsmall:visited
{display:block; height:25px; background:#9FB6CD; border:1px solid #ccc; margin-top:0px; text-align:center; text-decoration:none; font-family:verdana, arial, sans-serif; font-size:12px; color:#000; line-height:25px; overflow:hidden;}

a.navsmall:hover
{color:#fff; background:#495E88;}

a.navsmall:active
{color:#fff; background:#A31E39;} 



.PageFooter
{ font-weight: normal; font-size: 8pt; color: #a0a0a0; font-style: normal; FONT-FAMILY: Arial; }





