@import url("top-nav.css");
@import url("left-nav.css");
@import url("bottom-nav.css");

body {
	background-color: #000000;
	color:#494949;
	font-family:Verdana,"Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Verdana, "Times New Roman", Times, serif;
	font-style: italic;
	color: rgb(210, 105, 0);
	margin:0;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
	color:#494949;
}

h4 {
	font-size:10px;
	color:#494949;
}

h5 {
	font-size:14px;
	margin:0 0 12px 0;
}

h6 {
	font-size:10px;
	font-variant:small-caps;
	margin:0 0 12px 0;
}

p, ul, ol, blockquote {
	color:#494949;
	font-size:12px;
	line-height:125%;
	margin:0 0 12px 0;
	padding:0;
}

ul, ol, blockquote {
	padding:0 0 0 48px;
}

a {
	color:#c1601d;
}

a:hover {
	color:#ffcc00;
	text-decoration:none;
}

.formbutton {
	background-color: #e07122;
	color: #ffffff;
	border: 1px solid #000000;
}
.errormsg {
	color: #ff0000;
	font-weight:bold;
}

#global-nav {
	height:24px;
	margin:0 auto;
	width:700px;
}

#global-nav ul {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:4px 0 0 0;
	list-style:none;
}

#global-nav li {
	display:inline;
	border-right:2px solid #999999;
	padding:0 2px 0 0;
}

#global-nav li.last {
	border:0;
}

#global-nav li a {
	font-weight:bold;
	text-decoration:none;
}

#global-nav a {
	color:#c1601d;
}

#global-nav a:hover {
	color:#ffcc00;
	text-decoration:none;
}

#main-body {
	background-color: #FFFFFF;
	border:1px solid #000000;
	margin:0 auto;
	width:700px;
}

#header {
	background: url("../images/main/bnr-top.jpg") center top no-repeat;
	float:left;
	height:300px;
	width:700px;
}

#banner {
	height:163px;
	margin:50px 0 0 121px;
	position:absolute;
	width:469px;
	z-index:100;
}

#btn-home {
	margin:6px 0 0 6px;
	position:absolute;
}

#btn-home a {
	display:block;
	height:112px;
	width:112px;
}

#btn-donate {
	margin:14px 0 0 591px;
	position:absolute;
}

#btn-donate a {
	background: url("../images/main/btn-donate.jpg") center 0;
	display:block;
	height:101px;
	width:103px;
}

#btn-donate a:hover {
	background: url("../images/main/btn-donate.jpg") center 101px;
}

/*The styling for the top navigation exists in the TOP-NAV.CSS file.*/

#divider {
	border-bottom:2px solid #999999;
	clear:left;
	height:0px;
	line-height:0px;
	margin:0 auto;
	padding:12px 0 0 0;
	width:500px;
}

#left-column {
	margin:0;
	float:left;
	width:200px;
}

/*The styling for the left navigation exists in the LEFT-NAV.CSS file.*/

#ad-space {
	background: url("../images/main/bg-ad-space.gif") center top no-repeat #c1601d;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding:12px 6px 0 6px;
	width:168px;
}

#ad-space p {
	margin:0 0 6px 0;
	padding:0;
}

#content {
	margin:12px 12px 12px 200px;
	width:476px;
}

#footer-area {
	background: url("../images/main/bnr-bottom.jpg") center bottom no-repeat;
	clear:left;
	height:228px;
	width:700px;
}

/*The styling for the bottom navigation exists in the BOTTOM-NAV.CSS file.*/

#footer {
	margin:175px 0 0 0;
	position:absolute;
	width:700px;
}

#footer p {
	color:#ffffff;
	font-family:Verdana "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	float:left;
	line-height:14px;
	text-align:center;
	width:200px;
}

#footer p.center {
	margin:12px 0 0 0;
	width:300px;
}

#sub-footer {
	width:700px;
	margin:auto;
}

#sub-footer ul {
	font-size:12px;
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	text-align:center;
}

#sub-footer li {
	display:inline;
	padding-right:  6px;
}

#sub-footer p {
	color:#FFFFFF;
	font-size:12px;
	margin:0;
	padding:12px 0;
	text-align:center;
}
