BODY {
	background: #031B02;
	margin: 0px;
}

#wrapper {
	margin: auto;
	width: 990px;
	background: #FFFFFF;
       text-align: left;
	overflow: hidden;
       padding-top: 4px;
       padding-left: 6px;
       padding-right: 6px;
       padding-bottom: 6px;
}

#header {
	margin: auto;
	height: 90px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
       padding-top: 4px;
	padding-left: 4px;
       padding-right: 4px;
       padding-bottom: 4px;
}

/* Start Top Navigation */
#menu { 
	background: #003300 url('images/navigation_bg.png') repeat-x; 
	font-size: 12px; 
	height: 32px; 
	letter-spacing: 0.02em; 
	position: relative; 
	width: 100%; 
	clear: both; 
	margin-bottom:2px; 
	}

#menu ul { 
	list-style: none; 
	margin: 0px; 
	width: 100%;
	}

#menu ul li { 
	float: left;  
	}

#menu ul li span a { 
	background: url('images/navigation_sep.png') no-repeat; 
	background-position: right center;  
	text-decoration: none; 
	display: block; 
	float: left; 
	padding: 8px 20px 8px 20px; 
	}

#menu ul li a { 
	color: #fffffc;  
	text-decoration: none; 
	display: block; 
	float: left; 
	}

#menu ul li a:hover { 
	color: #fffffc;  
	text-decoration: underline; 
	display: block; 
	float: left; 
	}
/* End Top Navigation */



.content {
	width: 600px;
	padding: 5px 10px 30px;
	float: left;
}

.side_bar {
	width: 170px;
	float: left;
	background-color: #FFFFFF;
	clear: right;
	margin: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CAC8C8;
	border-bottom-color: #CAC8C8;
	border-left-color: #DBD8D8;
}

.side_bar_header {
	min-height: 10px;
	color: #FFFFFF;
	text-align: center;
	background: #5E5D5D url(images/side_bar_header_bg.gif) repeat-x;
}

.side_box {
	padding: 7px;
}

.side_box a {
	color: #333333;
	text-decoration: none;
}

.side_box a:hover {
	text-decoration: underline;
}

table.domain_list {
	border-collapse: collapse;
	width: 600px;
	table-layout: auto;
	font-size: 0.9em;
	border: 1px solid #C8C7C7;
}

table.domain_list th {
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
}

table.domain_list th a {
	color: #BBBBFB;
	text-decoration: none;
}

table.domain_list th a:visited {
	color: #D9B3FC;
}

table.domain_list th a:hover {
	text-decoration: underline;
}

table.domain_list td {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C8C7C7;
}

.page_links {
	text-align: right;
}

#footer {
	padding: 5px;
       margin: auto;
	clear: both;
	color: #fffffc;
       font-size: 0.9em;
	background: #003300 url('images/navigation_bg.png') repeat-x;
	height: 32px; 
	letter-spacing: 0.02em; 
	position: relative; 
	width: 100%; 
       text-align: center;
       }

img {
	border-style: none;
}