body 
{
	margin: 0;
	margin-top:10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
}
td
{
        font-size:12px;
}
#outerwrapper { width:100%; align:center; position:relative; }
#innerwrapper {  width:863px; align:left; position:relative; }
#leftmenu
{
	position:absolute;
	top:185px;
	width:178px;
	left:0px;
}
#maincontent
{
	position:absolute;
	top:185px;
	width:518px;
	left:210px;
}

h1, h2, h3, h4
{
	color:#5077cf;
	font-weight:normal;
}
h1
{
	font-size:18px;
}
h2
{
	font-size:16px;
}

.breadcrumbs
{
	margin-top:30px;
	font-size:11px;
	color:#6c8dd9;
}
#footer
{
	margin-top:30px;
	font-size:11px;
	color:#6c8dd9;
}
a
{
	color:#5077cf;
}
a:visited,a:hover
{
	color:#6c8dd9;
}
