@import url(advancedstyles.css);

body {
	background-image: url(/images/site_bg_nc.gif);
	background-repeat: repeat-x;
	background-color: #efefe9;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color:#9F0F1C;
	text-decoration: none;
	}
	
a:hover {

	text-decoration: underline;
	}

#rightpromo {
	background-color: white;
	}	
	
#headertop {
	background-image: url(/images/mainheader_nc/header_topbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 40px;
	padding-left: 107px;
	font-size: 10px;
	vertical-align: bottom;
	}
	
#headertop a, #headertop a:link, #headertop a:visited {
	text-decoration: none;

	}
	
#sidenavcell {
	padding: 0px;
	margin: 0px;
	border-top: 5px solid #29485F;
	}	
	
ul#sidenavlinks {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-top: 1px dotted #ccc;
	background-color: #29485F;
	}
	
ul#sidenavlinks li {
	border-bottom: 1px dotted #ccc;
	xxxbackground-image:url(/images/sidenav_nc/sidenav_bg.gif)
	}
	
#sidenavlinks a, #sidenavlinks a:link, #sidenavlinks a:visited {
	display: block;
	width: 151px;
	padding: 3px;
	padding-left: 6px;
	margin: 0px;
	font-size: 10px;
	text-decoration: none;
	}
	
#sidenavlinks a:hover {

	background-color:#19303F;
	
	}
	
#content {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-color: white;
	}

#sidenav {
	background-color: white;
	font-size: 80%;
	font-style: normal;
	}

p, ul, ol {
	color: #000000;
	margin-top: 2px;
	font-size: 12px;
	}

	
h1 {
	font-size: 20px;
	font-weight: bold;
	color:#620A12;
	margin-top: 2px;
	}
	
h2 {
	font-size: 16px;
	font-weight: normal;
	color:#620A12;
	margin-top: 2px;
	}

h3 {
	font-size: 12px;
	font-weight: normal;
	color:#620A12;
	margin-top: 2px;
	}
	
.footermaincell {
	background-image: url(/images/footer_nc/footer_bg.gif);
	background-position: top;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 2px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	}

.footermaincell a {
	color: white;
	text-decoration: none;
	}
.footermaincell a:hover {
	color: #FFFF66;
	}

/* Alternating row colors and table cells */
.even {
	background-color: white;
	}

.odd {
	background-color: #F0F0F0;
	}
.tableheader {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}

.tablecontent {
	color: #000000;
	margin-top: 2px;
	font-size: 80%;
	}

.sidemodule {
	width: 160px;
	background-image: url(/images/sidenavs/bg-sidemodule-bottom.gif);
	background-position: bottom;
	margin-left: 4px;
	text-align: center;
	color: white;
	font-weight: normal;
	}
	
.sidemodule h3 {
	background-image: url(/images/sidenavs/bg-sidemodule-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 2px;
	margin-bottom: 3px;
	font-weight: normal;
	}
	
.sidemodule p {
	padding-bottom: 3px;
	color: white;
	}
	
.highlight {
	background-color: #ff9;
	padding: 10px;
	border: 2px solid #cc9;
	margin-top: 5px;
	}
	
.highlight h3 {
	font-size: 110%;
	margin: 2px;
	}
	
.teaser {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 90%;
	}
