@charset "UTF-8";
/* CSS Document */

img{ border: none;}
body{
	background-color:#3F3F3F;
	background-image: url(images/bodyTile.gif);
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	height: auto;
}
#shadowContainer{
	background-image: url(images/ShadowTile.gif);
	background-position:0 2px;
	height: auto;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#innerContainer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-color: #333333;
	background-color: #3F3F3F;
	border-top-color: #333333;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
}
#header{
	width: 800px;
	margin-right: auto;
	height: 122px;
	margin-left: auto;
	background-image: url(images/headerTile.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272727;
}
/*content*/
#content{
	width:800px;
	height:auto;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content h3{
	color: #7deadf;
	text-align: center;
	letter-spacing: 5px;
}
#announcements{
	text-align: center;
	margin-bottom: 20px;
}
#announcements .header{
	padding-left: 30px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	display: inline;
}
#announcements ul{
	list-style-image: url(images/listBullet.gif);
	margin-left: 25px;
}
#announcements li{
	margin-top: 30px;
	font-weight: normal;
	text-transform: uppercase;
}
#announcements p{
	margin-top: 5px;
	margin-bottom: 5px;
}
#announcements .date{
	font-style: italic;
	color: #121212;
}
#announcements .info{
	color: 121212;	
}
#announcements .address{
	color: #121212;
}
#announcements a:link {
	text-decoration: none;
	color: #7DEADF;
}
#announcements a:visited {
	text-decoration: none;
	color: #7DEADF;
}
#announcements a:hover {
	text-decoration: underline;
	color: #000000;
}
#splash .graphic{
	
}
/*footer*/
#footer{
	width:800px;
	height:35px;
	margin-bottom:2px;
	background-color: #3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/footerTile.gif);
	background-repeat: repeat-x;
}
#footer ul{
	padding:0;
	margin: 0;
}
#footer li{
	display: inline;
	margin-left: 1px;
	position: relative;
	top: 10px;
	left: 5px;
}
#footer p{
	margin: 0;
	display: inline;
	float: right;
	margin-right: 5px;
}
#footer a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	background-color: #CC0000;
}
#endcap{
	width:880px;
	min-height:20px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 60px 15px 0;
	text-align: right;
	background:url(images/footer_cap.gif) center top no-repeat;
}
#endcap img{
	height: 25px;
	width: 25px;
	padding-left: 5px;
}


