/**/@media screen {
html {
	font: 76% sans-serif;
	height: 100%;
	overflow-y: scroll;  
}
body {
	height: 100%;
	/*width: 1024px;
	min-width: 1024px;*/
	padding:0;
	margin: 0;
	/*margin: 0 auto;*/
	background:#1a1919 url(../images/m-1.png) repeat-x /*fixed*/;
	}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background-color: white;
	border-right: 3px solid #181821;
	border-left: 3px solid #c6c3c6;
	border-top: 0;
	border-bottom: 0;


	
}
#mainHeader {
	margin: 0;
	height: 229px;
	background: url(../images/h1.png);
	border-top: 3px solid #c6c3c6;

}
h1 
a {
	display: block;
	height: 100%;
	text-indent: -777em;
	overflow: hidden;
}
h2 {
	font-size: 1.5em;
}
hr {
	display: none;
}
p {
	margin: 1.12em 0;
}
#nav {
	list-style: none;	
	padding: 0;
	overflow: hidden;
	margin: 0 0 0 -140px;
	float: left;
	width:180px;
	display: inline;
}
#nav 
li {
	float: left;
	margin-right:4px;
	
}
#nav 
a {
	font: bold 18px arial, helvetica, sans-serif;
	display: block;
	width: 175px;
	height: 35px;
	line-height:35px;
	background: url(../images/steel.png);
	text-decoration: none;
	color: #000000;
	text-align: center;
	margin: 0 0 4px;
	border: 1px solid black;	

}
#nav 
a:hover {	
	color: #1601B5;
	border: 1px solid #1601B5;	
}
#nav 
.current 
a {
	color: #1601B5;
}
#content {
	background-color: white;
	/*background-image: url(../images/sidebar-bg.png);
	background-position:left top;
	background-repeat:no-repeat;*/
	padding: 15px 10px 135px 169px;
	overflow:hidden;
	display: block !important;
	display: inline-block;


}
#footer {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 3px solid #181821;
}
#footer 
#mainFooter {
	background-image:url(../images/f-bg.png);
	background-position:bottom top;
	background-repeat: no-repeat;
	height: 108px;
background-color: #737173;


}

#footer 
div 
br {
	display: none;

}
#footer 
div 
p {
	text-indent: -777em;
	margin: 0;
}

.rounded {
width: 93%;
background-color: #efefef; 
font-weight: bold;
margin: 0px 0 0 50px;
border: 1px solid  #0D0ED6;
	
}
.rounded p{
padding:0 10px;
margin-top:px;
height:100%;
}

.pageHeader {
	position: absolute;
	top:180px;
	left:400px;
	padding:0; 
	margin:0;
}
* html .pageHeader, 
* html .pngfix {
	behavior: url(/assets/css/iepngfix.htc);
}
/**/}