*{
	margin:0;
	padding:0;
}

body{
 	background:#fff url(../commonimages/bodybg.gif) repeat-x top;
 	font-family:tahoma,sans-selif;
 	font-size:12px;
 	color:#333;
 	line-height:1.5;
}
a:link,a:visited{
	color:#1983dd;
	text-decoration:none;
}
a:hover,a:active{
	color:#c0680a;
	text-decoration:underline;
}


h1{
	display:none;
}
h2{
	border-bottom:solid 2px #83b1ef;
	margin-bottom:0.5em;
	font-size:14px;
}
h3{
	font-size:14px;
}
img{
	border:none;
}
li{
	list-style-type:none;
}
th,td{
	vertical-align:top;
}
div#wrapper{
	width:768px;
	padding:7px;
	background:#fff;
	margin:auto;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
}
div#header{
}
div#roadmap{
	font-size:10px;
	font-weight:bold;
	margin:5px 0 0px 203px;
	height:41px;
	background:#fff url(../commonimages/roadmap.gif) repeat-x;
	padding:4px 0 0px 4px;

}
div#contentarea{
}
div#submenu{
	width:193px;
	float:left;
 	overflow:hidden;
}

div#bannerarea{
margin-left:3px;
}
div#maincontent{
	margin-left:203px;
}
div#footer{
	clear:both;
	text-align:center;
	font-family:arial,sans-selif;
	font-size:10px;
	border-top:solid 1px #cccccc;
	margin-top:50px;
}
p#policy{
	text-align:right;
}