/* CSS Document */

body {
	background-color: #282828;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.greytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999
}

.leftside {
	background-image: url(images/left-gradient.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.rightside {
	background-image: url(images/right-gradient.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.dashes {
	background-image: url(images/dashes.jpg);
	background-repeat: repeat-x no-repeat-y;
	background-position: bottom;
}
.redgradient {
	background-image: url(images/red-gradient.jpg);
	background-repeat: repeat-y;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	font-size:12px;
}
#footer a:link { 
color: white; 
text-decoration: none;
} 
#footer a:visited { 
color: white; 
text-decoration: none;
} 
#footer a:hover { 
color: black; 
text-decoration: none;
}

a:link {
	color: #94ca64;
}
a:visited {
	color: #94ca64;
}
a:hover {
	color: #CCCCCC;
}

#specialink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#specialink a:link { 
color: white; 
text-decoration: none;
} 
#specialink a:visited { 
color: white; 
text-decoration: none;
} 
#specialink a:hover { 
color: red; 
text-decoration: none;
}

.mainbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000
}


.bolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.bigbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#spacer{
    height:500px;
    float:right;
    width:1px;
  }
#maincontent{
	display: block;
	float: left;
    width: 638px;
}
#contentarea {
	width: 600px;
	}
