body                { background:#ffffff; }
body, td, .normal   { font: 12px Arial, Helvetica, sans-serif; padding:0px; margin:0px; color:#000000;}	
.Normal a:link, .Normal a:visited, a.Breadcrumb:link, a.Breadcrumb:visited, a.Breadcrumb
                    { text-decoration: underline; font-weight:normal; border:0; color:#000000;  }
	
.Normal a:hover     { color: #000000; }
img                 { border:0; }
		
div, ol, ul, li, form, table, tr, p, a 
                    { margin:0; padding:0; border:0;}
	
/* Page Layout */	

table#mainContainer {
	background: #ffffff;
	margin: 15px auto;
	width:980px;
	}
	
#mainContainer td.mainContainer {
	padding:0px;

	}
	
	
table#logoArea {
	background:#ffffff;
	vertical-align:middle;
	width:100%;
	}

.homeContent {
	background:#ffffff;
	vertical-align:top;
    padding:0px;
}	
.ContentWithMargin {  clear:both; width:960px;margin:0px;}	
.ContentWithMargin2 {  clear:both; width:972px;margin:0px;}	
	
.Footertxt {	
	}
.Footertxt .Normal {
	padding:2px;
	color:#9e9e9e;
	font-size:10px; }		
	
.Footertxt a,
.Footertxt a:hover,
.Footertxt a:active,
.Footertxt a:visited{
	color:#9e9e9e;
	text-decoration:none;
	font-weight:normal;
	}
.Footertxt a:hover {
	text-decoration:underline;
	color:#000000;
	}
.Footertxt2 { 
	padding:2px;
	margin:2px;
	color:#9e9e9e;
	font-size:10px;
	font-weight:bold;
	text-align:right;
}		
	
.Footertxt2 a,
.Footertxt2 a:hover,
.Footertxt2 a:active,
.Footertxt2 a:visited{
	font-size:10px;
	color:#9e9e9e;
	text-decoration:none;
	font-weight:bold;
	}
.Footertxt2 a:hover {
	text-decoration:underline;
	color:#000000;
	}

/* HOME PAGE */

td#RightNav {
	 width:314px;
	 vertical-align:top;
	 padding-left:1px;
	 background:#F5F1E9;
	 padding-right:3px;
	}


	
/* SUB PAGE */

	
	.homeContent1
	{
	 background:#F5F1E9;
	 vertical-align:top;
	 padding-right:1px;
	}
	
	.contentPane
	{
	  
	 background:#F5F1E9;
	 vertical-align:top;
	 padding-right:1px;
	}
	
.topNavBar {
	background: url(img/topNavBarBG.gif) repeat-x;
	vertical-align:middle;
	height:41px;
}
.leftTopNavBar {
	background: url(img/leftNavBarBG.gif) no-repeat;  
}
.rightTopNavBar {
	background: url(img/rightNavBarBG.gif) no-repeat;  
}
.tempHeader {
	padding:4px; 
}
.BotBorder {
	background: url(img/BotBorderBG.gif) repeat-x;
	height:16px;
}
.leftBotBorder {
	background: url(img/leftBotBorderBG.gif) no-repeat;  
}
.rightBotBorder {
	background: url(img/rightBotBorderBG.gif) no-repeat;  
}
.redBoxInt {
	margin: 10px 0px 10px 6px;	
}
.redBoxIntTopLeftBorder {
	background: url(img/redTopLeftCorner.gif) no-repeat;  
}
.redBoxIntTopMidBorder {
	background: url(img/redTopMiddle.gif) repeat-x;  
}
.redBoxIntTopRightBorder {
	background: url(img/redTopRightCorner.gif) no-repeat;  
}
.redBoxIntLeftBorder {
	background: url(img/redLeftBorder.gif) repeat-y;  
}
.redBoxIntTitleContent {
	background: #b5121b;  
}
.redBoxIntRightBorder {
	background: url(img/redRightBorder.gif) repeat-y;  
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ .redBoxIntRightBorder { background: url(img/redRightBorder.gif) repeat-y; width:10px; } }

