/* Basic HTML Element Style */
body {
   margin:2px;
   padding:0px;
   font-family:verdana;
   font-size: small;
   background-color:white;
}

input {
   font-family:verdana;
   font-size: small;
}
	
img {
	border:none;
}



h1 {
   margin:0px 0px 3px 0px;
   padding:3px;
   font-size: 110%;
   background-color: white;
	background-color: #D3DEE0;
   background-color: #cc9933;
	color: white;
	border: 1px solid black;
   border-width:1px 0px; 
   }


h2 {
	font-size: small;
	font-weight: bold;
   /* top right bottom left */
   margin: 0px 0px 0px 0px;
}

h3 {
   font-size: small;
   font-weight: bold;
	color: #cc9933;
   /* top right bottom left */
   margin: 15px 0px 5px 0px;
}

h4 {
	font-size: 110%;
   font-weight: bold;
   color: red;
	margin: 10px 10px 0px 0px;
	color: black;
}

ul {
	margin-bottom: 2px;
}

li {
	line-height: 160%;
}

hr {
	width: 70%;
	border: solid 1px #cc9933;
}

/*Structural elements */

#topnav {
   padding: 3px;
   text-align: center;
}

.numbers {
	font-size: x-small;
}

.pic {
	padding: 5px;
}

#lhs {
	position:absolute;
   /* top right bottom left */
	top: 90px;
    margin: 35px 0px 5px 3px;
	width:110px;
	padding:0px;
}


#topmenu {
	position: absolute;
    padding:5px;
	top: 8px;
	right: 5px;
	text-align: right;
}

#logo {
	height:100px;
	margin: 0px;
}

#news {
	margin: 0px;
	padding: 5px;
	text-align: justify;
	border: 1px solid black;
	background-color: #eeeeee;
}

#topnav h1 {
	margin-top: 0px;
   background-color: white;
   font-weight: bold;
   color: #cc9933;
	border: 0;
	text-align: center;
}

#motto {
	font-size: medium;
	text-align:left;
}

.categories {
	width: 99%;
	line-height: 150%;
	padding: 0px;
	text-align: left;
	font-size: small;
}

#modeltable {
	width: 100%;
	font-size: small;
	font-weight: bold;
	text-align:left;
	margin-top: 5px;
	background-color: #A0A3AA;
	background-color: #cccccc;
	margin-left: 10px;
}

#footer {
	clear: both;
	margin: 3px 2px 0px 2px;
   /* top right bottom left */
	padding: 2px 33px 3px 18px;
	background-color: #A0A3AA;
	background-color: #cccccc;
	border: 1px solid black;
   border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	color: black;
	font-weight: bold;
	text-align: right;
}

#footer a, a:visited {
   border: 0;
   text-decoration: underline;
   color: black;
   }

#footer a:hover {
	background:white;
}

.categories a:link {
   color: blue;
   font-weight: bold;
   text-decoration: underline;
}

.categories a:visited {
   color: #cc9933;
   color: purple;
   font-weight: bold;
   text-decoration: underline;
}

.categories a:hover {
   text-decoration: underline;
	background: #cccccc;
   border: 0;
}

#statefilter {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}

#copylegal {
	margin-top: 5px;
   font-size: x-small;
	text-align: center;
}

#chevlinks {
   background-image: url(images/chev-bg.jpg);
   background-repeat: no-repeat;
   background-position: left top
}

#link {
	background-color: white;
	padding: 5px;
}

#altlink {
	background-color: #eeeeee;
	padding: 5px;
}

#sponsors_link {
	background-color: #DEF7FC;
	padding: 5px;
}

a:visited {
	color: purple;
}

#topmenu {
	font-weight: bold;
	color: black;
	width: 58%;
	margin-left: 5px;
}

#topmenu ul {
	margin: 0px;
}

#topmenu li {
	background-color: #cccccc;
	display: inline;
	margin: 0px;
	padding: 3px 5px;
}

.carad {
	background-color: #cccccc;
	padding: 3px;
}

.imgpad {
	padding: 3px;
}
	
.caption {
	font-size: x-small;
	font-weight: bold;
}

