@charset "utf-8";
/* CSS Document */
.pngFix { behavior: url('/iepngfix/iepngfix.htc'); }
body {
	margin:0px;
	background-color:#EBEBEB;
	background-image:url('/images/waterMarkBG.png');
	/*background-color:#e0cca6; background-image:url('/images/bodyBG.png');*/
	background-position:top left;
	/*background-repeat:repeat-x;*/
} 
*html body {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/bodyBG.png');
}
body {
	color:white;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
.mainBgFade {
	background-image:url('/images/mainBgFade.png');
	background-position:top;
	background-repeat:repeat-x;
	border-top:1px solid transparent;
}

#header { width:920px; margin:auto; margin-top:10px; }
#header span { margin-right:15px; font-weight:bold; }
#header span .activeLink { color:#c41217; }
#header span .passiveLink { color:#CCCCCC; } /*#930202*/
#header span a { text-decoration:none; }
#header span a:hover { color:#777777; }

#mainMenuContainer { height:30px; background-color:#c41217; background-image:url('/images/mainMenuBG.png'); background-position:top; background-repeat:repeat-x; }
#mainMenu { width:920px; margin:auto; line-height:29px; font-weight:bold; overflow:hidden; height:30px; }
#mainMenu span { margin-right:15px; }
#mainMenu span img { margin-top:-10px; }
#mainMenu span .activeLink { color:white; }
#mainMenu span .passiveLink { color:#ffc9ab; } /*#930202*/
#mainMenu span a { text-decoration:none; }
#mainMenu span a:hover { color:#EBEBEB; }
#mainMenuBottom { background-image:url('/images/mainMenuBottomBG.png'); background-position:top; background-repeat:repeat-x; height:10px; overflow:hidden; }

p { margin-top:0px; text-align:justify; }
a img { border:none; }

img.inPageLeft { margin-left:10px; margin-bottom:10px; }

input.btn {   
   color:#365D76;   
   font: bold 92% 'verdana',helvetica,sans-serif;
   background-color: #fed;
   border:1px solid;   
   border-color: #7F9DB9 #7F9DB9 #7F9DB9 #7F9DB9;
   filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
 }   

input.btnover {   
   border-color: #C8161A #C8161A #C8161A #C8161A;
   color:#C8161A; 
}		
#mainContainer { background-image:url('/images/mainMenuShadow.png'); background-position:top; background-repeat:repeat-x; border:0px solid red; margin-top:8px; }
#mainInsideContainer { width:956px; margin:auto; color:#666666; }

#sideMenu { font-weight:bold; color:#e12f34; background-image:url('/images/sideMenuBG.png'); background-repeat:repeat-y; cursor:pointer; }
#sideMenu a { color:#e12f34; text-decoration:none } 
#sideMenu div { height:25px; line-height:23px; padding-left:16px; padding-right:16px; }
#sideMenu div:hover { background-color:#ffe6d1; color:#be0005; }
#sideMenu .sideMenu_active { background-color:#c8161a; color:white; background-image:url('/images/sideMenuBG_active.png'); background-repeat:repeat-x; background-position:top; }
#sideMenu .sideMenu_active:hover { background-color:#c8161a; color:white; }
#sideMenu .sideMenu_active a { color:white; text-decoration:none; }

.whiteCornerTL { background-image:url('/images/roundedWhite.png'); background-position:0px 0px; background-repeat:no-repeat; }
.whiteCornerTR { background-image:url('/images/roundedWhite.png'); background-position:100% 0px; background-repeat:no-repeat; }
.whiteCornerBL { background-image:url('/images/roundedWhite.png'); background-position:0px 100%; background-repeat:no-repeat; }
.whiteCornerBR { background-image:url('/images/roundedWhite.png'); background-position:100% 100%; background-repeat:no-repeat; }
/**html .whiteCornerBR { background-image:none; border:1px solid red; width:10px; overflow:hidden; width:20px; height:20px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/roundedWhite.png'); }*/

.pagetitle { color:#e12f34; font-size:18px; font-family:Arial, Helvetica, sans-serif; }

.newsDates { font-weight:bold; color:#c8161a; margin-top:8px; }
.newsMore { font-weight:bold; color:#c8161a; margin-top:8px; }
.newsMore a, .newsTitle { color:#333 !important; }
.newsMore a:hover { color:#c8161a; }

.bodyContent { color:black; }

.contentBG_topLeft { background-image:url('/images/contentBG_topLeft.pngx'); background-position:0px 0px; background-repeat:no-repeat; }
																					   
.contentBG_topRight { background-image:url('/images/contentBG_topRight.png'); background-position:100% 0px; background-repeat:no-repeat; min-height:200px; }

#footer { margin:15px; margin-top:10px; color:#c41217; }