BODY {
	background: #FFFFFF url(images/header.png) repeat-x;
	margin: 0px;
	font-family: tahoma;
	font-size: 14px;
	height: 136px;
}

#wrapper {
	margin: auto;
	width: 100%;
	min-width:1000px;
	text-align: left;
	overflow: hidden;
	height: auto !important;
	height: 100%;
}

#header {
	text-align: center;
	margin: auto;
	height: 136px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.side_bar_left {
	width: 178px;
	float: left;
	background-color: #CEE4E7;
	clear: left;
	margin: 5px;
}

.content {
	width: 400px;
	padding: 7px 10px 50px;
	float: left;
}

.hey {
	text-align: center;
}

.welcome {
	width: 80%;
	color: #0C5f82;
	padding: 0px 40px;
}

#name_search {
	background:url('images/search_box.png') no-repeat center center;
	width: 125px;
	color: #FFFFFF;
	border:0;
}

.side_bar {
	width: 178px;
	float: right;
	background-color: #CEE4E7;
	clear: right;
	margin: 5px;
}

.side_bar_header {
	min-height: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #5E5D5D url(images/listheader.png) repeat-x;
}

.side_box {
	color: #2091B1;
	padding: 7px;
}

a {
	color: #2091B1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.nav {
	background: #FFFFFF url(images/nav_bg.png) repeat-x;
	height: 36px;
	width: 100%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;


}

.nav a {
	background: transparent url(images/nav_rolover.png) no-repeat;
	background-position: -100px 0px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom:18px;
}

.nav a:visited {
	
}

.nav a:hover {
	color: #FFFFFF;
	background-position: center 18px;
}

table.domain_list {
	border-collapse: collapse;
	width: 580px;
	table-layout: auto;
	font-size: 12px;
	background-color: #CEE4E7;
}

table.domain_list th {
	padding: 5px;
	background: #CEE4E7 url(images/listheader.png) repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}

table.domain_list th a {
	color: #FFFFFF;
	text-decoration: none;
}

table.domain_list th a:visited {
	color: #FFFFFF;
}

table.domain_list th a:hover {
	text-decoration: underline;
}

table.domain_list td {
	padding: 5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.row_b {
	background-color: #b5dae0;
}

.page_links {
	text-align: right;
}

#footer {
	margin: auto;
	clear: both;
	font-size: 0.7em;
	background-color: #FFFFFF;
	text-align: center;
	color: #0033FF;
}

#footer a {
	color: #0033FF;
	text-decoration: none;
}

#footer a:visited {
	
}

#footer a:hover {
	color: #0033FF;
}

#foot_highlight {
	background-color: #CEE4E7;
	font-size: 0.7em;
	text-align: center;
	color: #0033FF;
}

img {
	border-style: none;
}