/* ---------- Default Overrides ------------- */
body, p {

}
#Body {
	background: url(img/bg-body.png) transparent repeat scroll left top;
	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: #000;
	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: #f3bf25;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
/*-- default links hover               --*/
a:hover {
	color: #fff;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;
}
/*-- normal  links visited and active  --*/
a.Normal:link, a.Normal:visited {
	color: #f3bf25;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/*-- normal  links hover               --*/
a.Normal:hover {
	color: #fff;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
/* ---------- LAYOUT ------------- */
#pagemaster {
	width: 100%;
	text-align: center;
}
#skinmaster {
	width: 767px;
	margin: 0 auto;
	background: #b7b2ac;
	text-align: left;
}
.banner {
	width: 767px;
	height: 150px;
	background: url(img/banner.jpg) no-repeat scroll top center;
}
.logbar {
	width: 100%;
}
.footer {
	width: 767px;
	padding: 10px 0 0 0;
}
.toppane, .leftpane, .rightpane, .contentpane {
	padding: 0 10px 0 10px;
}
.toppane {
	width: 747px;
}
.leftpane {
	width: 520px;
	float: left;
	padding-right: 0;
}
.rightpane {
	width: 210px;	
	float: right;
	padding-left: 0;
}
.contentpane {
	width: 747px;
}

/*--------- Controls -------------*/
.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;
	padding-top: 4px;
}
.searchbar a:hover {
	color: #fff;
}
.mainmenu {
	width: 100%;
	height: 18px;
	text-align: center;
	background: url(img/banner.jpg) no-repeat scroll 0px -150px;
}
.adminlogin, .adminlogin a, .adminlogin a:link, .adminlogin a:visited {
	background: #000;
	font-size: 7pt;
	color: #222222;
}
.adminlogin a:hover {
	color: #183260;
}
/* ---------- Common classes ------------- */
.clearing {
	clear: both;
	height: 1px;
}

