body{
	font-family: "Times New Roman", Georgia, Times, serif;
}
#container{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
	border: 6px solid #09c;
	/* background-color: #CC9; */
	clear: both;
}

/* Design time only, remove when live*/
/*
div{
	border: 1px solid #000;
}
*/
/**/

#header{
	margin: 10px;
	width: 700px;
	border: 0;
}

#header #logo{
	width: 245px;
	height: 135px;
	float: left;
}

#header #graphic{
	margin-left: 260px;
	/*float: right;*/
	width:  435px;
	height: 135px;
	
}

#topmenu{
	margin-top: 8px;
	clear: both;
	width: 696px;
	line-height: 24px;
	background-color: #333;
}

#topmenu a{
	font-size: 13pt;
	color: #fff;
}

#topmenu ul{
	list-style:none;
	margin: 0;
	padding:0;
	display:table;
	white-space:nowrap;
}
#topmenu ul li{
	display:table-cell;
}
#topmenu ul a{
	display:block;
	width: 120px;
	text-decoration:none;
}

#body{
	margin: 8px 10px 10px;
}
#body #content{
	text-align: justify;
	padding: 6px;
	margin-right: 220px;
}
#body #bmenu{
	float: right;
	padding: 3px;
	width: 210px;
	border-left: 1px dashed #933;
	font-size: 11pt;
}
#featured{
	clear: left;
	padding-top:  8px;
}
#featured .heading{
	color: #333;
}
#featured .feature_detail{
	font-size: 10pt;
	color: #333;
}

#footer{
	font-size: .8em;
	margin: 8px 10px 10px;
	padding: 2px;
	line-height: 14px;
	clear: both;
	text-align: center;
	border-top: 1px dashed #933;
}

.heading{
	font-size: 1.1em;
	font-weight: bold;
}
.welcome {
	font-size: .9em;
}

#opt{
	line-height: 18px;
	font-size: 14pt;
}

#opt a{
	color: #333;
	text-decoration: none;
}
