/* CSS Document */
#mastheadContainer {
	margin: 0 auto;
	width: 880px;
	height: 1000px;
	background: transparent url("~/images/main_logo.gif") left top no-repeat;
}

body
{

}
.container
{
	width: 800px;
}
.homeGraphic
{
	position: absolute;
	top: 170px;
	left: 0px;
}
.header
{
	position: relative;
	top: -15px;
}
.heading
{
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	height: 30px;
}
.heading2
{
	font-size: 11pt;
	font-weight: bold;
}
.heading3
{
	font-size: 11pt;
	color: #000066;
	font-weight: bold;
}

.content
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 14pt;
}
.homeContent
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	line-height: 13pt;
}
a:link
{
	color: #1546A7;
	text-decoration: none;
}
a:visited
{
	color: #1546A7;
	text-decoration: none;
}
a:hover
{
	color: #1546A7;
	text-decoration: underline;
}
.redLink a:link
{
	color: #FF0000;
	text-decoration: none;
}
.redLink a:visited
{
	color: #FF0000;
	text-decoration: none;
}
.redLink a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.loginBox
{
	position: relative;
	background-image: url(images/login.gif);
	background-repeat: no-repeat;
	height: 190px;
	width: 322px;
	left: 225px;
}
.loginBoxText
{
	position: relative;
	line-height: 10pt;
	top: 50px;
	left: 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
form
{
	line-height: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #666666;
}
.footer
{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.footer A
{
	color: #666666;
}
.footer .flushleft
{
	float: left;
	padding-top: 5px;
}
.footer .flushright
{
	float: right;
	padding-top: 1px;
}
/* --- menu styles ---
note:
not all browsers render styles the same way so try out your style sheet
on different browsers before publishing;
*/
/* level 0 inner */
.menu
{
	position: relative;
	height: 30px;
	top: 5px;
	left: 120px;
	text-align: left;
	text-decoration: none;
}
.menu a:hover
{
	text-decoration: none;
}
.m0l0iout
{
	font: bold .9em Tahoma, Tahoma, Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 5px 0 0;
	color: #677b82;
}
.m0l0iover
{
	font: bold .9em Tahoma, Tahoma, Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 5px 0 0;
	color: #b66721;
}
/* level 0 outer */
.m0l0oout
{
	text-decoration: none;
	/*border: 1px solid #336699;*/
	background: transparent url(../assets/images/mainNav_div.gif) left center no-repeat;
	text-align: center;
	
}
.m0l0oover
{
	text-decoration: none;
	background: transparent url(../assets/images/mainNav_div.gif) left center no-repeat;
	text-align: center;
}
/* level 1 inner */
.m0l1iout
{
	font: bold .9em Tahoma, Tahoma, Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover
{
	font: bold .9em Tahoma, Tahoma, Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
/* level 1 outer */
.m0l1oout
{
	text-decoration: none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
}
.m0l1oover
{
	text-decoration: none;
	background-color: #1A4D81;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
}
