/* main colors: #6f604c #e3d6c7 */ 
BODY {
	FONT-FAMILY: verdana,tahoma,sans-serif;
	FONT-SIZE: 13px; 
	background:#004284;
	text-align: center;
}
img{
	border:0px;
}
A {
	COLOR: #C3BD95;
}
A:visited {
	COLOR: #C3BD95;
	text-decoration: none;
}
A:link {
	COLOR: #C3BD95;
	text-decoration: none;
}
A:hover {
	COLOR: yellow;
	text-decoration: none;
}

.main{
	text-align: left;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.logo{
	width:675px;
	float:left;
	text-align:left;
	color:#E2B0A2;
	font-weight:bold;
	font-size:45px;
}
.menu{
	width:675px;
}
.content{
	color: #dcdcdc;
	width:620px;
	float:left;
}
.where{
	text-align:left;
	width:710px;
	color:#dcdcdc;
/*	float:left; */
	margin-top:5px;
	margin-bottom:5px;
	font-size:15;
	border-bottom:1px dashed #dcdcdc;
}
.underlogo{
	font-size: 1px;
	width:775px;
	border-bottom:1px solid #dcdcdc;
	clear:both;
}
.delimiter{
	margin-top:1px;
	margin-bottom:2px;
	font-size: 1px;
	height: 1px;
}
.supportbox{
	text-align:center;
	width:150px;
}
.banner{
	margin-bottom:5px;
}
.menuitem{
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	display: inline;
}
.menuline{
	margin-top:0px;
	margin-bottom:2px;
	font-size: 1px;
	width: 775px;
	border-bottom:1px solid #dcdcdc;
}
.footer{
	clear:both;
	color: #dcdcdc;
	font-size:10px;
}
.footertext{
	text-align:left;
}
