body {
	background-color:#334350;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font: 10px Verdana, sans-serif;
	color: #BBC2C8
}

#Logo {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:98px;
	text-align: left;
	background-image:url(/images/Front/Logo.gif);
	background-repeat: no-repeat;
}

#Left {
	position:absolute;
	left:0px;
	top:98px;
	width:82px;
	height:402px;
	background-image:url(/images/Front/Left.gif);
	background-repeat: no-repeat;
}

#Nav {
	position:absolute;
	left:431px;
	top:28px;
	width:340px;
	height:26px;
	padding: 5px;
	font: 14px Arial, Helvetica;
	font-weight: bold;
	text-align:center;
}

#SubNav {
	position:absolute;
	left:540px;
	top:51px;
	width:150px;
	height:26px;
	color: #BBC2C8
	text-align:center;
	padding: 7px;
}

#Main {
	position:absolute;
	left:110px;
	top:110px;
	width:465px;
	padding: 5px;
	text-align:left;
}

#Related {
	position:absolute;
	left:585px;
	top:110px;
	width:340px;
	padding: 5px;
}

H1 {
	font: 14px Arial, Helvetica;
	font-weight: bold;
	margin-bottom: 0; 
	padding-bottom: 0; 
}

H2 {
	font: 12px Arial, Helvetica;
	font-weight: bold;
	margin-bottom: 0; 
	padding-bottom: 0; 
}

H4 {
	font: 11px Arial, Helvetica;
	font-weight: bold;
	margin: 0 0 0px 7px;
}

p, ul, td, select {
	font: 10px Verdana, sans-serif;
}

p.space {
	margin-top:45px;
}

ul.description {
	margin-top:0px;
	margin-left: 10px;
	list-style-type: none;
	padding: 0;
}

A { 
	text-decoration: none;
}

A:link { 
	color: #FFF677; 
}

A:hover { 
	color: #FFF677;
	text-decoration: underline;
}

A:visited { 
	color: #ACA652; 
}

A:active { 
	color: #FFF677); 
	text-decoration: underline; 
}



