Body {
	scrollbar-face-color:#cccccc;
	scrollbar-shadow-color:#cccccc;
	scrollbar-highlight-color:#CC6633;
	scrollbar-3dlight-color:#ccccff;
	scrollbar-darkshadow-color:#CC6633;
	scrollbar-track-color:#669999;
	scrollbar-arrow-color:#CC6633;
	margin: 50px;
	background-image: url(../images/grey-pin.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #CC6633;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
p {
	font-size: 11px;
	color: #000000;
}
a:link, a:visited{
	color: #CC6633;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #CCCCCC;
}


/* Classes */
.link {
	text-decoration: none;
	color: #CC6633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC6633;
	font-weight: normal;
	padding-left: 30px;
}
.navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-position: center;
	color: #CC6633;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: bold;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.topnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6633;
	text-decoration: none;
}
.box {
	border-bottom-style: solid;
	border-bottom-color: #CC6633;
	border-bottom-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	border-top-width: 1px;
	border-top-style: none;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC6633;
	background-color: #CCCCCC;
	text-decoration: none;
}
.menu1 {
	color: #CC6633;
	text-decoration: none;
	background-color: #CCCCCC;
}
.menuh {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #669999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*	DIVs	*/
#wrapper {
	margin-top: 50px;
	margin-left:20px;
	margin-right:20%;
	background-color:#FFFFFF;
	border-left:1px solid #555555;
	border-top:1px solid #555555;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #444444;
	border-bottom-color: #444444;
	height:auto;
	margin:auto;
	width: 620px;
}
#banner {
	position:relative;
	width:100%;
	top: 0px;
	left: 0px;
	height:90px;
	background-color: #FFFFFF;
}
#banner img {
	border:0;
	padding:5px;
}
#tagline {
	position:absolute;
	top:0px;
	left:260px;
	color: #333333;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	width:350px;
	padding:20px 0px 20px 10px;
	white-space:normal;
	vertical-align: middle;
}
#title {
	font-size: 18px;
	color: #CC6633;
	font-weight: normal;
	padding-left: 30px;
}

#heading {
	border-top:solid 20px #999999;
	position:relative;
	top: 0px;
	left: 0px;
	height:100px;
	width:100%;
	background-color: #99CC99;
}

#navbar {
	position:relative;
	top: 0px;
	left: 0px;
	height:20px;
	background-color: #000066;
	width:100%;
	white-space: nowrap;
}
#navlinks{
	/*width:500px;
	font-size:small;*/
	color: #CC6633;
	margin-left:0px;
	white-space: nowrap;
	font-size: 12px;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#navlinks ul {
	list-style:none;
	display: inline;
	margin:0;
	padding:0;
}

#navlinks li {
	float:left;
	list-style:none;
	line-height:20px;
	display: inline;
	margin:0;
	padding:0;
}

#navlinks a, #navlinks a:visited{
	background-color:#000066;
	color:#FFFFFF;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #ffffff;
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;
	padding: 1px 5px 2px 5px;
	text-decoration: none;
	/*font-weight: bold;*/
}

#navlinks a:hover{
	color:#000066;
	background-color: #999999;
	border-top:solid 1px #333333;
	border-left:solid 1px #ffffff;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #333333;
	text-decoration: none;
}



#content {
	position:relative;
	top: 0px;
	left: 0px;
	padding-left:50px;
	padding-top: 10px;
	font-size:11px;
	padding-right: 30px;
	padding-bottom: 10px;
}

#content ul {
	display: block;
}

#content li {
	font-size: 11px;
	color: #000000;
	list-style-type:disc;
	list-style-position: outside;
	display: list-item;
}

#content ol {
	list-style-type:decimal;
	display:block;
}



#footer {
	color:#999999;
	position:relative;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size:10px;
	border-top-color: #CC6633;
	border-top-style: double;
	border-top-width: 2px;
	padding-top:10px;
	padding-bottom:10px;
}
#footer ul, li {
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
}

#footer a, #footer a:visited{
	color:#999999;
	padding: 0px 4px 0px 4px;
	/*font-weight: bold;*/
}

#footer a:hover{
	color:#CC6633;
	background-color: #CCCCCC;
	text-decoration: underline;
}
.capitol {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC6633;
	text-transform: uppercase;
}
