/* CSS Document */

html {
	margin: 0;
	padding: 0;
	}

* {
	margin: 0;
	padding: 0;
}

.Bhead {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	color: #330099;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}



a:active {  text-decoration: none}

a:link {	text-decoration: none;
			color: #330099;
}

a:visited { text-decoration: none }

a:hover {  text-decoration: underline}

li {
	list-style-type: none;
	color: #000000;
}

p {
font-family: "Arial", "Helvetica", "sans-serif"; 
font-size: 10pt; 
font-style: normal; 
line-height: 14pt; 
font-weight: normal; 
color: #000000; 
text-align: left; 
vertical-align: top
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #330099;
}
#indexcontainer {
	float: left;
	width: 900px;
	height:600px;
	list-style-type: disc;
	background-color: #ffcc66;
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center;
	text-align: left;
}
#indexcontainer p {
	text-align: center;
}

#container {
	float: left;
	width: 780px;
	height:600px;
	list-style-type: disc;
}

#spacer {
	height:35px;
}

#left_space {
	float: left;
	width: 35px;
	height: 2000px;
	background-color: #ffcc66;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#leftwhite_space {
	float: left;
	width: 25px;
	height: 600px;
	background-color: #ffffff;
}
#header {
	float: left;
	width: 400px;
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #330099;
	
}
#logo {
	float: right;
	width: 240px;
	height: 100px;
	background-image: url(../images/sp1.gif);
	background-repeat: no-repeat;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#header td {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#main_content {
	float: left;
	width: 450px;
	height: auto;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #330099;
	list-style-type: disc;
	
}
#main_content li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: 40px;
}


#nav {
	float: right;
	width: 195px;
	height: 514px;
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
	list-style-image: none;
	
}
#footer {
	float: left;
	width: 680px;
	height: 80px;
	padding: 5px;
	background-image: url(../images/curve.gif);
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: bottom;
	
}

#footer_text {
	float: left;
	width: 680px;
	height:30px;
	padding: 5px;
	vertical-align: bottom;
	}
	
#nav li a {
	display: block;
	background-image: url(../images/16tint.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #330099;
	text-decoration: none;
	list-style-image: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	width: 110px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	float: right;
	font-size: 10px;
	height: 20px;
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 6px;
	text-indent: 13px;
	list-style-type: none;
}

#nav li a:hover {
	background-image: url(../images/16gold.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	list-style-type: none;
	color: #000000;
}
#nav li.currentpage a {
	background-image: url(../images/16gold.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	list-style-image: none;
}
#nav li.currentpage a:hover {
	background-image: url(../images/16tint.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
	list-style-type: none;
}
/* form styles */
fieldset {
	border: 0;
}
label {
	float: left;
	display: block;
	width: 20%;
}
input, textarea, select, option {
	color: #000;
	font-weight: normal;
	font-size: 1em;
	background-color: #fff;
	margin-bottom: 5px;
}
.button {
	margin-left: 30%;
}