/* Standard Elements */

body {
	margin: auto;
	padding: 5px;
	background-color: #EDEBD8; 
	text-align: center;
}

.Navigation {
	margin: auto;
	text-align: center;

}

/* End Standard Elements /*

/* ----------------------------------------------------------------------- */

/* Footer Elements */

.Footer {
	background-image: url(/_splash/footer.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	height: 33px;
	width: 791px;
   position: relative;
}

#FooterText {
   font-family: Arial, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 1px;
}

.SubFooter {
	width: 791px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #3F3D37;
	position: static;
	top: -1px;
}

.SubFooter a:link {
	color: #3F3D37;
	text-decoration: none;
}

.SubFooter a:visited {
	color: #3F3D37;
	text-decoration: none;
}

.SubFooter a:hover {
	text-decoration: underline;
}

/* End Footer Elements /*

/* ----------------------------------------------------------------------- */

/* Content Elements */

.ContentContainer {
	text-align: center;
	width: 794px;
	height: auto;
	position: relative;
	top: 10px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto; 
}

.Content {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.Content a:link{
	color: #004669;
	text-decoration: underline;

}

.Content a:visited{
	color: #004669;
	text-decoration: underline;

}

.Content a:hover {
   color: #FFFFFF;
   background-color: #004669;
   border: 1px dashed #171715;
   margin: 0 -2px 0 -2px;
   padding: 0 1px 0 1px;
}

.Header {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #3E7595;
	padding-left: 25px;
	font-weight: bold;
}

.Sidebar {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	line-height: .2 in;

}

.SidebarTitle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;

}

.SidebarEnder {
	background-image: url(/_shell/sidebar_bottomender.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.Sidebar a:link{
	color: #004669;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	line-height: .2 in;

}

.Sidebar a:visited{
	color: #004669;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	line-height: .2 in;

}

.Sidebar a:hover {
   color: #FFFFFF;
   background-color: #004669;
   border: 1px dashed #171715;
   padding-left: 4px;
   padding-right: 4px;
   line-height: .2 in;
}

.caption {
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-left: 25px;
}

.error {
	font-family: arial, sans-serif;
	font-size: 12 px;
	color: #C60000;
}

#RATableRow {
   font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #000000;
   background-color: #EDEBD8; 
   border-top: 1px solid #171715;
   border-bottom: 1px solid #171715;  
}

.EventWarnTop { 
	font-family:  Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #970000;
   background-color: #FFD9D9; 
   border: 1px solid #970000;
}
.EventWarnDetail { 
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #970000;
	border: 0px;
}
.EventWarnDetail a:link{
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #970000;
	text-decoration: underline;
	border: 0px;
}

.EventWarnDetail a:visited{
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #970000;
	text-decoration: underline;
	border: 0px;
}

.EventWarnDetail a:hover {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #970000;
   background-color: #ffffff;
	text-decoration: underline;
	border: 0px;
}    
      
	