/* --- Common site Styles ---------------------------------------------------------- */
html
{
	background: #0A1F55;
}

body
{
	scrollbar-face-color: #0A1F55;
	scrollbar-shadow-color: #cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #0A1F55;
	scrollbar-darkshadow-color: #0A1F55;
	scrollbar-track-color: #0A1F55;
	scrollbar-arrow-color: #cccccc;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image:url(../_images/background.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

body,
p,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.0pt;
	color: #000;
}

a:link,
a:visited,
a:active,
a:hover
{ 
	color: #009;
	text-decoration: none;
}
a:hover
{ 
color: #00F;
}

/* --- leading header area ---------------------------------------------------------- */
#mainHeader
{
}


/* --- Trailing footer area ---------------------------------------------------------- */
#mainFooter
{
}

/* --- Primary Content Regoin ------------------------------------------------------- */
#mainContent
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 400px;
}

#navTop
{
	width: 100%;
	border-top: 1px solid #0A1F55;
	border-bottom: 1px solid #0A1F55;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#navTop table
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

#navTop table tr td
{
	padding-left: 8px;
	padding-right: 8px;
}
