body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	height: 100%;
}
div {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #A54298;
}
form {
	display: block;
	margin: 0 0 0 40px;
}
label {
	display: block;
	margin-top: 12px;
}
label br {
	display: none;
}
input, select, textarea {
	display: block;
	width: 300px;
}
.radio input {
	display: inline;
	width: auto;
}
#checkbox, #submit {
	width: auto;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 955px;
	margin: 0 auto;
	height: 100%;
}
#page table {
}
#header #banner {
	width: 810px;
	height: 145px;
}
#menu, #nutshell {
	width: 145px;
}
#menu ul, #nutshell ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
}
#menu li, #nutshell li {
	list-style-type: none;
	padding: 6px 6px 12px 6px;
	margin: 0;
}
#menu li a, #nutshell li a {
	margin: 0;
	padding: 0;
}
#menu {
	background-color: #DCBFDB;
}
#menu li {
	text-align: right;
}
#menu li a {	
	color: #A54298;
}
#menu li a.currentpage {
	color: #FFF;	
}
#content {
	width: 585px;
	padding: 40px;
	background-attachment: fixed;
	background: url(../randombg/1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content a {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #A54298;
	text-decoration: none;
}
#content ul {
	list-style-image: url(../_images/bullet1.gif);
	list-style-position: outside;
	list-style-type: none;
}
#content li {	
}
#content ul ul {
	list-style-image: none;
	margin: 0;
}
#content ul ul li {
	margin: 0 0 1.0em 0;
	padding: 0;
}
#content ul ul li p {
	margin: 0;
	padding: 0;
}
#nutshell {
	background-color: #A54298;
	color: #FFF;
}
#nutshell li {
	text-align: left;
}
#nutshell li a {
	color: #FFF;
}
#footer {
}
#footer p {
	background-color: #A54298;
	color: #FFF;
	padding: 20px 0;
}
.odd, .odd h3, .odd h4 {
	color: #A54298;
}
.even, .even h3, .even h4 {
	color: #000;
}