/********************************************
Generic Styles
********************************************/
HTML, BODY
{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #CAD7F6;
}
BODY
{
	min-width: 750px;
}
DIV#container
{
	background: #FFFFFF;
	margin: 0px auto;
	height: 100%;
	width: 1000px;
	border: 1px solid #000000;
}
DIV#header
{
	top: 0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 211px;
	width: 1000px;
	background-position: 124px 0px;
}
DIV#main
{
	float: right;
	width: 690px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-top: 15px;
	background-image: url(../images/bgmain.jpg) !important;
	background-image: url(./images/bgmain.jpg);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 15px;
}
DIV#main A
{
	color: #191970;
	font-weight: bold;
	text-decoration: none;
}
DIV#main A:hover
{
	text-decoration: underline;
}
DIV#mmenu
{
/*float:left;*/
	width: 150px;
/*padding-top: 0px !important;
padding-top: 16px;*/
	margin-bottom: 0px;
}
DIV#topbar
{
	padding: 5px;
	margin-left: 150px;
}
DIV#topbar H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #87CEEB;
	display: inline;
}
DIV#footer
{
	clear: both;
	text-align: center;
	height: 21px;
	padding: 5px;
	margin: 0px;
	border-top: 1px solid #000000;
	color: #000105;
	background-color: #C9D6F5;
}
DIV#footer A
{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #396FF2;
}
DIV#footer A:hover
{
	text-decoration: underline;
}
DIV#company
{
	padding-top: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
DIV#company A
{
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #396FF2;
}
DIV#company A:hover
{
	text-decoration: underline;
}
.bodyText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*---------------------------------
Start menu format
---------------------------------*/
UL#navlist
{
	width: 145px !important;
	width /**/: 145px;
	padding: 0px;
	border: 1px solid #FFF89B;
	border-top: 0px solid #000000;
	border-left: 0px solid #000000;
	margin: 0px;
	font: bold 10px verdana, helvetica, arial, sans-serif;
	background: #FFF;
}
UL#navlist LI
{
	list-style: none;
	margin: 0px;
	border: 0px solid #000000;
	border-top: 1px solid #FFF89B;
}
UL#navlist LI A
{
	display: block;
	width: 122px !important;
	width /**/: 148px;
	padding: 4px 8px;
	border: 0px solid #000000;
	border-left: 10px solid #FFF89B;
	background: #4169E1;
	text-decoration: none;
	text-align: left;
	border-left-color: #396FF2;
}
UL#navlist LI A:link
{
	color: #FFF;
}
DIV#mmenu LI A:visited
{
	color: #FFF;
}
UL#navlist LI A:hover
{
	border-color: #FFB62C;
	color: #FFB62C;
	background: #396FF2;
}
