/* CSS Document */

body {
background-image: url(images/standard.gif);
background-repeat: no-repeat;
background-position: left top;
margin-top: 0px;
padding: 0px;
background-color: #000000;
background-attachment: scroll;
}

#content {
position: absolute;
left: 20px;
top: 10px;
}

#mainnav {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}

#secondnav {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
position: relative;
clear: both;
float: left;
left: 50px;
top: 10px;
}

#heading {
	position: absolute;
	width: 140px;
	top: 105px;
	left: 40px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ffffff;
}

#line {
position: absolute;
left: 200px;
top: 105px;
}

#maincontent {
position: absolute;
left: 230px;
top: 107px;
color:#FFFFFF;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
width: 600px;
}

#copyright {
font-size: 11px;
color:#CCCCCC;
}

.h1 {
font-size: 14px;
font-weight: normal;
}

.indent {
text-indent: 30px;
}

a:link {
	color:#ff2082;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited, a:active {
	color:#ee3185;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.nav:link, a.nav:visited, a.nav:active {
	color:#FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
a.nav:hover {
	color: #ee3185;
	font-weight: bold;
	text-transform: uppercase;
}

a.navat:link, a.navat:visited, a.navat:active {
	color:#ee3185;
	font-weight: bold;
	text-transform: uppercase;
}
a.navat:hover {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

a.nav2:link, a.nav2:visited, a.nav2:active {
	color: #ff2082;
	font-weight: bold;
	text-transform: lowercase;
}
a.nav2:hover {
	color: #ffffff;
	font-weight: bold;
	text-transform: lowercase;
}