html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: "Tahoma";
	font-size: 10pt;
	background-color:white;
	position: relative;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.clearboth {
	clear: both;
}
.separator {
	display: inline;
}
#stripes {
	position: absolute;
	top: 0;
	width: 100%;
}
#stripes img {
	height: 641px;
	width: 100%;
}
#page {
	width: 100%;
	min-height: 100%;
	position: relative;
}
#main_navigation {
	height: 38px;
	width: 100%;
	background-color: #6b016c;
	text-align: center;
}
#main_navigation .separator {
	background-image: url(../images/bg_bullet_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 11px 20px 0;
	width: 6px;
}
#main_navigation ul {
/*	padding-left: 59px;
*/	color: white;
	margin: 0 auto;
	padding-top: 9px;
}
#main_navigation ul li {
	display: inline;
	padding-left: 7px;
	height:38px;
}
#main_navigation a {
	color: white;
	font-family: "Tahoma";
	font-size: 100%;
	height: 27px;
	padding-top: 9px;
}
#main_navigation ul li a:hover {
	color: #ADBF00;
}
#header {
	padding-top: 32px;
	text-align: center;
	position: relative;
	background-color:#fff;
}
#header h1 {
	color: #ADBF00;
	font-family: "Tahoma";
	font-size: 270%;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16pt;
}
#header h2 {
	background-color:#ADC000;
	color:#6C006B;
	font-family: "Tahoma";
	font-size:300%;
	height:37px;
	margin:0;
	padding-top:13px;
	font-size: 14pt;
}
.greenbg {
	background-color:#ADC000;
}
#submenu {
	width: 799px;
	height: 359px;
	margin: 0 auto;
	position: relative;
}
#submenu a {
	font-family:Tahoma;
	font-size:150%;
	font-weight:bold;
}
#submenu_1 {
	color: #6B016C;
	left: 47px;
	position: absolute;
	top: 262px;
}
#submenu_2 {
	color:white;
	left:249px;
	position:absolute;
	top:286px;
}
#submenu_3 {
	color: #ADC000;
	left: 404px;
	position: absolute;
	top: 254px;
}
#submenu_4 {
	left: 603px;
	position: absolute;
	top: 240px;
	color: #6B016C;
}
#footer {
	position: absolute;
	bottom: 0;
	height: 42px;
	width: 100%;
}
#footer_border {
	margin: 0 48px 0 59px;
	border-top: 1px solid #6b016c;
}
#footer .customer {
	color: #6D6E6D;
	display: block;
	float: left;
	font-size: 80%;
	margin-top: 15px;
}
#footer .webvanced {
	color: #6D6E6D;
	display: block;
	float: right;
	font-size: 80%;
	margin-top: 15px;
}
#footer .webvanced a {
	color: #6D6E6D;
}
#footer .webvanced a:hover {
	text-decoration: underline;
}

