@charset "UTF-8";
/* CSS Document */

/*this link style is for the nonselected main menu item*/
.main_menu{ 
}
h1 {
	color: #e31836;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 20px;
	font-style: normal
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
}
h3{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: inherit;
	text-transform: none;
}
.headlines-Large {
	color: #000000;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 100%;
	font-style: normal;
}
.headlines-small {
	color: #e31836;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 20px;
	font-style: normal;
	padding-left:20px;
}
.headlines-xsmall {
	color: #e31836;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 20px;
	font-style: normal;
}
.style_body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: inherit;
	text-transform: none;
	padding-left:10px;
	padding-right:10px;
}
.body_small {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: inherit;
	font-weight: normal;
	line-height: 16px;
	text-transform: none;
}
a:link{
	text-decoration: none;
	color: #e31836;
	text-decoration: underline;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
a:visited{
	color: #e31836;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
a:hover{
	text-decoration: none;
	color: #333;
	text-decoration: underline;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
a:active{ /* active link properties */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: underline;
	color: #ad141a;
}
.submenu_text{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
.submenu_text:link{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-decoration:none;
}
.submenu_text:visited{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-align:center;
	text-decoration:none;
}
.submenu_text:hover{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
.submenu_text:active{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-decoration:none;
}
.sidebar_background{
	background-image:url(images/Template/sidebar.gif);
	background-repeat: no-repeat;
	background-position:top right;
}
.mn_background{
	background-image:url(images/OLD_IMAGES/MN_graphic.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
}
.padding{
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 10px;
	padding-right: 10px;
}
.submenu_background{
	background-image:url(images/Template/top_submenu_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.ad_background{
	background-image:url(images/Home_Content/ad_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
</style>