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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFFFFF;
	margin-top:0;
	margin-bottom:0;
}

.white {
	color:#FFFFFF;
}

p {
	color:#333333;
}

table {
	color:#333333;
}

.side_bar {
	background-color:#e7e7e9;
}

#header {
	margin:auto 0;
}

.menu_bg {
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
}

#footer p{
	color:#FFFFFF;
}

.white_heading{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}

.btm_bg {
	background-image:url(images/btm_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.subheading {
	font-weight: bold;
	color:#ab0534;
	}
	
.date {
	font-size:10px;
	color:#ab0534;
	font-weight:normal;
}

.column-in {
	padding: 5px 12px 10px 12px;
}

.footer_mid {
	padding-top: 2px;
	text-align: center;
	font-size: 10px;
	color: #ab0534;
}

h1 {
	color:#ab0534;
	font-size:14px;
}

h3 {
	color:#ab0534;
	font-size:12px;
}

ul li {
	list-style-type:none;
	text-indent: -20px;
}

a {
color:#ab0534;
text-decoration: none;
}

a:hover{
color:#ab0534;
text-decoration:underline;
}

.white a{
color:#FFFFFF;
}

.white a:hover{
color:#FFFFFF;
text-decoration:underline;
}
