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

body{
	font-size:0.8em;
	color:#5b5b5b;
	font-family: Arial, "Times New Roman", Times, serif;
}

img{
	border:none;
	padding:0;
	margin:0;
}

form{	
	padding:0;
	margin:0;
}



p{
	padding:6px 0px;
	margin:0;
}

li{
	padding:6px;
}



/*HEADINGS*/
h1{
	font-weight: normal;
	font-size:1.8em;
	padding:0;
	margin:5px 0px;
	margin-bottom:10px;
	color:#b21820;
	
}

h2{
	font-weight:normal;
	font-size:1.6em;
	padding:0;
	margin:5px 0px;
	margin-bottom:10px;
	color:#b21820;
}
h3{
	font-weight:normal;
	font-size:1.4em;
	padding:0;
	margin:5px 0px;
	margin-bottom:10px;
	color:#b21820;
}
h4{
	font-weight:normal;
	font-size:1.2em;
	padding-left: 15px;
	margin:5px 0px;
	margin-bottom:10px;
	color:#b21820;
}
h5{
	font-weight:normal;
	font-size:1.1em;
	padding:0;
	margin:5px 0px;
	margin-bottom:10px;
	color:#b21820;
}

#banner h1,
#banner h2,
#banner h3,
#banner h4,
#banner h5{
	color:#fff;
}


a:link{
	text-decoration:underline;
	color:#b21820;
	

}
a:visited{
	text-decoration:underline;
	color:#b21820;

}
a:hover{
	text-decoration:none;
	color:#b21820;
	
}
a:active{
	text-decoration:underline;
	color:#b21820;

}

#bannerContent a{
	color:#fff;
	text-decoration:none;
}

#bannerContent a:hover{
	color:#ffc9ca;
	text-decoration:none;
}

#container a.redButton {
	display:block;
	background:url(../images/red_button.gif) center no-repeat;
	color:#fff;
	text-align:center;
	width:135px;
	padding:10px 0px;
	text-decoration:none;
}

#container a.redButton:hover{
	color:#ffc9ca;
}

#container a.blackButton {
	display:block;
	background:url(../images/black_button.gif) center no-repeat;
	color:#fff;
	text-align:center;
	width:135px;
	padding:10px 0px;
	text-decoration:none;
}

#container a.blackButton:hover{
	color:#ccc;
}


