
a:link { 
	text-decoration: none;
	font-weight:bold;
	color:white;
	}

a:visited {	
	text-decoration:none;
	font-weight:bold;
	color:white;
	/**/
	}

a:hover { }

a:active { 
	color:#0099CC;
	text-decoration:none;
 }



body {
	background-color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0px;
	margin:0px;
}

#container {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	background-color: #333333;
}

#header1 {
	width: 950px;
	background: #333333;
	height:30px;
	}

#header { 
	background-image:url(images/BANNER_grey_950.jpg);
	width:950px;
	height:160px;
	
	}

#title {
	text-align:right;
	margin-left:auto;
	margin-right:auto;
	width:620px;
	height:160px;
	}

#contactinfo {

	float:right;
	padding-top:17px;
	width:620px;
	}
	
#links {
	float:right;
	padding-top:68px;	
	}
	
#main {
	min-height:260px;
	margin-left:auto;
	margin-right:auto;
	width:620px;
	}

#col1 {
	float:left;
	width:100px;
	min-height:200px;
	}

#menu_left {
	margin-top:30px;
	/*border-right:3px solid #112299;*/
	text-align:left;
	}
	
.menu {
	padding-bottom:15px;
	}

#col2 {
	float:left;
	width:350px;
	padding-left:10px;
	text-align:left;
	line-height:100%;
	}	

#col2a {
	float:left;
	width:510px;
	padding-left:10px;
	text-align:left;
	line-height:100%;
	}	

#col3 {
	float:right;
	width:150px;
	}



.image_right {
	float:right;
	margin-top:18px;
	margin-bottom:9px;
	width:140px;
	}


#footer {
	width:620px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	clear:both;			/*ensures footer sits at the bottom of the page*/
	text-align:right;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:0px;
	font-size:x-small;
	color:#DDD;			/*off white*/
	}

h1 {
	color:#DDD;	
	font-size:9pt;
	margin:0px;
	}

h3 {
	font-size:8pt;
	margin-top:10px;
	margin-bottom:5px;
	color:#0099CC;
	/*border-bottom:1px solid #FF9900;*/
	}
	
ul {
	margin-top:0px;
	}
	
li {
	color:#AAA;
	font-size:x-small;
	}

.white {color:white;}

.blue {color:#0099CC;}

.bold {font-weight: bold;}

.decimal {list-style-type:decimal;}

#disclaimer {
	font-size:xx-small;
	color:#666666;
	}

p {
	color:#DDD;	/*off white*/
	font-size:.66em;
	padding:0px;
	margin:0px;
	}
