/* Impact Dance CSS Stylesheet */

body {
	font-family: Geneva, sans-serif, Arial, Helvetica;
	font-size: 12px;
	background-image: url("images/body-bg.gif");
	margin-top: 0px;
	margin-bottom: 0px;
}

input,
textarea
 {
	font-family: Geneva, sans-serif, Arial, Helvetica ;
}

input.inputButton {
	background-color: #613228;
	color: #fff;
}

#content hr {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border: none;
	border-bottom: 1px #FFFFFF solid;
}

a:link, a:visited {
color: #FFFFFF;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#content h1 {
	font-size: 18px;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 15px;
}

#container {
	background-color: #8D4839;
	border-left: 1px black solid;
	border-right: 1px black solid;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	position: relative;
	height: auto;
	background-image: url("images/header-bg.gif");
	color: white;
	padding: 20px;
	text-align: center;

}

#nav {
	color: white;
	font-size: 12px;
	color: #FFFFFF;
}


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

#nav li {
	padding: 4px;
	margin: 0px;
	display: inline;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: underline;
}

#content {
	position: relative;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #8D4839;
	z-index: 20;
	color: #FFFFFF;
}

#footer {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-color: #8D4839;
	height: 50px;
	font-size: 12px;
	z-index: 10;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.nohover a:hover,
.nohover a:active,
.nohover a:visited {
background-color: white;
color: black;
text-decoration: none;
}

.hidden {
	display:none;
}

.section,
div.section {
border-bottom: 1px white solid;
}

#left-line {
border-left: 1px white solid;
}

div.successMessage,
.successMessage {
	color: yellow; 
	font-weight: bold;
}

div.errorMessage,
.errorMessage {
	color: red; 
	font-weight: bold;
}

@media print {

#noprint,
#header .tl,
#footer .bl,
#footer .br {
display: none;
visibility: hidden;
}

}

