html/* CSS Document */
{
	background-image:url(assets/templateImg/bgGrad.jpg);
	margin:0;
	padding:0;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#373E88;
	font-size:12px;
}
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#485056
}
.middleWrapper{
	width:820px;
	background-image:url(assets/templateImg/midBg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
	background-attachment: fixed;
	display: inherit;
	height: 100%;
}
.Topwrapper{
	width:820px;
	background-image:url(assets/templateImg/masthead.jpg);
	background-position:top;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 277px;
	_height: 277px; /* bug fox for IE */
}

}
.mbw{padding:10px;}
.content{
	float:right;
	width:550px;
	padding-top:140px;
	padding-right:40px;
	overflow: auto;
}
.content   p, .content   li{padding-top:0;margin-top:3px;line-height:1.4em; color:#485056}
.content  h1{font-size:1.3em;padding-bottom:5px;border-bottom:1px solid #CCCCCC; color:#485056;}
.content  h3{
	font-size:1.1em;
	color:#485056;
	padding-bottom:0px;
	margin-bottom:0px;
}
.content  a{color:#669999;}
.content  a:hover{color:#476B6B;}
.floatright{float:right;margin-left:10px;margin-bottom:10px;}
.footer{
	width:820px;
	margin:0px auto;
	background-image:url(assets/templateImg/footer.jpg);
	background-position:top;
	background-repeat: no-repeat;
	padding-top:36px;
	text-align:center;
}
.footer  *{color:#999999; text-decoration:none; font-size:10px}
.footer  a:hover{text-decoration:underline;}
.menu{
	width:180px;
	padding-top:140px;
	padding-left:40px;
	float:left;
	height: auto;
}

.clearboth{clear:both;}

th{background-color: #E5E5E5;}
tr{background-color:#F4F4F4;}
th,td{padding:3px;}
tr:hover{background-color:#FFFFFF;}
.nav, .nav  ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 13em;
	}
.nav  li { /* all list items */
	position : relative;
	float : left;
	line-height : 1em;
	margin-bottom : -1px;
	width: 13em;
	}
.nav  li  ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 13em;
		margin-top : -2.2em;
	}
.nav  li  ul  ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	.nav li a {
		width: 13em;
		w\idth : 12em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		background-color: white;
		padding : 0.5em;
	}
	
	.nav li a:hover {
		color : white;
		background-color: #485056;
	
	}
	
	.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
a img{border:none; text-decoration:none;}
.menu * {
	font-size: 11px;
	color: #485056;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
}
