body {
	background-color: #000000;
	margin-left:0;
	margin-top:0;
color:#FFFFFF;
	/*
	background-image: url(/images/chain.gif);
	line-height: 20px;
	font: 1.2em/4em ;
	*/
}

#body_main {
	width:505px;
	height:520px
	background-image: url(/images/middle.jpg);
	background-repeat: no-repeat;
	background-color:#1A2325;
	color: #FFFFFF;
}

#text_body {
	width: 510px;
	padding-left: 25px;
	line-height: 1.5em;
}

#text_body div {
	width: 510px;
	line-height: 1.5em;
}

#body_main a {
	color:#FFFFFF;
}

#body_main td {
	color: #FFFFFF;
}

#body_top {
	width:548px;
	height:200px;
}

.body_top_spaced {
	padding-top:5px;
	padding-left:15px;
	color:#010332;
}
.body_top td {
	color:#010332;
}


.tile_left {
	background-image: url(/images/middle_tile_left.jpg);
}

/*This will create an image border based off of one image*/
.img_border {
	background-image: url(/images/img_border.jpg);
	background-repeat: no-repeat;
	padding: 8.5px;
	margin-bottom: 5px;
}


/*about us */
#team_header {
	color:#125EF7;
	text-align:center;
	font-weight: bold;
	font-size: 18px;
}

.team table td {
	color:#FFFFFF;
	line-height: 1.5em;
}

.team img {
	cursor:hand;
}

/* Getting Involved */
.involved_header {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
/*News*/
.news_header_text {
	color:#010332;
}

.team_info img{
	text-align:center;
}


/*Navigation*/
#navigation {
	position:relative;
	display:block;
}
#navigation ul, li {
	padding: 0px;
	list-style:none;
}

.subnav {
}
.subnav ul {
}
.subnav li {
}
.subnav a {
	background-color: #990000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	color:#C3CEAB;
	text-decoration:none;
}

.subnav a:hover {
	background-color: #999999;
}

ul#navmenu {
float: left;
	display:inline;
}

ul#navmenu li {
	float:left;
	display:inline;
	position:relative;
	padding-bottom: 5px;
}

ul#navmenu ul {
	top:0px;
	left:30px;
	width:100px;
	display:none;
	position:absolute;
}

ul#navmenu a {
	display:block;
	float:left;
}

ul#navmenu li:hover ul{
	display:block;
}
