/* CSS Document */

body {
	background-color: #333333;
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
#container{
	width:761px;
	background-color:#ffffff; 
	margin-right:auto; 
	margin-left:auto;
	height:auto;
	
}
#rightcol {
	float:left; 
	width:170px;
	margin:25px 20px 0 10px;
}
h1 {
	font-size: 24px;
	color: #666666;
	margin: 0 0 20px 0;
}
.headlinearea {
	font-size: 24px;
	color: #666666;
	margin: 0 0 20px 0;
	text-transform:capitalize;
}
.textnormal {
	font-size: 12px;
	line-height: 18pt;
	color:#666666;
}
.error {
	font-size: 12px;
	color:#FF0000;
}
.textbold {
	font-size: 12px;
	line-height: 18pt;
	color:#666666;
	font-weight:bold;
}
.logintext {
	font-size: 11px;
	color:#000000;
}
.textnews {
	font-size: 10px;
	color: #666666;
}

.logintext {
	font-size: 12px
}
.logintextusernameandpassword {
	font-size: 14px
}
input.login {
	border:1px solid #000000; 
	font-size:11px; 
	width:130px
}	

a.newslink {
	font-size: 14px;
	color: #cf9a31;
	text-decoration:none;
}
a.newslink:hover {
	font-size: 14px;
	color:#000000;
	text-decoration:none;
}
.bullet {
	color:#cf9a31;
	font-size:12px;
	font-weight:bold;
}
a.vidlink {
	color:#cf9a31;
}
a.vidlink:hover {
	color:#666;
}
input.button {
	border:1px solid #999;
	font-size:11px;
	color: #999;
}
input {
	border:1px solid #999;
	font-size:11px;
	color: #666;
}
a {
	font-size: 12px;
	color: #cf9a31;
	text-decoration:none;
}
a:hover {
	font-size: 12px;
	color:#000000;
	text-decoration:none;
}
