body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #6a00a7;
}
A:link, A:active, A:visited 
{
	text-decoration: underline;
}
.pagemaster
{
	width:100%;
	text-align: center;
}
.skinmaster
{
	padding: 0px;
}
.topcenter
{
	background-image:url(images/-x-------.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.leftcenter
{
	background-image:url(images/---x-----.jpg);
	background-repeat: repeat-y;
	background-color:#FFFFFF;
}
.rightcenter
{
	background-image:url(images/-----x---.jpg);
	background-repeat: repeat-y;
}
.bottomcenter
{
	background-image:url(images/-------x-.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.maincontent
{
	background-color: #ffffff;
	padding:0px;
}
.menucontainer
{
	width: 205px;
	padding: 0px;
	margin: 0px;
	display: block;
	background-color: #ffffff;
}
.logocontainer
{
	width: 100%;
	background-color:#FFFFFF;
}
.contentpane
{
	padding-left: 12px;
	width: 460px;
	height: 500px;
}
.contentcontainer
{
	width: 674px;
	padding: 0px;
	background-color:#FFFFFF;
}
.footercontainer
{
	text-align:center;
	height: 25px;
	color: #ffffff;
}
.normal
{
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.5em;
}
.subhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bolder;
}	
.head
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #000000;
}
.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: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
a.footerlink:hover
{
	text-decoration: underline;
}
a.CommandButton:link, a.CommandButton:active, a.CommandButton:visited
{
	font-weight:normal;
	font-size: 16px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: underline;
}
.date
{
	color: #202020;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a.login:link, a.login:active, a.login:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.footer
{
	color: #e2e3e3;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10pt;
	font-style: italic;
}
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #575757;
	font-weight:normal; 	
	background-image:url(images/menuitembg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 36px;
	width: 195px;
	padding-left: 12px;
	vertical-align: bottom;
}
/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#000000;
	font-weight:normal;
	background-image:url(images/menuitembgon.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 195px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#000000;
	font-weight:normal;
	background-image:url(images/menuitembg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 12px;
	height: 36px;
	width: 195px;
	vertical-align: bottom;
}

.main_dnnmenu_break
{
	width: 195px;
	height: 1px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
	margin: 0px;
}

.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;
}
.leftmenu
{
    text-align:left;
    background-image: url(images/leftbg.png);
	background-repeat:no-repeat;
	height: 202px;
	width: 250px;
	padding-top: 14px;
	padding-left: 26px;
	position: fixed;
}
.leftmenuitem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #323232;
	height: 25px;
	padding-left: 5px;
}
a.leftlink:link, a.leftlink:active, a.leftlink:visited
{
	color: #323232;
}	