/* ---------- Default Overrides ------------- */
body{
	
}

#Body {
background: url(img/bg-body.jpg) #0c1c35 repeat-x scroll top center;
	font-family: arial;	
}

img, a, a img{
	border: 0;
	padding: 0;
	margin: 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: none;
}
/*-- default links hover               --*/
a:hover {
	color: #444;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}
/*-- 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;
}

.adminlogin, .adminlogin a, .adminlogin a:link, .adminlogin a:visited {
	background: #000;
	font-size: 7pt;
	color: #222222;
}
.adminlogin a:visited {
	color: #222222;
}

/* ---------- LAYOUT ------------- */
#pagemaster {
	width: 100%;	
	text-align:center;
}
#skinmaster {
	width: 960px;
	margin: 0 auto;
	background: url(img/bg-skin.jpg) #fff no-repeat scroll top left;
	text-align:left;
}
.banner {
	width: 960px;
	height: 180px;
	background: url(img/banner.jpg) no-repeat scroll top center;
}
.mainmenu {
	width: 100%;
	height: 31px;
	text-align: center;
	background: url(img/menu_bar.png) repeat-x scroll top left;
}

.3collayout{
}

.positioncentercolumn {   /*column spacing = 10px;*/
  margin-left: 180px;    /* LC width + spacing*/
  margin-right: 290px;   /* RC width + spacing*/
  background: transparent;
}
.centerpane, .leftpane, .rightpane, .contentpane {
  padding: 10px;			
}

.centerpane{
	height: 1%;   /* IE6 hack for 3px bug */
}
.leftpane {
  width: 155px;          /* LC width */
  float:left;

}
.rightpane {
  float:right;
  width: 265px;	 /* RC width */
}
.contentpane{

}
.footer {
	width: 960px;
	padding-top: 21px;
	background: url(img/bg-footer.png) #000 repeat-x scroll top left;
}


.clearing {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

/* ---------- Static Menu ------------- */

