/******************************************************
				TAG DEFINITIONS
 ******************************************************/
body {
	background-color: #DFA538;
	color: #660000;
	text-align: center;
}
p {
	line-height: 24px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0;
	padding-top: 20px;
}
h2, h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0;
	padding-top: 15px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	line-height:20px;
}
td {
	vertical-align: top;
}
td h2 {
	padding-top: 0;
}
/******************************************************
					DIV ID'S
 ******************************************************/
#top {
	width: 754px;
	height: 132px;
	margin: 0 auto;
}
#menu {
	height: 62px;
	width: 754px;
	padding: 0px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float:left;
	padding-top: 22px;
	color: #990000;
	font-weight: bold;
	font-size: 16px;
}
#main {
	width:754px;
	background-image:url(images/middle.gif);
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#main div {
	margin-left: 29px;
	margin-right: 29px;
}
#main p, li, td {
	font-size: 14px;
}
#bottom {
	width: 754px;
	height: 59px;
	text-align: center;
	margin: 0 auto;
	background-image: url(images/bottom.gif);
}
#bottom p {
	padding-top: 14px;
}