/* Global Styles */
body {
	margin:0px;
	background-image:url(../images/background.png);
}

a, a:visited {
	color:#660000;
	text-decoration:none;
}

a:hover {
	color:#CC3300;
	text-decoration:underline;
}

h3 {
	padding:2px;
	margin:0;
	text-decoration:underline;
}

/* ID Styles */
#menu {
	text-align:center;
	margin:0 auto;
	width:790px;
	color:#FFFFFF;
	border-bottom:thin solid #FFFFFF;
	padding:0;
	vertical-align:bottom;
}

#menu a, a:visited {
	color:#660000;
	text-decoration:none;
	font-weight:bold;
	font-size:20px; 
}

#menu a:hover {
	color:#CC3300;
}

#sidebarHeader {
	padding: 0px 4px 14px 4px;
}

#logoHead {
	color: #CC3300;
	text-align:center;
}

#body {
	color:#FFFFFF;
	text-align:center;
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 15px;
	height:385px;
	width:760px;	
	background-image:url(../images/body.png);
}

#footer {
	color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	border-top: thin solid #FFFFFF;
	width:790px;
}

#formResponse {
	text-align:center;
}

/* Class Styles */
.bodyText {
	font:16px georgia;
	margin-top:0px;
	padding-top:10px;
	text-align:justify;
}

.bodyText a, a:visited {
	text-decoration:none;
	font:16px georgia;
}

.bodyText a:hover {
	color:#CC3300;
	text-decoration:underline;
}

.pageName{
	font:22px georgia;
	font-weight:bold;
	color:#660000;
	text-decoration:underline;
}
