html, body, table, tr, td, input, textarea
{
	font-family:Verdana;
	font-size:11px;
	line-height:1.3;
}

html, body
{
	height:100%;
}

body
{
	background-color:#c8c9cd;
	margin:0px;
}

a:link    { text-decoration:none; color:#093b78; }
a:visited { text-decoration:none; color:#093b78; }
a:hover   { text-decoration:underline; color:#093b78; }
a:active  { text-decoration:none; color:#093b78; }

div#background
{
	top:0px;
	left:0px;
	z-index:1;
	position:fixed;
	overflow:none;
	filter:alpha(opacity=60);
	opacity:0.6;	
}

div#wrapper
{
	position:absolute;
	width:800px;
	left:50%;
	margin:10px 0px 0px -400px;
	z-index:2;
}

div#header
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter:alpha(opacity=95);
	opacity:0.95;
	width:100%;
	height:120px;
	background-color:#101f51;
	z-index:2;
}

div#content
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter:alpha(opacity=95);
	opacity:0.95;
	float:left;
	margin-top:15px;
	background-color:#f0f0f0;
	width:600px;
	height:500px;	
	z-index:2;
}

div#nav
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter:alpha(opacity=95);
	opacity:.95;
	float:right;
	margin-top:15px;
	background-color:#bdcaf1;
	width:199px;
	height:500px;	
	z-index:2;
	border-left:1px dotted #081339;
}

div#footer
{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter:alpha(opacity=95);
	opacity:.95;
	width:100%;
	height:25px;
	margin-top:530px;
	background-color:#101f51;
	z-index:2;
}

div#wrapperC
{
	position:absolute;
	width:800px;
	left:50%;
	margin:10px 0px 0px -400px;
	z-index:2;
}

div#headerC
{
	width:790px;
	height:110px;
	z-index:2;
	padding:5px;
}

div#contentC
{
	float:left;
	margin-top:25px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	padding:15px;
	width:550px;
	height:450px;	
	z-index:2;
	overflow:auto;
}

div#navC
{
	float:right;
	margin-top:45px;
	padding:15px;
	width:169px;
	height:440px;	
	z-index:2;
}

div#footerC 
{
	width:790px;
	height:15px;
	margin-top:530px;
	z-index:2;
	padding:5px;
	text-align:center;
	color:#ffffff;
}

div.navItem, div.subnavItem
{
	width:159px;
	padding:5px;
	border-top:1px solid #ffffff;
	cursor:hand;
	cursor:pointer;
}

div.navItem:hover, div.subnavItem:hover
{
	font-weight:bold;
}

div.subnavItem, div.subnavItem:hover
{
	border-top:none;
	color:#38393b;
}

h1
{
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:2px;
	margin-bottom:7px;
	width:100%;
	border-bottom:1px solid #101f51;
}

img.imgLogo
{
	float:right;
	margin-top:5px;
	margin-right:25px;
}

div#intro
{
	padding:20px;
	position:absolute;
	width:800px;
	height:440px;
	left:50%;
	top:50%;
	margin:-240px 0px 0px -400px;
	background-color:#ffffff;
	border:1px solid #101f51;
	z-index:2;
	text-align:center;
}
