html
{
	overflow: auto;
}

body
{
	margin: 0 auto;
	padding: 0;
	background: #e5e5e5;
	font-size: 75%;
	font-family: verdana;
	color: #545454;
}

#centrecontainer
{
	margin: 0 auto;
	text-align: center;
	padding: 0 auto;
}

#outercontainer
{
	/* margin-left: -450px;
	position: absolute;
	top: -270px; */
	/* left: 50%; */
	width: 943px;
	text-align: left;
	margin: 0 auto;
	
}

#headercont
{
	width: 870px;
	height: 70px;
	background: #e5e5e5;
	color: #ffffff;
	padding: 0 30px;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	z-index: 40;
	position: relative;

}

#headercont ul, #footercont ul
{
	margin: 0;
	padding: 30px 0 0 0;
	list-style-type: none;
	text-align: right;
}

#headercont ul li, #footercont ul li
{
	display: inline;
	margin: 0 0 0 5px;
}

#headercont ul li a, #footercont ul li a
{
	color: #545454;
	text-decoration: none;
}

#headercont ul li a:hover, #footercont ul li a:hover
{
	color: #003466;
	text-decoration: none;
}

#maincont
{
	width: 900px;
	height: 450px;
	background: #ffffff;
	background-image: url('../images/nc_watermark.jpg');
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #a7a7a7;
	/* margin: 400px; */
}

#maincontblog
{
	width: 900px;
	min-height: 450px;
	background: #ffffff;
	padding-top: 116px;
	background-image: url('../images/nc_blog_header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #a7a7a7;
}

#mainleft
{
	float: left;
	width: 470px;
	height: 450px;
	padding: 0px;
	background: #ffffff;
}

#mainleft h1
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: arial;
	font-size: 300%;
	color: #AAA;

}

#mainright
{
	float: left;
	width: 399px;
	height: 420px;
	padding: 15px;
	overflow: auto;
	line-height: 175%;
	
}

#mainright p
{
	margin: 0 0 15px 0;
	padding: 0;
	
}

#mainright p a
{
	margin: 0 0 15px 0;
	padding: 0;
	text-decoration: none;
	color: #000088;
	
}

#mainright p a:hover
{
	margin: 0 0 15px 0;
	padding: 0;
	text-decoration: none;
	color: #000066;
	
}

#mainright h1, h2, h3
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 174%;
	font-weight: normal;
	font-family: arial, verdana;
	color: #003466;
}

#maincont h1, h2, h3
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 175%;
	font-weight: normal;
	font-family: arial, verdana;
	color: #003466;
}


#footercont
{
	width: 900px;
	height: 22px;
	font-size: 0.8em;
	background: #e5e5e5;
	color: #a7a7a7;
	padding: 0 0px;
	padding-top: 4px;
}

#footercont ul{
	padding-top: 4px;
}
