/* CSS Document */

html {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#doc2 {
	background-color: #FFFFFF;	
}

#bd {
	padding: 15px;
	font-size: 108%; //14px
	margin-top: 17px;
}

.bd {

}

#ft {
	height: 40px;
	background-color: #6699FF;
	color: #ffffff;
	text-align: center;
}

#hd {
	width: 100%;
	height: 240px;
	position: relative;
	background-image: url(../images/header1.gif);	
	background-repeat: no-repeat;
	background-color: #6699FF;
}

.headerText {
	position: absolute;
	font-size: 24px;
	top: 14px;
	left: 150px;
	color: #ffffff;
}

#loginContainer {
	position: absolute;
	top: 85px;
	left: 681px;
	color: #FFFFCC;
	font-size: 123.1%;
	width: 227px;
}

#loginText {
	position: absolute;

	top: 6px;
	left: 659px;
	top: 16px;
}
#loginContainer table{
	cell-padding: 0px;
}

#loginContainer table tr td{
	border: 0px; padding: 0px; margin: 0px;
	}
	
#loginButton {
	width: 100%;
	}
	
#districtMap {
	position: absolute;
	top: 14px;
	left: 16px;
	width: 97px;
	height: 160px;
	background-image: url(../images/district_map_colored.gif);
}

#navContainer
{
	position: absolute;
	top: 201px;
	left: 184px;
	height:  40px;
	width: 500px;
	z-index: 10;
}

#contacts {
	margin-left: 75px;
	margin-top: 25px;
	font-size: 123.1%	
} 

a:link, a:visited, a:active{
	color: #0000ff;
}

#techContact a:link, a:visited, a:active{
	color: #ffffff;
}

#contacts a:link, a:visited, a:active{
	color: #0000FF;
}

a:hover {
	color: #ff0000;
}

#chairman {
	width: 550px;
	border: none;
}

#chairman tr td {
	padding: 3px;
	border: none;
}

#chairmanDiv {
	background-color: #333366;
	color: #ffffff;
	width: 800px;
	padding: 15px;
	border: 3px solid #ffffff;

}

#clubDiv {
	background-color: #ffffff;
	color: #333366;
	width: 600px;
	padding: 15px;
	border: 3px solid #000000;
	margin: 0px auto;
}

h1 {
	color: #00529C;
}

.style1 {
	color: #03529D;
}
 
.positionColumn { width: 295px; }
.nameColumn {width: 214px; }
.emailColumn {width: 269px; }
.important {color: #FF0000;}
.indented {position: absolute; left: 350px;}
.deleteLink a:link, .deleteLink a:visited, .deleteLink a:active{font-size: smaller; color: #FF0000; font-weight: normal;}

#eventContainer {
	position: relative;
	height: 575px;
	padding-top: 10px;
}

#eventStartDateContainer {
	position: absolute;
	top: 40px; left: 10px;
	font-size: 77%;
	}
	
#eventEndDateContainer {
	position: absolute;
	top: 270px; left: 10px;
	font-size: 77%;
}

#eventDescriptionContainer{
	position: absolute;
	top: 40px; left: 255px;
	font-size: 77%;
}

#eventSubmitContainer{
	position: absolute;
	top: 500px; left: 255px;
}

.eventDate {
	color: #FF0000;
	font-size: 85%;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
	font-weight: normal;
	float: right;
}

.eventDescription {
	font-weight: normal;
}

.step {
	color: #0000ff;}
