/*Site colors
black
white
#03dc26 - table green
#97ffa8 - table row
#edff97 - table Ad
#ffea97 - table disAd
#0066cc - linkHead
*/

body 
{
	text-align:center;
	margin: 0;
	background-color:gray;
	font-family: Arial, Verdana;
	background: #9d9d9d url('img/bg.gif') repeat-x;	
}
h1
{
	font-size:16pt;
	font-family: Arial, Verdana;
}
/* Layout */
#wrapper, #siteHeader, #outerContent, #siteFooter{
	width:940px;
}
#wrapper {
	height:auto;
	margin:0 auto;
	background-color:white;
	border:1px solid black;
}
#siteHeader {
	height:130px;
	background: url(../web/images/RADMenuBG.gif) bottom;
}
#outerContent{
	height:auto;
	margin-top:10px;
}
#siteFooter{
	height:30px;
	margin-top:10px;
	clear:both;
}
#clear, #clearContent, #clearColumn{
	clear:both;
}
#navPanel{
	float:left;
	width:200px;
	margin:0px;
	height:auto;
}
#innerContent{
	float:right;
	width:731px;
	height:auto;
}
#siteHeight{
	float:left;
	height:600px;
	width:1px;
}
#siteBody{
	float:right;
	height:auto;
	width:730px;
}

/* box model */
.box{
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-family: Arial, Verdana;
    font-size:10pt;
    color:Black;
}

/* 3rd column */
#columnWrapper{
	width:auto;
}
#boxWrapper{
	float:left;
	width:560px;
}
#towerColumn{
	float:right;
	width:160px;
	visibility: visible;
	height:600px;
	
}
/* ads */
#bannerAd
{
	visibility:visible;
	height:60px;
	width:468px;
	margin-bottom:10px;
}
#navAd
{
	visibility:visible;
	width:180px;
	height:150px;
	margin-top:10px;
}
/* Text */
.author
{
	font-size:8pt;
	font-style: italic;
	color:gray;
	font-family: Arial, Verdana;
}
.table
{
	border:1px solid #03dc26;
}
.table .header
{
	background-color:#03dc26;
	color:white;
	font-weight:bold;
	font-size:12pt;
}
.table .row
{
	background-color:#97ffa8;
}
.table .disAd
{
	background-color:#ffea97;
	padding:2px;
}
.table .Ad
{
	background-color:#edff97;
	padding:2px;
}
.linkHead
{
	background-color:#0066cc;
	color:white;
	font-weight:bold;
	font-size:10pt;
}
a 
{
	color:#0066cc;
	font-size:10pt;
}
.subHead{
	font-size:10pt;
	font-weight:bold;
	color:black;
	font-family: Arial, Verdana;
}