body {
	font: small Arial, Helvetica, sans-serif;
	background: #676767 url(../img/backdrop.jpg) repeat-x left top;
	color: #000000;
	margin: 0;
	padding: 0;
}
#container {
	width: 780px;
	padding: 0px;
	color: #000000;
	background: #FFFFFF url(../img/sides.jpg) repeat-y left top;
	margin: 0 auto;
}
#head {
	background: #2F3C66 url(../img/head.jpg) no-repeat left top;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 780px;
	min-height:148px;
	height: 148px;
}
#logo {
	float: left;
	margin: 20px 0px 0px 30px;
}

h1 {
	float: left;
	margin: 0px;
	padding: 0px;
}
h2 {
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}
#content img {
	border: 2px solid #2D3B65;
}

#nav {
	float: right;
	margin: 0 10px 0 0;
	padding:0;
	list-style: none;
	clear: both;
	display: inline;
}
#nav li {
	background: url(../img/tab_off_back.jpg) no-repeat left top;
	float: right;
	padding: 0px;
	margin: 0;
	font-size: 105%;
}
#nav li:hover, body#home li#t-home, body#programs li#t-programs, body#media li#t-media, body#testimonials li#t-testimonials, body#about li#t-about, body#contact li#t-contact {
	background: url(../img/tab_on_back.jpg) no-repeat left top;
}
#nav a {
	float:left;
	display: block;
	text-decoration: none;
	color: #B9CAFF;
	margin:0;
	padding: 8px 5px 8px 5px;
	background: url(../img/tab_off_top.gif) no-repeat right top;
}
#nav a:hover, body#home li#t-home a, body#programs li#t-programs a, body#media li#t-media a, body#testimonials li#t-testimonials a, body#about li#t-about a, body#contact li#t-contact a {
	color: #000000;
}
#content {
	clear: both;
}

.column1 {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 80px;
	width: 280px;
}
.column1 h3 {
	padding: 2px 2px 2px 5px;
	color: #FFFFFF;
	background: #405490;
	margin: 10px 0px;
}
body.text .column1 {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 80px;
	width: 600px;
}
body.text .column1 h3 {
	padding: 2px 2px 2px 5px;
	color: #FFFFFF;
	background: #405490;
	margin: 10px 0px;
}
body.text .column1 h5 {
	font-size: 110%;
	color: #405490;
	border-bottom: 2px solid #41568F;
}
body.text .column1 img {
	float: right;
	margin: 20px 0px 40px 20px;
}
form div {
	clear:both;
	height: 30px;
}

form label {
	float: left;
	line-height: 20px;
	font-weight: bold;
	width: 200px;
	text-align: right;
	margin-right: 5px;
}
form input {
	float: left;
}
form #comments {
	height: 100px;
}
form #submit {
	margin-left: 200px;
	margin-top: 10px;
	clear: both;
}
form #reset {
	margin: 10px;
}



.column2 {
	float: right;
	margin: 0px;
	padding: 40px 40px 40px 0px;
	display: inline;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background: #303D67 url(../img/footer.jpg) no-repeat left bottom;
	width: 780px;
	height: 63px;
	display: block;
	color: #B9CAFF;
}
#footer a {
	color: #FFFFFF;
}

#copyright {
	float: left;
	margin: 15px 0px 0px;
	padding: 0px 0px 0px 20px;
}
#donate {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#developer {
	margin: 15px 0px 0px;
	padding: 0px 20px 0px 0px;
	float: right;
}
.clear {
	clear: both;
}
tr.alt {
	background: #E7E7E7;
}

#contactform {
	position:absolute;
	width:654px;
	height:300px;
	z-index:1;
	left: 344px;
	top: 253px;
	background-color: #FFFFFF;
	padding: 20px;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #405490;
	border-right-color: #405490;
	border-bottom-color: #405490;
	border-left-color: #405490;
	visibility: hidden;
}.right {
	float: right;
}

