/* CSS Document */
html {
	padding:0;
	margin:0;
	height:97%;
	}
body {
	padding:0;
	margin:0;
	height:100%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#1E6382;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a {
	color:#C1272D;
	text-decoration:none;
	}
a:hover {
	background-color:#C1272D;
	color:#FFFFFF;
	}

.container {
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-y;
	}

.header {
	background-image:url(images/header.gif);
	width:788px;
	height:47px;
	}
	
.pb {
	width:200px;
	position:relative;
	left:220px;
	top:18px;
	}
.personalbg {
	background-image:url(images/personal_bg.gif);
	width:765px;
	height:27px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	
	}
	
.businessbg {
	background-image:url(images/business_bg.gif);
	background-repeat:repeat-x;
	width:765px;
	height:27px;
	background-color:#6C6B6D;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	}

.navlinks {
	padding-top:5px;
	padding-left:20px;
	}
.navlinks a {
	color:#FFFFFF;
	margin-right:30px;
	}
	
.navlinks a:hover{
	color:#C1272D;
	background:none;
	}

.toppicture {
	background-image:url(images/business_bg.gif);
	width:765px;
	}
.lefty {
	padding-top:15px;
	float:left;
	width:439px;
	padding-left:15px;
	
	}
.righty {
	padding-top:15px;
	float:right;
	width:289px;
	padding-right:11px;
	}

.newsbox {
	text-align:left;
	background-image:url(images/small_table_header.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-style:solid;
	border-width:1px;
	border-color: #23729E;
	padding:10px;
	padding-top:3px;
	}

.businessnewsbox {
	text-align:left;
	background-image:url(images/businesstable.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-style:solid;
	border-width:1px;
	border-color: #23729E;
	padding:10px;
	padding-top:3px;
	}

.newsboxheader {
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:9px;
	}

.newsboxheaderlarge {
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:9px;
	}


.toprightnav {
text-align:right;
	position:relative;
	left:470px;
	top:-10px;
	width:300px;
	text-decoration:none;
	}
a.toprightnav {
	text-decoration:none;
	}
.hostingtable {

}

.hostingtableheader {
text-align:left;
	background-image:url(images/small_table_header.gif);
	background-repeat:repeat-x;
	background-position:top;

}

.tableheadtext {
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:5px;
	}
ul {
	padding:0;
	margin:0;
	margin-left:10px;
	}
.heading {
	font-size:14px;
	font-weight:bold;
	}
.footer {
	height:35px;
	text-align:center;
	position:relative;
	top:-35px;
	}