.redBoxIntbotLeftBorder {
	background: url(img/redBotLeftCorner.gif) no-repeat;  
}
.redBoxIntBotMidBorder {
	background: url(img/redBotMiddle.gif) repeat-x;  
}
.redBoxIntBotRightBorder {
	background: url(img/redBotRightCorner.gif) no-repeat;  
}

	/*--------- dnn menu style ----------*/
/* main menu td */


/*  Main Menu Normal  */
.main_dnnmenu_bar
{
	cursor:pointer;
	font-size: 12px;
	font-weight: bold;
	width:950px;
}

/*  Main Menu Normal  */
.main_dnnmenu_container span
{
	width:950px;
	height: 42px;
}

/*  Main menu hover  */

.main_dnnmenu_rootitem  
{	
	color:#ffffff;
	font-size: 12px;
	text-decoration:none;
	padding: 0 9px 0 9px;
	display:inline-table;
	width: 75px;
	_width: 95px;
	height:40px;
	vertical-align:middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ .main_dnnmenu_rootitem { display:table-cell;  } }

.main_dnnmenu_rootitem span
{
	vertical-align:middle;
	display:table-cell;
}

/*  Main menu hover  */

.main_dnnmenu_rootitem_hover
{  
	color:#f6b60c;
	text-decoration:none;
	padding: 0 9px 0 9px;
	display:inline-table;
	width: 75px;
	_width: 95px;
	height:40px;
	vertical-align:middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ .main_dnnmenu_rootitem_hover { display:table-cell; } }
.main_dnnmenu_rootitem_hover span
{  
	vertical-align:middle;
	display:table-cell;
}
/*  Main menu selected  */

/*  SUB Menu Normal */

.main_dnnmenu_rootitem_selected 
{
	
	color:#f0b310;
	text-decoration:none;
	padding: 0 9px 0 9px;
	background:url(img/menusep2.gif) no-repeat;
	display:inline-table;
	width: 75px;
	_width: 95px;
	height:40px;
	vertical-align:middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{ .main_dnnmenu_rootitem_selected { display:table-cell; } }
.main_dnnmenu_rootitem_selected span
{  
	vertical-align:middle;
	display:table-cell;
}
/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{    
	margin-top: 16px;	
}
.main_dnnmenu_submenu 
{    
	border:2px solid #356a8b;
	border-top: 2px solid #356a8b;
	margin-top: 1px;	
}



.main_dnnmenu_submenu td
{
	background-color:#ffffff;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#356a8b;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_submenu td
{
	background-color:#ffffff;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#356a8b;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */

.main_dnnmenu_break
{
	height: 2px;
	background-color: #ffffff;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background: #356a8b;
	color:#ffffff;
}
.main_dnnmenu_itemselected td{
    background: #356a8b ;
	color:#ffffff;
}

/* begin Admin menu */

.AdminMenu
{
	color: #ffffff;
	font-size: 11px;
	font-weight:  bold;
	background-color: #407191;
	font-family: Verdana, Arial, sans-serif; 
	padding:1px 3px;
}

.AdminMenuHighlight 
{
	color: #ffffff;
	font-size: 11px;
	font-weight:  bold;	
	font-family: Verdana, Arial, sans-serif; 
	background-color: #294C6A;
}

.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #407191 1px solid;
	border-bottom: #407191 1px solid;
	border-top: #407191 0px solid;
}

.AdminMenuContainer 
{
	color: #ffffff;
	font-size: 11px;
	font-weight:  bold;
	background-color: transparent;
	font-family: Verdana, Arial, sans-serif; 
	width: 175px;
	float: left;
}

.AdminMenuContainer td {color:White;}
.MainMenu_MenuIcon {background-color: #294C6A;border-bottom: #294C6A 1px solid;	border-top: #294C6A 1px solid;}
/* end Admin menu */   
