HTML {
	HEIGHT: 100%
}
BODY {
	HEIGHT: 100%
}

body {
	margin: 0px;
	padding: 0px;
	color: #404040;
	font-size: 14px;
	background-image:url(images/bg.png);
	background-repeat: repeat-x;
	font-family: arial,helv,sans-serif;
 	font-size: 0.80em;

}

A:link    { text-decoration: none; color: #202d46; }
A:hover   { text-decoration: none; color: #a8b7d4; }
A:active  { text-decoration: none; color: #202d46; }
A { text-decoration: none; color: #202d46; }
A.vslink  {}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	float: centre; 
	position: relative; 
	padding-top: 30px;
}

#header {
	height: 124px;
}

#logo { 
	text-align: right; 
	font-size: 30px;
	color: #FFFFFF;
}

#sub_logo { 
	text-align: right; 
	font-size: 0.80em;
	color: #a8b7d4;
	padding-top: 4px;
	
}

#topnav { 
	text-align: right; 
	padding-top: 36px;
	font-size: 16px;
	font-weight: bold;
	color:#a8b7d4;
}

#topnav A:link    { text-decoration: none; color: #a8b7d4; }
#topnav A:hover   { text-decoration: none; color: #202d46; }
#topnav A:active  { text-decoration: none; color: #a8b7d4; }
#topnav A { text-decoration: none; color: #a8b7d4; }
#topnav A.vslink  {}

#content {
	padding-top: 10px;
}

#content h1 {font-size: 150%; font-weight: bold; margin-bottom: 5px; margin-top: 0px;}

#leftcol {
	position: relative;
	float: left;
	width: 200px; 
}

#leftMenu {
	width: 170px;
	padding: 5px;
	background-color: #efedf6;
	border: 1px solid #c4cee3;
	margin-bottom: 15px;
}

#leftMenu h1 {font-size: 125%; font-weight: bold; margin-bottom: 5px; margin-top: 0px;}

#leftMenu a { text-decoration: none; color: #404040; }

#rightcol {
	position: relative;
	float: left;
	width: 500px;
}

#footer {
	background-image:url(images/footer_bg.png);
	background-repeat: repeat-x;
	height: 100px;
}

#footer_text {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	float: centre; 
	position: relative; 
}

