/************************************
			TAG DEFINITIONS
 ************************************/
body {
	background-color:#FFFF99;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	color: #666666;
}
p {
	font-size: 14px;
	line-height: 22px;
	margin:0;
	padding-bottom:15px;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-variant: small-caps;
	margin:0;
	padding-top:10px;
}
h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-size: 14px;
	line-height: 26px;
	margin:0;
}
a {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/************************************
			DIV ID'S
 ************************************/
#top {
	background-image:url(images/TopBar2.gif);
	background-position:center;
	background-repeat:repeat-x;
	margin-bottom:20px;
}
#top div {
	margin: 0 auto;
	width:678px;
	text-align:left;
}
#menu {
	height: 60px;
	width: 678px;
	margin: 0px auto;
	padding: 0;
	background-repeat: no-repeat;
	font-weight:bold;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 14px 0 0 3px;
	list-style-type: none;
}
#menu li {
	width:100px;
	float:left;
	text-align:center;
}
#main {
	width: 678px;
	background-image: url(images/bkMiddle.gif);
	layer-background-image: url(images/bkMiddle.gif);
	border: 1px none #000000;
	margin: 0 auto;
	text-align:left;
	font-size: 14px;
	line-height: 26px;
}
#main div {
	margin-left:25px;
	margin-right:25px;
}
#bottom {
	margin: 0 auto;
}
#bottom img {
	padding-bottom:15px;
}
#bottom p {
	background-image:url(images/BottomBar2.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	line-height:36px;
}