@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	min-height:100%;
	margin:0;
	background-image:url(images/bgrtop.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}



#container {
	width:900px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
}

#header {
	width:100%;
	position:relative;
	height:220px;
	
}
#header img {margin-top:120px;}

#content {
	width:100%;
	height:100%;
	top:220px;
	margin-bottom:51px;
	
}

#sidebar {
	width:265px;
	left:0px;
	margin-top:25px;
	height:100%;
	
	float:left;
}

#mainbody {
	width:621px;
	left:279px;
	margin-top:25px;
	height:100%;
	float:right;
}
#mainbody2 {
	width:821px;
	margin-left:49px;
	margin-top:25px;
	height:100%;
	
}

#subbody {
	width:600px;
	left:0px;
	height:100%;
	background-color:#FFFFFF;
}

#subbody2 {
	width:800px;
	left:0px;
	height:100%;
	background-color:#FFFFFF;
}


#subbodyspacer {
	width:600px;
	left:0px;
	height:35px;
	background-color:#666666;
}
#subbodyspacer2 {
	width:800px;
	left:0px;
	height:35px;
	background-color:#666666;
}

table.indextable {
	margin-top:0px;
}

.indextable td {
	padding:30px;
}
table.portfoliotable {
	margin-top:0px;
}

.portfoliotable td {
	padding:5px;
}
table.hosttable {
	margin-top:0px;
	
}
.hosttable td {
	padding:5px;
	border:1px solid #CCCCCC;
}


td.hostingchart {
	font-size:10px;
	color:#666666;
	background-color:#EEEEEE;
}

td.hostingheader {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#009444;
}
td.hostingheader2 {
	font-size:18px;
	color:#009444;
	font-weight:bold;
}

td.hostingmid {
	font-size:15px;
	color:#666666;
	font-weight:bold;
}



#footer {
	clear: both;
width:100%;
height:40px;

position:relative;
}

p {
	color:#666666;
	font-size:13px;
}
h1 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
ul.ullist {
	color:#666666;
	font-size:15px;
}

ul.ullist li {
	background-image: url(images/bullet-magenta.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:20px;
	list-style-type:none;
}
ul.ullist li ol li {
	list-style-type:lower-alpha;
	
	background-image:none;
	padding-left:0px;
	
}

ul.ullist2 {
	color:#666666;
	font-size:15px;
}

ul.ullist2 li {
	background-image: url(images/bullet-orange.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left:20px;
	list-style-type:none;
}
ul.ullist2 li ol li {
	list-style-type:lower-alpha;
	
	background-image:none;
	padding-left:0px;
	
}








p.footertext {
	color:#999999;
	font-size:9px;
	margin-left:279px;
	padding-top:15px;
}
p.captiontext {
	color:#666666;
	font-size:10px;
	margin-right:25px;
}

a.captionlink:link, a.captionlink:visited:hover {
	color: #666666;
	font-size:11px;
}

a.captionlink:hover, a.captionlink:visited {
	color: #666666;
	font-size:11px;
}
a.footerlink:link, a.footerlink:visited:hover {
	color: #999999;
}

a.footerlink:hover, a.footerlink:visited {
	color: #FFFFFF;
}

img.floatright {
	float:right;
	padding-left:8px;
	padding-bottom:8px;
	padding-top:8px;
}
img.floatright2 {
	float:right;
	padding-left:8px;
	padding-bottom:0px;
	padding-top:0px;
}
img.floatleft {
	float:left;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
}

a:link, a:visited {
color:#BF00A4;
}

a:hover {
	text-decoration:none;
	color:#BF00A4;
}

a:link img, a:visited img {
color:#666666;
}

a:hover img {
	text-decoration:none;
	color:#666666;
}

