body {
	font: .8em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #666666 url(../images/bodyBG.png) repeat;
}
#Content a {
	color: #5E408A;
}
#Content a:hover {
	color: #666666;
	text-decoration: none;
}

#Dropshadow {
	padding: 0px;
	width: 840px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/Shaddow.gif) repeat-y;
}

#page {
	padding: 8px;
	width: 800px;
	background: #CCCCCC;
	border: 2px solid #333333;
	margin: 0px auto;
}
#Content {
	background: #FFFFFF;
	border: 2px solid #333333;
	margin-top: 8px;
	padding: 20px;
}
#Footer {
	background: url(../images/navHover.jpg) repeat-x center;
	height: 20px;
	border: 2px solid #333333;
	margin-top: 8px;
	color: #FFFFFF;
	font-size: .9em;
	text-align: right;
	padding-top: 4px;
	padding-right: 15px;
}
#Footer a {
	color: #CCCCCC;
}
#Footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}



h1 {
	display: none;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border-bottom: thin solid #330066;
}
h3 {
	font-size: 1.2em;
	color: #2B1C57;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	color: #402B6C;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}




#Header {
	background: url(../images/banner.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 200px;
	border: 2px solid #333333;
}
#Navigation {
	background: url(../images/navBG.jpg) repeat-x;
	height: 34px;
	margin-top: 8px;
	border: 2px solid #333333;
}
#ulMainNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ulMainNav li {
	display: inline;
}
#ulMainNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 1em;
	font-weight: bold;
	height: 26px;
	padding-top: 8px;
}
#ulMainNav a:hover {
	background: url(../images/navHover.jpg) repeat-x;
}
#Content td {
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 3px;
}
#Content tr {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
