@charset "utf-8";
body {
	background-image: url(images/mainback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E4E0DF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
}
a:link {
	color: #54215a;
	text-decoration: none;
}
ul.MenuBarHorizontal li {
	text-decoration: none;
	color: #fffeec;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #A96A7B;
}




#header {
	height: 100px;
	width: 720px;
	margin-left: 165px;
	float: none;
	margin-top: 10px;
	margin-right: 20px;
	background-color: #fffeec;
}
#mainbackcontainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#mainmenu {
	float: none;
	height: 25px;
	width: 720px;
	margin-left: 163px;
	margin-top: 5px;
	background-color: #fffccc;
	margin-right: 20px;
}
#maincontent {
	float: left;
	width: 500px;
	padding: 10px;
	margin-left: 165px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-align: center;
}
#rightside {
	float: right;
	width: 170px;
	margin-right: 17px;
	margin-top: 5px;
	padding: 10px;
	background-color: #B8A5A9;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 5px;
	color: #FFFEF0;
}
#footer {
	width: 710px;
	margin-left: 165px;
	margin-top: 5px;
	height: 60px;
	padding: 5px;
	float: left;
	background-color: #E4E0DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rightaddressbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	width: 169px;
	float: right;
	margin-right: 17px;
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #54215a;
	background-color: #B8A5A9;
	color: #FFFEEC;
	text-align: center;
}
#mainbackcontainer #maincontent {
	text-align: left;
	font-size: 12px;
}
#rightsidecandidabox {
	float: right;
	width: 110px;
	margin-right: 17px;
	margin-top: 5px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin-left: 5px;
	border: 1px dashed #C2E9C0;
	background-image: url(images/ncslogosmall.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 69px;
	background-color: #E4E0DF;
	color: #333;
}
