/* ---------- Default Overrides ------------- */
body{
	
}

#Body {
	background: #000;
	font-family: arial;	
}

img, a, a img {
	border: 0;
	padding: 0;
	margin: 0;
}

a, a:link, a:hover, a:visited{
	font-family: arial;	
	border: 0;
}
table, td {
	text-align: left;
	vertical-align: top;
	font-family: arial;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
		color: #c43040;  /*maroon */
		padding: 3px;
		margin: 0;
		line-height:normal;		
}

h1{
	font-size:14pt;
}
h2{
	font-size:12pt;
}
h3 {
	font-size:8pt;
}

/* ---------- Typography (DNN override)------------- */
/*-- most of the text on site          --*/
.normal, .Normal {
	font-family: arial;
	font-size: 8pt;
	color: #000;
}
/*-- most of the bold text on site     --*/
.NormalBold {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000;
}
/*-- red text on site for errors       --*/
.NormalRed {
	color: #C50000;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
}
/*-- subheadings - mostly in admin     --*/
.SubHead {
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	color: #777;
	padding: 0;
}
/*-- headings - mostly in admin        --*/
.Head {
	font-size: 10pt;
	color: #000;
	background: transparent;
	font-weight: bold;
	padding: 0;
}


/* ---------- Links ------------- */
/*-- default links visited and active  --*/
a:link, a:visited, a:active {
	color: #666;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
/*-- default links hover               --*/
a:hover {
	color: #444;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
}
/*-- normal  links visited and active  --*/
a.Normal:link, a.Normal:visited {
	color: #666;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- normal  links hover               --*/
a.Normal:hover {
	color: #444;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
/* ---------- LAYOUT ------------- */
#pagemaster {
	width: 100%;
	background: #000;
}
#skinmaster {
	width: 960px;
	margin: 0 auto;
	background: #e8a81a;
}
.banner {
	width: 960px;
	height: 150px;
	background: url(img/banner.jpg) no-repeat scroll top center;
}
.logbar {
	background: url(img/belowmenu.png) #000 repeat-x scroll left top;
	height: 45px;
	width: 100%;	
}
.footer {
	width: 960px;
}
.leftpane, .rightpane, .contentpane {
	padding: 6px 6px 0 6px;
}
.leftpane {
	width: 48.5%;
	float: left;
}
.rightpane {
	width: 48.5%;
	float: right;
}
.contentpane {
	width: 99%;
}
.clearing {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

.searchbar {
	float: right;
	padding-right: 10px;
}
.searchbar, .searchbar a, .searchbar a:link, .searchbar a:visited {
	color: #000;
	font-family: inherit;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	
}
.searchbar a:hover {
	color: #f0a10e; 
}
.mainmenu {
	width: 100%;
	height: 26px;
	text-align: center;
	background: #000;
}
.adminlogin, .adminlogin a, .adminlogin a:link, .adminlogin a:visited {
	background: #000;
	color: #222222;
}
adminlogin a:visited {
	color: red;
}
/* ---------- Static Menu ------------- */

