body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;
	background-image: url(../images/indexBackground.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-position: left top;
}


.logo {
	background-color: #FFFFFF;
	background-image: url(../images/indexLogo.gif);
	height: 400px;
	width: 441px;
	background-repeat: no-repeat;
	margin-top: 127px;

}





hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 1px;
}


textBox{
	width:450px;
	height:500px;
	background-color: #E4E4E4;
	border: 0px none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bolder;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #CC0000;
	text-transform: none;
}
li {
	list-style-image: url(../images/bullet.gif);
	margin-left: 10px;
	padding-left: 30px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #550055;
	font-weight: bold;
	text-transform: uppercase;

}

li a{
	color: #550055;
	text-decoration: none;

}
li a:hover{
	color: #336633;
	text-decoration: none;

}
.group{
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: 550055;
	width: 441px;
	left: 441px;
	top: 127px;
	position: absolute;
	padding-top: 230px;

}

.login{
	background-image: url(../images/loginBox.gif);
	position: absolute;
	left: 448px;
	top: 278px;
	height: 38px;
	width: 433px;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	vertical-align: middle;
	padding-top: 6px;
	overflow: hidden;
	background-repeat: no-repeat;
	padding-left: 7px;

}

form{
	padding:0px;
	margin:0px;
}

.smallInput{
	width: 100px;
	border: 1px solid #333333;
	font-size: 10px;
	margin-right: 19px;

}

.buttonInput{
	padding:0px;
	margin:0px;
}


