@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	background: #E5E3E3 url('images/bg.jpg') repeat-x;
	background-position: 0 0;
}

td {
	font-family: arial;
	font-size: 12px;
}

div#master {
	width:800px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
	text-align:left;
	background: #FFFFFF;
}
		
div#contentleft {
		width:150px;
		padding:0 0 0 5px;
		float:left;
		color: #A10A06;
		}
	
div#contentcenter {
		width: 385px;
		padding:10px 10px 0 10px;
		float: left;
		}
	
div#contentright {
		width:235px;
		padding:0 5px 0 0;
		float:left;
		}
	
div#contentheader {
	height : 240px;
}

div#topnav {
	position: relative;
	top: -19px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	color: #FFFFFF;
}

a.header:link {
color:#FFFFFF;
text-decoration:none;
}

a.header:visited {
color:#FFFFFF;
text-decoration:none;
}

a.header:hover {
color:#FFFFFF;
text-decoration:underline;
}

a.header:active {
color:#FFFFFF;
text-decoration:none;
}

div#contentfooter {
	width : 800px;
	padding: 50px 0 0 0;
	height: 83px;
	clear:both;
	text-align: center;
}

div.yellowbg {
	background-color: #F2CB62;
	color: #A10A06;
}

a:link {
color:#A10A06;
text-decoration:none;
}

a:visited {
color:#A10A06;
text-decoration:none;
}

a:hover {
color:#A10A06;
text-decoration:underline;
}

a:active {
color:#A10A06;
text-decoration:none;
}

h1 {
font-family: arial;
font-size: 14px;
font-weight: 600;
}

h2 {
font-family: arial;
font-size: 14px;
font-weight: 200;
}

h3 {
font-family: arial;
font-size: 12px;
font-weight: 600;
}
h4 {
font-family: arial;
font-size: 12px;
font-weight: 200;
}
h5 {
font-family: arial;
font-size: 12px;
font-weight: 200;
}
h6 {
font-family: arial;
font-size: 10px;
}