/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(webimages/background.gif);
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: left;
}

#printlogo {
	display: none;
}

#banner {
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#content{
	padding-top : 50px;
	padding-bottom : 30px;
	padding-left : 250px;
	padding-right : 10%;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #CC0000;
	background-color: transparent;
	background-image: none;
	margin-top: 0px;
	margin-bottom: 2px;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #003366;
	margin-top: 4px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform: none;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #cc0000;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: uppercase;
	clip:   rect(6px, auto, auto, auto);
}

#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 2px;
	text-transform: none;
}

#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #003366;
	margin-top: 4px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	line-height : 110%;
	margin-top: 0px;
	margin-bottom: 12px;
}

#content table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	border: none;
	left: 200px;

}

#content form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
	line-height : 100%;
}

#content ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	list-style-type: disc;
}

#content ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-color : #FFFFFF;
	line-height : 100%;
}

#content li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	line-height : normal;
	margin-bottom: 4px;
}

#script{
	position: static;
	top: 12px;
	right: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	text-transform: capitalize;
	color: #333399;
	z-index: 50;
	font-weight: bold;
	padding-left: 250px;
	margin-top: 12px;
}

#navigation {
	position: absolute;
	top : 115px;
	left : 0px;
	width : 200px;
	text-align: left;
	height: 100%;
}

#navigation p {
	margin-bottom: 4px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-left: 8px;
	color: #FFFFFF;
	font-weight: bold;
}

#navigation table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFFFF;
	top: 550px;
	z-index: 100;
	position: relative;
}

.button a {
	border: 1px solid #999999;
	display: block;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-top: 6px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-align: right;
	text-indent: 5px;
	font-weight: bold;
	text-decoration: none;
}

.button a:hover {
	border: 1px solid #FFFFFF;
	color: #FFFF00;
	text-decoration: none;
	background-color: #330066;
}

.button a:active {
	border: 1px solid #666666;
	color: #CC0000;
	text-decoration: none;
}

.boxrt {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 2px 20px 20px 2px;
}
	
.subbutton a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: right;
	display: block;
	width: 82%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #3333CC;
	right: 0px;
	float: right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.subbutton a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
	background-color: #333366;
	border: 1px solid #FFFFFF;
}

.subbutton a:active {
	color: #FF0000;
	text-decoration: none;
}
