/******************************************************
				TAG DEFINITIONS
 ******************************************************/
body {
	background-color: #00317B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
}
h2, h3, h4, h5, h6 {
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: -5px;
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 14px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/******************************************************
				DIV ID'S
 ******************************************************/
#top {
	width: 722px;
	height: 164px;
	margin: 0 auto;
}
#menu {
	height: 56px;
	width: 722px;
	margin: 0 auto;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 17px 0 0 12px;
	list-style-type: none;
}
#menu li {
	width:116px;
	float:left;
	text-align: center;
}
#main {
	width:722px;
	margin: 0 auto;
	background-image: url(images/Middle.gif);
}
#main div {
	margin-left: 32px;
	margin-right: 32px;
}
/*#main > * {
	margin-left: 32px;
	margin-right: 32px;
}*/
#bottom {
	width: 722px;
	height: 74px;
	margin: 0 auto;
	text-align: center;
	background-image:url(images/Bottom.gif);
}
#bottom p {
	padding-top: 33px;
	margin-top: 0;
}