
body {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:url(images/bg.gif)  no-repeat;
background-color:#000000;
color:#000000;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #f5f5f5;
}

.featboxlarge {
margin-right:13px;
margin-left:10px;
margin-bottom:6px;
line-height:15px;
text-align: center;
font-size:11px;
padding-top:3px;
background-color:#2e2e2e;
border:1px solid #514f4f;
float:left;
width:210px;
height:300px;
color:#FFFFFF;
}

.featboxsm {
margin-right:13px;
margin-left:10px;
margin-bottom:6px;
line-height:15px;
text-align: center;
font-size:11px;
padding-top:3px;
background-color:#2e2e2e;
border:1px solid #514f4f;
float:left;
width:108px;
height:160px;
color:#FFFFFF;
}

#rightcolumn { 
display: inline;
color: #f5f5f5;
padding-top: 3px;
margin-left:0px;
margin-right:10px;
width: 365px;
float:right;
}

#leftcolumn { 
float: left; 
color: #333333;
margin-left:10px;
margin-right:5px;
padding: 0px;
width: 550px;
display: inline;
position: relative;
}

.boxprof {
line-height:15px;
text-align: left;
font-size:11px;
padding:2px;
border:1px solid #514f4f;
float:left;
width:360px;
color:#FFFFFF;
margin-bottom:10px;
}

.boxtitle {
background-image:url(images/subheader.gif);
height:31px;
}

.boxtext {
padding-top:6px;
padding-left:5px;
font-size:16px;
font-weight:bold;
}

.blue{ color:#b4b7f9}


.normimage { background: #333333;border: 1px solid #352ddb;	padding: 5px;margin:4px;}

.clear { clear: both; background: none; }

.oneColFixCtrHdr #container {
	width: 960px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #484747;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	background-color:#000000;
}
.oneColFixCtrHdr #header {
	background-image:url(images/header.jpg);
	width:960px;
	height:149px;
}

.menuitems {
padding-top: 113px;
padding-right: 10px;
padding-bottom: 10x;
padding-left: 3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
font-weight:bold;
}

.footmenu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
/*font-weight:bold;*/
}

.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


h1 {
color: #6666FF;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: normal;
padding-top: 0px;
margin-bottom: 7px;
clear: both;
letter-spacing: -1px;
}

.title {
color: #a29eff;
font-weight:bold;
}

* form elements */
form {
	margin:13px; padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

option	
	{padding: 2px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:450px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

.formsmall {
margin:1px; padding: 0;
}


.col1 {
width:130px;
float:left;

}

.col2 {
width:220px;
float:left;

}


.col3 {
width:310px;
float:left;
}



A.menu:link { text-decoration: none;color:#cfd2ff}
A.menu:visited { text-decoration: none;color:#cfd2ff}
A.menu:hover {color:#FFFF00;}  
A.menu:active { text-decoration: none;color:#cfd2ff}  

a.tooltip hover {background:#2e2e2e; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:1px 1px; margin-left:-8px; margin-top:4px; width:180px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c; text-align:left;}


