/*
	General styles
*/
HTML,BODY {
	BACKGROUND-COLOR: #ffffff;
	MARGIN:0px;
	PADDING: 0px;
	background:url(images/bg.gif) repeat;
}
BODY{
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #962432;
	FONT-SIZE: 11pt;
	
	
}
DIV,TH,TD,P{
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #962432;
	FONT-SIZE: 11pt;
	line-height:1.5em;
}

.clearing{
	clear:both;
}
	
INPUT,TEXTAREA, SELECT,TT{
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #962432;
	FONT-SIZE: 11pt;
	border: solid 1px #000000;
	padding:1px;

}

A:link {
	COLOR: #962432;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #962432;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #cc0000;
	TEXT-DECORATION: none;
}
A:active  {
	COLOR: #962432;
	TEXT-DECORATION: underline;
}

A.lite:link {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A.lite:visited {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A.lite:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: underline;
}
A.lite:active  {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}


H1 {
	FONT-SIZE: 16pt;
	color: #000000;
}
H2 {
	FONT-SIZE: 13pt;
	color:#000000;
}
H3 {
	FONT-SIZE: 11pt;
	color: #ffffff;
	background-color#333333;
}
HR {
	COLOR: #DDDDDD;
	HEIGHT: 1px;
}

FORM {
	MARGIN: 0px;
}

#homeContainer{
	position:relative;
	margin:45px auto 0 auto;
	padding:45px 0 0 0;
	width:723px;
	height:643px;
	background:url(images/homeBG.gif) no-repeat;
}


#aboutBut{
	position:absolute;
	left:17px;
	top:178px;
}

#erlBut{
	position:absolute;
	left:14px;
	top:231px;
}

#pickBut{
	position:absolute;
	left:8px;
	top:276px;
}

#groupBut{
	position:absolute;
	left:0px;
	top:329px;
}

#container{
	position:relative;
	margin:0 auto 0 auto;
	width:707px;
	background:url(images/conBG.gif) repeat-y top;
}

#aboutHead{
	clear:both;
	width:707px;
	height:231px;
	background:url(images/aboutHead.gif) top;
}

#erlHead{
	clear:both;
	width:707px;
	height:231px;
	background:url(images/erlHead.gif) top;
}
#pickHead{
	clear:both;
	width:707px;
	height:231px;
	background:url(images/pickHead.gif) top;
}

#groupHead{
	clear:both;
	width:707px;
	height:231px;
	background:url(images/groupHead.gif) top;
}


#topNav{
	margin:25px 0px 25px 0px;	
	background-color:#DFC8CB;
	padding:2px 0px 2px 0px;
}

#topNav A:link {
	COLOR: #962432;
	TEXT-DECORATION: none;
}
#topNav A:visited {
	COLOR: #962432;
	TEXT-DECORATION: none;
}
#topNav A:hover {
	COLOR: #cc0000;
	TEXT-DECORATION: underline;
}
#topNav A:active  {
	COLOR: #962432;
	TEXT-DECORATION: none;
}

#main{
	padding:0px 130px 25px 130px;
	text-align:center;
}

#main ul{
	list-style:none;
	margin:0;
	padding:0;
}

#main ul li{
	display:inline;
	margin:0;
	padding:0 2px 0 2px;
}
#footer{
	background:url(images/footerBG.gif) bottom;
	width:707px;
	height:63px;
}

#botNav{
	font-size:8pt;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:2px 0px 2px 0px;
}


#botNav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#botNav ul li{
	display:inline;
	margin:0;
	padding:0 2px 0 2px;
}

#botNav A:link {
	font-size:8pt;
	COLOR: #962432;
	TEXT-DECORATION: underline;
}
#botNav A:visited {
	font-size:8pt;
	COLOR: #962432;
	TEXT-DECORATION: underline;
}
#botNav A:hover {
	font-size:8pt;
	COLOR: #cc0000;
	TEXT-DECORATION: none;
}
#botNav A:active  {
	font-size:8pt;
	COLOR: #962432;
	TEXT-DECORATION: underline;
}