﻿/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #000000;
	left: 6px;
}
/************** header tag styles **************/

h1{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}


a:link {
	color: #FF6633;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #CCCCCC;
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #333333;
	padding: 2px;
	text-decoration: none;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	background-color: #CC0001;
	text-decoration: none;
	color: #FF6633;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	height: auto;
	width: 130px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: inset;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-left: 0px;
	float: none;
	background-attachment: fixed;
	background-position: left top;
	position: relative;
	padding: 0px;
	display: block;
	font-style: italic;
	font-weight: bold;
	vertical-align: top;
	line-height: normal;
}

a.scrollbox:link {
	font: 16px Arial, Helvetica, sans-serif;
	color:#0033FF;
	text-decoration: underline;	
	}
a.box:hover {
	color: #FFFFFF;
	padding: 0px;
	text-decoration: none;
	background-color: #CC0001;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: outset;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
a.top {
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 3px;
	width: 75px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	margin-left: 0px;
	float: none;
	background-attachment: fixed;
	background-position: left;
	position: fixed;
	padding: 3px;
	display: block;
	font-style: normal;
	font-weight: bold;
}

a.top:hover {
	color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 20px;
	right: 2%;
	width:95.6%;
	height: 184px;
	
}

***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #000000;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	position: absolute;
	top: 4px;
	right: 76px;
	color: #FF0000;
	background-color: #000000;
	text-align: center;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	font-family: Verdana, sans-serif;
	font-size: 75%;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	z-index: 3;
	margin: 2px;
	padding: 2px;
	width: 148px;
	height: 11px;
	visibility: visible;
	text-decoration: none;
}

#utility a{
	color: #FF0000;
}

#utility a:hover{
	background-color: #000000;
	color: #CCCCCC;
}
a.mail:link {
	color: #0000FF;
	text-decoration: underline;
}
#scrollbox {
	background-color:#000000;
	height: 340px;
	width: 550px;
	border: 1px solid #3C0C00;
	overflow:auto;
	}
#scrollbox p {
	font: 12px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	}
#scrollbox link {
	font: 16px Arial, Helvetica, sans-serif;
	color:#0033FF;
	text-decoration: underline;	
	}
