a { 
    color: #B92232;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
} 

a:hover { 
    background: #B92232;
    color: #ffffff;
    text-decoration: underline;
} 

.black {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-spacing: wide;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}

body {
    scrollbar-face-color: #fff;
    scrollbar-highlight-color: #BEBEBE;
    scrollbar-shadow-color: #ddd;
    scrollbar-3dlight-color: #fff;
    scrollbar-arrow-color: #BEBEBE;
    scrollbar-track-color: #fff;
    scrollbar-darkshadow-color: #fff;
    background: #75000A;
    background-image: url(/images/paper-bkgnd.jpg);
    text-align: center;
    margin:0px;
    padding:0px;
}

#container {
	margin: 0;
	padding: 0;
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    overflow:auto;
    min-height:100%;
    background-color:#bebebe;
	border:1px solid #787878;
    background-image: url(/images/leftbkg.gif);
    background-repeat:repeat-y;
}
* html #container {
    height:100%;
    width:1036px;
}
html, #container {
    height:100%;
}

div#headerBox {
	height: 75px;
	margin:0px;
	padding: 0px;
    background-image: url(/images/hdr-bkg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

div#menu {
    float:left;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font weight: bold;
	min-height:20px;
	height: 18px;
	margin: 0px 0px 0px 5px;
	padding: 30px 0px 0px 10px;
	text-align: left;
	width:500px;
}

div#logo {
    float:left;
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	text-align: right;
	width: 500px;
}


div#menu span#menuItem {
    border:1px solid #960622;
    border-bottom: 1px solid #fff;
	background: #fff;
	min-height:20px;
	height: 18px;
	color: #000;
	padding: 0px 5px 2px 5px;
	text-decoration: none;
	margin-right: 2px;
}

div#menu span#menuItem a {
	color: #000;
}

div#menu span#menuItem a:hover {
    background: none;
	color: #960622;
	text-decoration: underline;
}

div#menu span#menuSel {
    border:1px solid #960622;
	background: #960622;
	min-height: 20px;
	color: #fff;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	margin-right: 2px;
	height:20px;
}

div#menu span#menuSel a {
    margin: 2px;
	color: #ffffff;
	background: #960622;
	text-decoration: none;
}

div#menu span#menuSel a:hover {
	text-decoration: underline;
}

div#currentVisit {
    clear:both;
	text-align: left;
	margin-top:10px;
	padding-left: 0px;
}

div#Banner {
    color: #444;
    margin: 0px 0px 5x 0px;
    padding: 2px;
}

#Banner a {
    color: #B92232;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
}

#Banner a:hover {
    color: #B92232;
    font-weight: bold;
    text-decoration: underline;
    padding: 0px;
    background: #ffffff;
}

div#BannerLeft {
	float: left;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 2px; 
	text-align: left;
	width: 170px;
	z-index: 55;
}
	
div#BannerRight {
	color: #000000;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	text-align: justify;
}

div#box {
	border: 1px #787878 solid;
	background: #fff;
	margin: 0px 0px 5px 0px;
	padding-bottom:2px;
	text-align: left;
}

div#Case {
    clear:both;
    border: 1px solid #BEBEBE;
	color: #444; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	margin: 10px 0px 5x 0px;
	padding: 0px 0px 2px 2px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	z-index: 260;
} 

div#floatLeft {
	background: #fff;
	left: 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	top: 64px;
	width: 140px;
	z-index: 170;
}
	
#floatRight {
    border-left:1px solid #BEBEBE
	margin: 0px 0px 0px 0px;
	overflow: auto;
	padding: 5px 0px 0px 24px;
	width: 190px;
}
* html #floatRight {
	padding: 5px 0px 0px 24px;
	width: 184px;
}


div#footer {
	margin: 0px 0px 5px 0px;
	padding: 12px 0px 10px 0px;
	text-align: center;
}

div#footer a {
    background: #ffffff;
	border: 1px #BEBEBE solid;
	color: #999; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font weight: bold;
	min-height: 16px;
	height: 16px;
	margin: 0px 0px 2px 0px;
	padding: 2px;
	text-decoration: none;
}

div#footer a:hover {
	border: 1px #960622 solid;
	color: #960622;
	text-decoration: underline;
}

.grey {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style: italic;
color: #bbb;
padding: 0px 8px 0px 8px; 
text-decoration: none;
}

.greyHead {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font weight: bold; 
color: #ccc;
}

.Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font weight: bold;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 260;
}

h1 {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

h2 {
    background: #BEBEBE;
    background-image: url(/images/h2-bkg.gif);
    background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font weight: bold;
	padding: 3px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	z-index: 260;
	color: #960622;
	min-height:18px;
	height:18px;
}

.Image {
padding: 5px 2px 2px 2px; 
overflow: hidden;
text-align: center;
}

.links {
	background: #BEBEBE;
	margin: 0px 2px 2px 2px;
	padding: 0px 0px 2px 0px;
	text-align: left;
	width: 134px;
	z-index: 160;
}

.links a {  
	background: #BEBEBE;
	border: 1px #BEBEBE solid;
	color: #bbb; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	height: 16px;
	margin: 0px 2px 2px 2px;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	width: 136px;
} 

.links a:hover {   
	background: #999;
	border-top: 1px #BEBEBE solid;
	border-right: 1px #444 solid;
	border-bottom: 1px #444 solid;
	border-left: 1px #BEBEBE solid;
	color: #fff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	margin: 0px 2px 2px 2px;
	padding: 2px 0px 0px 0px;
	height: 16px;
	text-decoration: none;
	text-align: left;
	width: 136px;
}

.maroon {
color: #B92232;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
padding: 0px 5px 0px 5px; 
}

.maroonHead {
color: #B92232;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font weight: bold; 
}

div#Main {
	border: 1px #BEBEBE solid;
	text-align: left;
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 5px 0px;
	z-index: 200;
}

div#Main a {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font weight: bold; 
	background: #;
	text-decoration: none;
	color: #444; 
	height: 14px;
	width: 100%;
	margin: 0px 2px 0px 0px;
} 

div#Main a:hover {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font weight: bold; 
	background: #999;
	text-decoration: none;
	color: #fff; 
	height: 14px;
	width: 100%;
	margin: 0px 2px 0px 0px;
}

#mainArea {
    float:left;
	background: #fff;
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 0px 10px;
	width: 780px;
	min-height: 320px;
}
* html #mainArea {
    height: 320px;
}

#topRightbox {
	border: 1px #787878 solid;
	background: #fff;
	margin-bottom: 5px;
	text-align: left;
}

.popUpText {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color: #000000;
padding: 0px 0px 0px 15px; 
text-align: justify;
}

.Sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font weight: bold; 
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 270;
	width: 120px;
	border: 1px #BEBEBE solid;
	text-align: center;
	overflow: auto;
}

.Sitemap a {  
	background: none;
	color: #444;
	margin: 0px 2px 0px 0px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	width: 100%;
} 

.Sitemap a:hover {
    background: none;  
	color: #B92232;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 2px 0px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.newsItem {
	border: 1px solid #4d4d4d;
	background: #eeeeee;
	margin-bottom: 10px;
}

.newsItem p {
	padding-left: 10px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;		
}

.bImg {	
	border:1px solid #4d4d4d;
	margin-right:5px;
	margin-top:2px;
}