@charset "UTF-8";
/* CSS Document */

/*asterix-wildcard*/
* {
	margin: 0;
	padding: 0;
}
/*element selectors*/
body {
	font-family: Arial;
	font-size: .85em;
	color: #3f3f3f;
	background-color: #777f87;
}
p {
	font-size: .9em;
	line-height: 1.5em;
	padding-bottom:10px;
	color: #666;
}
h1 {
	font-size: 2.5em;
	font-weight:normal;
	color: #fff;
	background-image:url(../images/transgray.png);
	margin: 4px 4px 4px 0;
	padding: 2px 4px;
	display:inline;
}

#head h1 a:link
{
	color: #fff;
	text-decoration:none;}

#head h1 a:visited
{
	color: #fff;
	text-decoration:none;}
	
#head h1 a:hover
{
	color: #fff;
	text-decoration:none;
	background: url(../images/transgray.png) repeat;
	padding:5px 0 2px 0;
}
	
#head h1 a:active
{
	color: #fff;
	text-decoration:none;}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #990033; 
	margin-bottom: 8px;
	padding: 2px 0 2px 0px;
}


h3 {background-color:#eee;
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	margin: 5px 0 5px 0;
	padding: 3px 0 0 0;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin: 20px 0 0 0;
	padding: 2px 0 2px 0px;
	border-bottom: 1px #ccc dotted;
border-top: 1px #ccc dotted;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	padding: 2px 0 2px 5px;
}
h6 {
	font-size: 1em;
	font-family:Times, Georgia,serif;
	color: #000;
	line-height:1.4em;
	margin-bottom: 5px;
	font-style: italic;
	
}
li {
	line-height: 2em;
	list-style: inside;
	list-style-type: none;
	padding-left: 20px;
	color: #666;
}
ul {
	margin-bottom: 2px;}
	
img {border:1px black solid;
     margin-left:5px;
	 margin-top:5px;}
a {
	font-size:.9em;
	line-height: 1.5em;
}
a:link {
	color: #0066CC;
	text-decoration: none;
	
}
a:visited {
	color: #7ba0c9;
	text-decoration: none;

}

a:hover {
	color:
	#CC3366;
	text-decoration: underline;
	background-color:#eee;
}

a:active {
	color: #999999;
	text-decoration: underline;
}
/*class selectors*/

.right {
	text-align:right;}
.center {text-align:center;}	
.leadin {
font-size: 1.2em;
color:#8B491D;}

.formlink a:link {color:#CC3300;}

/*id selectors*/

#wrapper
{width:1000px;
height: inherit;
margin:10px auto;
background-color:#fff;
padding: 0;
}

#head
{height:162px;
border-top:2px;
width:1000px;
background-color:#ccc;}

#topnav
{height:160px;
padding:5px;
background-color:#fff;}

#topnav ul li 
{display:inline;
font-size: .75em;
list-style-type:none;
list-style-position:outside;
border: 1px #ccc solid;
margin: 1px;
color: #000;
padding:3px 7px;}

#leftcol
{width:200px;
float: left;
height:auto;
margin:4px 4px 4px 0;
padding-top:30px; }

#maincol
{width: 450px;
float:left;
background-color:#FFF;
border: 1px dotted #999;
margin: 10px 4px 20px 4px;
padding:20px 5px 5px 5px;
}

#maincolleft
{width: 2250px;
float:left;
background-color:#FFF;
border: 1px dotted #ccc;
margin: 4px;}

#maincolright
{width: 225px;
float:left;
background-color:#FFF;
border: 1px dotted #ccc;
margin: 4px;}

#rightcol
{width: 304px;
float:left;
margin: 4px;
padding-top:30px;}

#bottomnav
{height:20px;
clear:left;
background-color:#ccc;
padding-bottom:2px;
}

#bottomnav ul li 
{display:inline;
font-size: .9em;
list-style-type:none;
color: #000;
padding:6px;
}

