@charset "utf-8";
/* CSS Document */

body {
background-color: #DEDEDE;
background-image:url(../images/body_bg700.jpg);
background-repeat:repeat-y;
background-position:center;
margin-top: 0px;
margin-bottom: 0px;
}

div.maincontent {
	width:700px;
	background-color:#FFFFFF;
	padding:0px;
}

div.copy {
	width:650px;
	background-color:#FFFFFF;
	padding:20px;
	text-align: left;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5F5F5F;
 	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5F5F5F;
 	
}

em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
 	
}

hr {
	color:#BA1228;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #5F5F5F;
}

.quotes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:22px;
	font-style: normal;
	color: #BA1228;
}

.textred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #BA1228;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:500;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:500;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-size: 11px;
	color:#BA1228;
	text-decoration:underline;

}

#bottomDiv {
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 200px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
}