@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
}
.Main #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	background-color: #FFFFFF;
	border: thin solid #999999;
	height: 100%;
}
.Main #header {
	background-color: #FFFFFF;
}
.Main #leftBar {
	background-color: #003300;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	width: 160px;
	height: 600px;
}
.Main #leftBar_Home {
	background-color: #003300;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	width: 160px;
	height: 700px;
}

.Main #leftBar_Services {
	background-color: #003300;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	width: 160px;
	height: 707px;
}
.Main #leftBar_Security {
	background-color: #003300;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	width: 160px;
	height: 727px;
}
.Main #leftBar_Legal {
	background-color: #003300;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	width: 160px;
	height: 707px;
}
.Main #eftBar_MenuTable {
	position: relative;
	top: 20px;
}
.Main #leftBar_Webd {
	background-color: #003300;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	width: 160px;
	height: 720px;
}
.Main #footer {
	background-color: #003300;
	height: 20px;
	font-family: Georgia;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.Main #Content {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 550px;
	float: right;
}
.Main #Content_Profile {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 540px;
	float: right;
}


.Main #Content_Services {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 650px;
	float: right;
}
.Main #Content_Webd {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 600px;
	float: right;
}

.Main #Content_Rates {
	top: -40px;
	width: 800px;
	position: relative;
	height: 500px;
	float: right;
	left: -20px;
}
.Main #Content_Offers {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 500px;
	float: right;
}
.Main #Content_Security {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 650px;
	float: right;
}
.Main #Content_Contact {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 500px;
	float: right;
}
.Main #Content_Find {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 500px;
	float: right;
}
.Main #Content_Legal {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 550px;
	float: right;
}

.Main #Content_TCS {
	top: -40px;
	width: 800px;
	left: -20px;
	position: relative;
	height: 500px;
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	font-family: Arial;
	font-size: 12px;
	color: #003300;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF9039;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
