body {
	background-color:#FFFFFF;
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
}

.tablemax {
	height: 535px;
	width: 785px;
}

html>body #content {
	width: 556px;
	padding-left: 10px;
}

#content {
	width: 566px;
	padding-left: 10px;
}

.pictureborder {
	border: 1px solid #000000;
	margin: 5px;
}

.pictureright {
	float: right;
	margin: 5px;
	border: 1px solid #091C7F;
}

.pictureleft {
	float: left;
	margin: 5px;
	border: 1px solid #091C7F;
}

.header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
background-position:bottom;
height:292px;
}

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

.menu {
background-image:url(images/menu.jpg);
background-repeat: repeat-y;
background-position:top right;
width: 196px;
height:271px;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #b51813;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
	}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.stylesmall {	
	font-size: 10pt;
    font-family: arial;
    line-height: 12pt;
	color: #000;
	}

h1 {	
	font-size: 18px;
    font-family: arial;
   	text-align: left;
    font-weight: bold;
    line-height: 24px;
    color: #b51813;
	}

h2 {	
	font-size: 15px;
    font-family: arial;
   	text-align: left;
    font-weight: bold;
    line-height: 24px;
    color: #000;
	}

#styletext {
	font-size: 0px;
	visibility: hidden;
	}

#links {
	width: 200px;
	border: 1px dashed #999999;
	padding: 5px;
	float:right;
	margin: 5px;
	background-color: #E7E4E6;
}
