BODY {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: black;
	margin: 0;
	background: url( "/images/bg.jpg" ) repeat-x;
}

A {
	font-size: 12px;
	color: #00529F;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
	color: black;
}

h1 {
	color: #00025c;
	font-size: 20px;
}

h2 {
	color: #00025c;
	font-size: 18px;
}

li {
	padding-bottom: 10px;
}

textarea {
	font-family: Arial, Sans-Serif;
}

#page {
	min-width: 750px;
	margin: 0;
}

html>body #page {
	width: auto;
	min-width: 750px;
} 

#logo {
	position: absolute;
	margin-left: 500px;
	right: 20px;
	top: 30px;
}

#headings {
	margin: 0px;
}

#headings li {
	display: inline;
	list-style-type: none;
}

#headings li a {
	border: 1px solid #000066;
	color: #000066;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	height: 56px;
	margin: 2px;
	padding: 2px;
	width: 102px;
	text-align: center;
	background: url( "/images/headingbg.jpg" ) repeat-x;
}

#headings li a:hover {
	border: 1px solid silver;
	text-decoration: none;
	color: silver;
}

#content {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}

#content td {
	font-size: 12px;
}

#leftlist {
	float: left;
	width: 200px;
}

#mainlist {
	margin: 0;
	list-style-type: none;
	font-weight: normal;
}

#imagemain {
	margin: 0 200px 0 200px;
}

.fees {
	width: 400px;
	text-align: center;
}

.fees td {
	background-color: lightgrey;
}

#footer {
	width: 100%;
	background: url("/images/footer-bg.jpg") repeat-x bottom;
}

#footer td {
	font-size: 10px;
}

#footer a {
	font-size: 10px;
}
