body, html {height:100%;}
body{
	text-align:center;
	background-color: #999999;
}

body, p, td {
	font-family:tahoma,arial,sans-serif;
	font-size: 12px;
}
H1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
H2 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

#_dnn_body{
	background:#fff;
}
a:link, a:visited {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}

a:hover{
	color:#cc7a00;
	text-decoration:none;
	background-color:inherit;
}
a img{
	border:none;
}

p{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
p form{margin-top:0; margin-bottom:20px;}

.title {
	font-size: 16px;
	font-weight: bold;
}

/**************** Page Element Styles ****************/
.pagemaster {
	width: 100%
	height: 100%;
	background-color: #a9a97f;
	height: 100%;
	width: 100%;
}
.skinmaster {
	height: 100%;
	background-color: #fff;
}
.leftedge {
	background-image: url(images/left_edge.png);
	background-repeat: repeat-y;
	background-color: #a9a97f;
}
.rightedge {
	background-image: url(images/right_edge.png);
	background-repeat: repeat-y;
	background-color: #a9a97f;
}
.header {
	clear:both;
	height: 304px;
	width: auto;
	background-image:url(images/header_image.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.bottomDivider {
	clear: both;
	height:9px;
	background-color:#e3ce70;
}
.content {
	background-color:#ffffff;
}
.footer {
	clear: both;
	height:66px;
	background-color: 3c3c3c;
	background-image: url(images/footer_logo.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.leftpane {
	background-image: url(images/leftpane_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	width:263px;
}
.bottomMenu {
	padding: 15px 0 5px 15px;
}
.legalwrapper {
	padding: 5px 0 15px 15px;
}

.legal, .legal a:link, .legal a:visited, a.legal:link, a.legal:visited {
	font-size: 11px;
	color: #e5b53b;
	font-weight: normal;
}
.legal a:hover, a.legal:hover {
	color: #e5b53b;
	text-decoration: underline;
	font-weight: normal;
}
/**************** Content styles ****************/

#dnn_ContentPane{
	padding:20px 10px;
	background-color: #fff;
}
#dnn_LeftPane{
	padding:20px 10px;
}
#dnn_BottomPane {
	padding:0 10px;
}

/**************** Misc classes and styles ****************/

.clear{clear:both;}
.hide{display:none;}

/*--------- dnn menu style ----------*/
.topmenulinks, .topmenulinks a:link, .topmenulinks a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000 !important;
	font-weight: normal;
}
.topmenulinks a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{
	color: #e5b53b;
	font-size: 11px;
	padding-right: 10px;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	color:#e5b53b;
	font-size: 11px;
	text-decoration: underline;
	padding-right: 10px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#e5b53b;
	font-size: 11px;
	padding-right: 10px;
	text-decoration: underline;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #484848;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	background-color:#FFFFFF;
	z-index: 1000;
	font-size: 11px;
	text-align:left;
	color:#484848;
	padding: 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{
	font-size: 11px;
	color:#ffffff;
	text-align:left;
	z-index: 1000;
	padding: 5px;
	margin:0px;
	background-color: #484848;
}

.main_dnnmenu_break
{
	height: 2px;
}



