body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e2e3e3;
	background-image: url(images/bg.jpg);
}
.pagemaster
{
	width:100%;
	text-align: center;
}
.skinmaster
{
	padding: 0px;
}
.maincontent
{
	background-color: #31252f;
}
.leftcontent
{
	width: 936px;
	background-image: url(images/topleftbg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 55px;
}
.rightcontent
{
	background-color: #31252f; padding: 0px; margin: 0px; border: 0px;
}
.rightpane
{
	padding-top: 5px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.menucontainer
{
	background-color: #31252f;
	width: 176px;
	padding: 0px;
	margin: 0px;
	display: block;
}
.content
{
	width: 522px;
	padding: 10px;
	background-color: #e2e3e3;
}
.footercontainer
{
	text-align:center;
	background-color: #31252f;
	height: 25px;
	color: #ffffff;
}
.footer
{
	color: #e2e3e3;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10pt;
	font-style: italic;
}
.normal
{
	color: #202020;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11pt;
	line-height: 1.5em;
}
.subhead
{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11pt;
	font-weight: bolder;
}	
.head
{
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 13pt;
	font-weight: bold;
	color: #202020;
}
.rightfooter
{
	color: #e2e3e3;
	font-size: 13px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: center;
}
.smallmessage 
{
	font-size: xx-small;
	font-style: italic;
}
a.footerlink:link, a.footerlink:active, a.footerlink:visited
{
	font-weight:bold;
	color: #e2e3e3;
	font-size: 13px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: center;
}
a.videolink:link, a.videolink:active, a.videolink:visited
{
	color: #0099FF;
	font-weight: bold;
	font-size: 15px;
}
A.videolink:hover
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}
.scrollingtext
{
	overflow:hidden; 
	width:942px; 
	display:none;
}
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 14px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #e2e3e3;
	font-weight:normal; 	
	padding: 6px 12px 6px 12px;
	margin-right:1px;
	float: left;
}
/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#fff600;
	font-weight:normal;
	padding:6px 12px 6px 12px;
	margin-right:1px;
	float: left;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#fff600;
	font-weight:normal;
	padding:6px 12px 6px 12px;
	margin-right:1px;
	border: 0px;
	float: left;
}

.main_dnnmenu_break
{
	background-image:url(images/menubreak.jpg);
	background-repeat: no-repeat;
	width: 147px;
	height: 6px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	background-color:#F8FAFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	color:#ffffff;
	background-color: #31252f;
}
.main_dnnmenu_itemselected td{
	color:#ffffff;
	background-color: #31252f;
}


UL LI
{
    list-style-type: disc;
}

UL LI LI
{
    list-style-type: circle;
}

UL LI LI LI
{
    list-style-type: square;
}