body {
	/*background-color: #0d2e59*/
	background-color: #E5E0CA;
}

img {
	border: none;
}

p {
	font-family: verdana, sans-serif;
	font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, sans-serif;
}

li {
	font-family: verdana, sans-serif;
	font-size: 80%;
}

.clear {
	clear:both;
}

/*Main Layout*/

#outer_wrapper {
	padding:0px 30px;
}

#wrapper {
	/* #e5e0ca */
	background: #fff url(img/left_background.gif) repeat-y;
	border: 2px solid #000;
	margin-right:auto;
	margin-left:auto;
	max-width:1024px;
	min-width:600px;
}

#top {
	border-bottom: 2px solid #000;
	/*background: #15488c url(img/top_background.gif) repeat-x;*/
	background:#ff5a17;
	height:150px;
}

#left {
	/*background: #507fbf url(img/left_background.gif) repeat; */
	background: transparent;
	width: 180px;
	float:left;
	margin-right:-180px;
	min-height:400px;
}

#right {
	/*background-color: #e5e0ca; */
	background-color: #fff;
	border-left: 2px solid #000;
	float:left;
	margin-left:180px;
	margin-right:0;
	display: inline;
}

#bottom {
	/*background-color:#406599;*/
	background-color:#000;
	border-top: 2px solid #000;
	height:22px;
}

/*END Main Layout*/

#location_bar {
	width: 100%;
	height:25px;
	background-image: url(img/location_bar.gif);
	background-repeat: no-repeat;
}

/*Photo Gallery from CSSPlay
http://www.cssplay.co.uk/menu/gallery.html
*/
#container {
	position:relative; 
	width:  700px;
	height: 800px; 
	background:#bbb; 
	border:1px solid #000; 
	margin:10px auto; 
	font-family:verdana, arial, sans-serif; 
	font-size:12px;}

#container a.pics {
	float:left; 
	margin:7px 11px; 
	display:inline; 
	color:#000; 
	text-decoration:none; 
	border:1px solid #000; 
	width:75px; 
	height:75px; 
	cursor:default;
}	
#container a.pics img.thumb {
	display:block; 
	border:0;
}
#container a.pics span {
	display:none; 
	border:0; 
	width:680px; 
	background:#406599; 
	border:1px solid #fff; 
	text-align:center;
}
#container a.pics span img {
	margin:10px auto; 
	border:1px solid #000;
}
#container a.pics:hover {
	white-space:normal; 
	border:1px solid #fff;
}
#container a.pics:hover span {
	display:block; 
	position:absolute; 
	left:9px; 
	top:192px; 
	z-index:10; 
}
#container a.pics:active {
	border:1px solid #fc0;
} 
#container a.pics:active span {
	display:block; 
	position:absolute; 
	left:9px; 
	top:192px; 
	z-index:5; 
	height:500px;
	margin-bottom: 20px;
}
#container a.pics:focus {
	border:1px solid #fc0; 
	outline:0;
}
#container a.pics:focus span {
	display:block; 
	position:absolute; 
	left:9px; 
	top:192px; 
	z-index:5; 
	outline:0;
}
#container span.info {clear:left; display:block; text-align:center; line-height:20px; margin:0; padding:200px 0 0 0; width:600px; text-align:center; color:#eee; z-index:1;}
#container span.info a {color:#000;}
#container span.info a:hover {text-decoration:none;}

/*End Photo Gallery*/

/*Begin News Page Layout*/
#outernews {
width: 95%;
margin: auto;
}
#innernews {

}

#newsheader{
font-weight: bold;
font-size: 20;
}

#newstitle{
float : left;
}

#newsdate{
float: right;
}

#newscontent{
border-top: 2px solid #507fbf;
border-bottom: 2px solid #507fbf;
float: right;
background-color: #fff;
padding: 10px;
margin-bottom: 40px;
}

#newsmedia{
display: block;
margin: 10px;
float: left;
clear: right;
}

p.newsmedia_caption{
font-style:italic;
margin-top:5px;
}

#newsmedialeft{
display: block;
margin: 10px;
float: right;
clear: left;
}

#newsfooter{
	width: 100%;
	height:7px;
	padding: 30px;
	margin: 30px, 10px;
	background-image: url(img/hrline.gif);
	background-repeat: no-repeat;
}

.menu ul {
	color:#000;
	font-weight:bold;
	list-style-type:none;
	padding-left:13px;
	padding-top:-3px;
}

.menu li {
	padding-bottom:3px;
	font-family: verdana, sans-serif;
	font-weight:bold;
	font-size:80%;
}

.menu a:link{color:#000;text-decoration:none;}
.menu a:visited{color:#000;text-decoration:none;}
.menu a:active{color:#000;text-decoration:none;}
.menu a:hover{color:#000;text-decoration:underline;}


.content {
	padding:5px 12px;
}

p.location {
	padding:1px;
	padding-top:3px;
	padding-left:3px;
	margin:0px;
	color:#fff;
	font-weight:bold;
	font-size:78%;
}

p.footer {
	padding:2px;
	margin:0px;
	text-align:center;
	color:#fff;
}

.footer a:link{color:#fff;}
.footer a:visited{color:#fff;}
.footer a:active{color:#fff;}
.footer a:hover{color:#fff;}

.sponsor_list li {
	margin-bottom:30px;
}

.gallerylist a {
	font-family:sans-serif;text-decoration:none;
}

.gallerylist a:hover {
	text-decoration:underline;
}

