@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	background-image: url(media1/bkgrd-main.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
 } 
h1 {
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	font-size: 110%;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/*page segments*/
#pagewidth{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header{ 
 height:15px; 
 width:100%; 
 background-color:#FFFFFF; 
 } 
 
#leftcol{
	width:160px;
	float:left;
	position:relative;
	margin-left:-160px;
	margin-right:1px;
	left:5px;
	padding-top:10px;
 }
 
#outer{
	background-color: #FFFFFF;
	width: auto;
	border-top: 15px solid white;
	border-right: 160px solid #FFFFFF;
	border-bottom: 15px solid white;
	border-left: 160px solid #FFFFFF;
 } 
 
#rightcol{
	width:150px;
	float:right;
	position:relative;
	margin-right:-160px;
	margin-left:5px;
	right: 2px;
	margin-top: 10px;
} 
 
#footer{
	height:25px;
	width:100%;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	text-align: center;
} 
 
#inner{
	margin:0;
	width:100%;
}
 
#maincol{
	float: left;
	width: 100%;
	position: relative;
	margin: 0 -8px 0 -2px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 15px;
 }
 
#outer>#inner { border-bottom: 1px solid #000000;  }
 
.clr{clear:both;}
 
.content{
	font-size: 80%;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
} 
/*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{
	display:none;
} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}
#phone {
	height:24px;
	background-color:#FFFFFF;
	top: 15px;
	text-align: center;
}
#logo {
	height:83px;
	width:100%;
	background-color:#FFFFFF;
	top: 39px;
	background-image: url(media1/logo-bkgrd.jpg);
	text-align: center;
}
.content-top {
	padding:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}

#nav {

	height:21px;
	width:100%;
	background-color:#FFFFFF;
	top: 39px;
	text-align: center;
}
.pic-caption-left {
	padding:10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.pic-caption-rt {

	padding:10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.bullets1 {
	list-style-position: outside;
	list-style-type: square;
	text-indent: 10px;
}

.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	color: #CC9900;
}
.copyright {
	font-size: 60%;
	text-align: center;
	padding: 15px;
}

.achors {
	font-size: 80%;
	font-variant: small-caps;
	font-weight: bold;
}
.person {
	font-weight: bold;
}
.formtextreq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #CC0000;
}
.formtext {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
.navbottom {
	font-size: 70%;
	text-align: center;
}
.photoborder {
	border: 20px solid #FFFFFF;
	float: right;
}
.seelarger {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #993300;
}
ol {
	list-style: upper-roman;
}
