/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #FFFFFF;
	font-size: 13px; 
	font-weight:normal;
	border-bottom-style: dotted; 
	border-bottom-color: #FFFFF0; 
	border-bottom-width: 1px;
	line-height:30px;
	 
}
.main_dnnmenu_rootitem_hover
{  
	color: #FFFFFF;
	font-size: 13px; 
	font-weight:normal;
	border-bottom-style: dotted; 
	border-bottom-color: #FFFFF0; 
	border-bottom-width: 1px;
	line-height:30px;
	background-color: #000066;
}
.main_dnnmenu_rootitem_selected 
{  
	color: #FFFFFF;
	font-size: 13px; 
	font-weight:bold;
	border-bottom-style: dotted; 
	border-bottom-color: #FFFFF0; 
	border-bottom-width: 1px;
	line-height:30px;
	background-color: #000066;
}
/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	font-size: 13px; 
	border:2px solid #FFF;
	background-color: #af2020;
	line-height: 20px;
	padding: 2px;
}
/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	background-color: #CE0D0D;
	color:#ffffff;

}

/* -----------------ContentArea Styles----------------------------------- */
.ContentPane {
	background-color: #FFFFFF;
	padding: 10px;
}

.TopMiddleBanner {
	width: 698px;
}
.LogoArea {
	width: 231px;
	height: 201px;
}
.UpperMenuPane {
	background-image: url(../images/TopMiddleBanner.jpg);
	background-repeat: no-repeat;
	width: 698px;
	height: 31px;
}
.TopBannerPane {
	background-color: #FFFFFF;
	width: 698px;
	height: 81px;
}
.QuickLinksTop {
	width: 698px;
	height: 13px;
	background-image: url(../images/QuickLinksBackgroundTop.jpg);
	background-repeat: no-repeat;
}
.MenuBackground {
	background-color: #004B85;
	width: 231px;
}
.QuickLinksPane {
	background-image: url(../images/QuickLinksBackgroundBottom.jpg);
	background-repeat: no-repeat;
	width: 698px;
	height: 22px;
}
.WhiteFont {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.WhiteFont A {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.WhiteFont A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.PhotoBackground {
	background-image: url(../images/PhotoPlaceholder.jpg);
	background-repeat: no-repeat;
	width: 548px;
	height: 325px;
}
.RightSideBar {
	background-color: #AF2020;
	width: 150px;
}
.RightSide {
	background-image: url(../images/RightRepeat.jpg);
	background-repeat: repeat-y;
	/*height: 458px;*/
	height: 470px;
}
.NewsPane {
	background-image: url(../images/NewsBackground2.jpg);
	background-repeat: no-repeat;
	height: 150px;
}
.RightSidebarBottom {
	background-color: #AF2020;
}
.TopLinksPane {
	background-image: url(../images/TopbannerLogoTop.jpg);
	background-repeat: no-repeat;
	width: 698px;
	height: 27px;
	color: #FFFFFF;
	font-size: 12px;
}
.BottomBannerPane {
	background-color: #004B85;
	width: 929px;
}
.BottomSide {
	background-image: url(../images/RightRepeat.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 78px;
}
.footer A:LINK {
	color: #000;
	font-size: 14px;
}
.footer A:VISITED {
	color: #000;
	font-size: 14px;
}
/* --------------------- Common Settings-------------------*/
P {
	color: #000;
	font-size: 14px;
}
.Normal {
	color: #000;
	font-size: 14px;
}

A {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
A:HOVER {
	color: #ff0000;
}
.ContentPane A {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #000;*/
	color: #004b85;
    	font-weight: bold;
}

.ContentPane A:LINK {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #000;*/
	color: #004b85;
    	font-weight: bold;
}
.ContentPane A:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #000;*/
	color: #004b85;
    	font-weight: bold;
}
.ContentPane A:HOVER {
	color: #ff0000;
    	font-weight: bold;
}
.NewsPane a:link {
    padding-right: 0px;
    padding-left: 20px;
    font-size: 9pt;
    padding-bottom: 0px;
    color: #5d7b9d;
    padding-top: 0px;
    font-family: verdana;
    font-weight: normal;
   /* background-image: url(/DesktopModules/EventsCalendar/images/up.gif);
    background-repeat: no-repeat;*/
    margin-left: 0px;
}
.NewsPane a:Visited {
    padding-right: 0px;
    padding-left: 20px;
    font-size: 9pt;
    padding-bottom: 0px;
    color: #5d7b9d;
    padding-top: 0px;
    font-family: verdana;
    font-weight: normal;
   /* background-image: url(/DesktopModules/EventsCalendar/images/up.gif);
    background-repeat: no-repeat;*/
    margin-left: 0px;
}

/* ---------------------- REP MENU SYSTEM ------------------ */
.RepMenuItem A:LINK {
	color: #000;
	line-height:30px;
}
.RepMenuItem A:VISITED {
	color: #000;
	line-height:30px;
}
.RepMenuItem A:HOVER {
	color: #ff0000;
	line-height:30px;
}			
