div.Graphic
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 800px;
}
.MainText
{
    color:#FFFFFF;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bolder;    
    vertical-align:top;
}

.Normal, .NormalDisabled {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bolder;   
}

img
{
    border: 0px;
}
h1
{
    font-size: 10;
    font-weight: bolder;
    font-family: verdana;
    color: #ffffff;
    margin-left: 4%;
    margin-right: 5%;
}
h2
{
    margin-left: 4%;
    margin-right: 5%;
    vertical-align: top;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #99c4e9;
    font-weight: bolder;    
    margin-top:16px;
}

a
{
    color: #FFFFFF;
    font-family: verdana;
    font-weight: bolder;
}
a.text:hover
{
    background: #99c4e9;
    color: #2d3134;
}

body
{
    background-image: url("images/bg.jpg");
    background-attachment: fixed;
    background-color: #7f3492;
}
td, div, p {
font-family: verdana;
font-size: 10pt;
font-weight:normal;
}

table
{
    font-family: verdana;
    font-size: 10pt;
    color: #FFFFFF;
    
}
ul.list
{
    list-style-image: url("images/list.gif");
    vertical-align: top;
}
table.images
{
    font-family: verdana;
    font-size: 10pt;
    color: #FFFFFF;
}


.ContentPane
{
 background-repeat: repeat-y; 
 background-image: url(images/mainbgBIG.gif);
 padding-left:10px;
 padding-right:10px;
}


/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	background-image: url(images/navbg.jpg);
	background-repeat: repeat;
	height: 20px;
	display:inline-block;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem,
.main_dnnmenu_submenu td,
.main_dnnmenu_rootitem_selected 
{	
     
    font-family:verdana;
    font-weight:bolder;
	padding: 0;
	list-style-type: none;
	font-family:verdana;
    font-size:10pt;
	float: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	word-spacing: normal;
	text-align: left;	
	color: #333;
	text-decoration: none;
	width: auto;
	padding: 0px;
	display:inline-block;
	height:20px;
	vertical-align:middle;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	background-color: #33C;
	color: #FFF;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-y;	 
	padding: 0px;
}
.main_dnnmenu_itemhover td   
{  
	color: #FFF;	
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color: #333;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-y;
	 margin-top:1px;
	
}


/*  SUB Menu hover & selected */

.main_dnnmenu_itemselected td{
   color: #FFF;
}

.main_dnnmenu_break
{
	
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	
}

.ModuleTitle_SubMenu td{
	
} 

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	
}

