body 
{
background-image: url('/images/bg.jpg');
background-repeat: repeat-y;
background-position: top center;
text-align: center;
}

a:link {
	text-decoration: underline;
	color: #a31011;
	}
	
a:active {
	text-decoration: underline;
	color: #a31011;
	}

a:visited {
	text-decoration: underline;
	color: #a31011;
	}
	
a:hover {
	text-decoration: none;
	}

.submenu {
	color: #cc0000;
	font-weight: bold;
	font-size: 13pt;
	}

.submenu a:link {
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
	font-size: 13pt;
	}
	
.submenu a:active {
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
	font-size: 13pt;
	}

.submenu a:visited {
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
	font-size: 13pt;
	}
	
.submenu a:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 13pt;
	}
	
td, body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11pt;
	color: #000000;
}
	
.header {
	color: #a31011;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12pt;
	font-weight: bold;
}

h1 {
font-size:14pt;
font-weight:bold;
color:#69452e;
}

.content {
width: 971px;
margin: 0 auto;
text-align: left;
}

.content-main {
width: 971px;
height: 512px;
background-image: url('/images/content-bg2.jpg');
text-align: center;
margin: 0 auto;
}

.main-table {
padding-top: 120px;
}

.menu {
position: relative;
right:-200px;
top: 15px;
}

.sidenav {
position: relative;
left:-200px;
top: 150px;
}
	
.copyright {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11pt;
	color: #ffffff;
}
	
.smallType {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11pt;
	color: #ffffff;
}