/* home page stylesheet for OFVM revised pages */
/*  */
/* Alun Ward, 2005 for OFVM www.eyedivision.com */
/* alun@eyedivision.com */
body {
	position:relative;
	font-family: trebuchet, verdana, helvetica, arial, sans-serif;
	font-size:1em;
	color: #FFFFFF;
	line-height: 2em;
	background-color: #000000;
	margin:0px 0px 0px 0px;
	text-align:left;
	height: 100%;
	width: 100%;
}
#container {
	width: 800px;
	/*border: 1px solid grey; */
	line-height: 130%;
	margin: 0px auto;
	text-align: left;
}
#content {	
	margin-left:210px;
	padding: 1em;
	line-height: 150%;
	font-size: 90%;
}

#footer {
	clear:both;
	margin: 0;
	text-align:center;
	font-size: 80%;
	line-height: 120%;
}
.small { font-size: 11px; }

H1 { font-size: 1.1em;  }
H2 { font-size: 1.0em;  }
H3 { font-size: 0.9em;  }

P { font-size: 0.9em; }

ADDRESS { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; text-align: center; font-style: normal; line-height: 120%; color: padding: 5px; }

B, strong { font-weight: 900; letter-spacing: 0.02em; }

li, ul, ol {  font-size: 0.9em; font-style: normal; font-weight: normal; }

.footer { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; }

a:link { 
	text-decoration: underline;
	color: #FFCC33;
}
a:visited { 
	color: #FF9900; 
	text-decoration: underline; 
}
a:hover { 
	color: #FFCC33; 
	text-decoration: underline; 
}
a:active { 
	color: #FFCC33; 
	text-decoration: underline;
}


.homepage H1 { color: #FFFFFF; background-color: #006699; text-align: center; }

/* for news display */
#recentNews {
	margin-top: 30px;
	border: 1px solid black;
	background-color:#666666;
	color:#FFCC66;
	padding: 3px;
	font-size: 80%;
	line-height:140%;
	float: right;
	width: 150px;
}

#recentNews strong {
	color:#FFF;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}
#recentNews a:link { 
	text-decoration: underline;
	color:#FFCC33;
}
#recentNews a:visited { 
	color:#FF9900; 
	text-decoration: underline; 
}
#recentNews a:hover { 
	color:#FFCC33; 
	text-decoration: underline; 
}
#recentNews a:active { 
	color:#FFCC33; 
	text-decoration: underline;
}

#playercontainer {
	display:inline;
	margin:4px;
	padding:4px;
}
#logos {
	padding-top:4px;
	margin:0 auto;
	text-align:center;
}
#logos img {
	border:none; 
}
#logos left {
	float:left;
	width:50%;
}
img.leftImg {
	float:left;
}