/******************************************************
				TAG DEFINITIONS
 ******************************************************/
body {
	background-color:#CC9933;
	background-image:images/Background.gif;
	margin:0 auto;
	width:707px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	font-variant: small-caps;
	margin:0;
}
h2, h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	font-weight:700;
}
p {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	margin-top:0;
}
table img {
	text-align:center;
}
a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: underline;
}

/******************************************************
				DIV ID'S
 ******************************************************/
#top {
	width:707px;
	margin-bottom:15px;
}
#menu {
	background-repeat:no-repeat;
	width:707px;
	height:44px;
}
#menu ul {
	list-style-type:none;
	padding:12px 0 0 0;
	margin:0;
}
#menu li {
	color:#990000;
	font-weight:bold;
	font-size:14px;
	float:left;
	width:116px;
	text-align:center;
}
#text {
	width:707px;
	background-image:url(images/Middle.gif);
	layer-background-image:url(images/Middle.gif);
	border: 1px none #000000;
	padding-bottom:15px;
	padding-top:20px;
}
#text div {
	width:627px;
	padding-left:30px;
}
#bottom {
	width:707px;
	height:39px;
	background-image:url(images/Bottom.gif);
}
#bottom div {
	padding:8px 0 0 105px;
}
#bottom p {
	color:#990000;
	font-size:14px;
	font-weight:700;
	margin:0;
	padding-left:60px;
	display:inline;
}
#bottom a {
	color:#990000;
	text-decoration:none;
}