body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #681365;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 720px;
	margin: 0px auto;
	height: auto;
	height /**/: auto;
	display: block;
}

#header {
	width: 720px;
	margin: 0px auto;
	height: 200px;
	display: block;
	padding: 0px;
}

#hlogo {
	height: 200px;
	width: 720px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#nav {
	width: 193px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 90%;
	background-color: #965A94;
}

#nav a {
	color: #FFFFFF;
	text-decoration:none;
}

#nav a:hover {
	color: #FF99FF;
	text-decoration:none;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: block;
	list-style-type: none;
	padding: 13px 0px 10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #681365;
}


#topnav {
	display: block;
	background-image: url(images/topnav.gif);
	background-repeat: no-repeat;
	height: 38px;
	width: 193px;
}

#bottomnav {
	display: block;
	background-image: url(images/navbottom.gif);
	height: 221px;
	width: 193px;
}

#main {
	width: 505px;
	float: left;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 80%;	
}

#main a {
	color: #FF99FF;
	text-decoration:none;
}

#main a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#indlogos {
	float: right;
	display: block;
	background-image: url(images/indlogos.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 167px;
}

#footer {
	width: 720px;
	height: 80px;
	display: block;
	clear: both;
	font-size: 80%;
	font-weight: bold;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
}

#footer a {
	color: #FF99FF;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

#footer #left {
	float:left;
	margin-top: 20px;
}

#footer #right {
	float:right;
	margin-top: 20px;
}

.hidden {
	visibility: hidden;
}

h2 {
	color: #FFCC33;
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}

.boldit {
	font-style: italic;
	font-weight: bold;
}

.bold {
	font-weight: bold;
	color: #FFFFFF;
}
