/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #666;
	background-color: #141d3c;

}

table {
	text-align:left;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #fff;
	margin: 0 5px 0 20px;
}
table#schedule{border:1px solid #01366B;width:560px;
}
#schedule td{border:1px solid #141d3c;padding:1px 5px;margin:0;}
table#donate{
	margin: 15px 20px 25px;
	background-color: #141d3c;
	padding:15px 10px;
	width:550px;
	text-align:center;
	border:1px solid #1F334C;
}

h1, h2, h3, h4 {
	margin: 10px;
	padding:5px;
	font-family: "Century Gothic";
	font-weight:normal;
	text-transform: uppercase;
}

h1{
	font-size: 1.7em;
	color: #569EE6;
	border-bottom: 1px dotted #004080;
}

h3{font-size: 1.2em;
	color: #C1E0FF;}
h2 {
	font-size: 1.3em;
	color: #fff;
	padding:20px 0 5px 0;
	margin:5px;
	font-weight:bold;
}
h4{font-size: 1.1em;
	color: #569EE6;}
#left p{
	padding: 5px;
	margin: 0 5px 0 20px;
	line-height: 150%;
	font-family: Verdana, Arial;
}
#right p{
	padding: 5px;
	margin: 0 auto;
	line-height: 150%;
	font-family: Verdana, Arial;
}
ul, ol{
	padding: 15px 5px 10px 45px;
	line-height: 150%;
	font-family: Verdana, Arial;
	list-style-position: outside;
	list-style-image: url(../img/listdot.gif);
}
#left p span{font-size: 1.3em;font-style:italic;}
#right p span{font-weight:bold;	font-style:italic;}
#left p span.small{font-weight:normal;font-size: 0.9em;}
#right p span.blue{	color: #172450;font-size:1.1em;font-style:normal;}
#right p span.small{font-weight:normal;}

a {
	color: #fff;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
	color: #eee;	
}
/* Header */

#headerwrap {
	height: 230px;
	margin: 1px auto 1px;
	background: #141d3c;
}

#header {
	width: 850px;
	height: 230px;
	margin: 1px auto;
	text-align:left;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left:1px solid #01366B;
	border-right:1px solid #01366B;
}

/* Menu */
#menu-wrap {
	background: #334d6c;
	height: 33px;
	margin: 0 auto;
	padding:0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#menu {
	width: 850px;
	height: 30px;
	padding:0;
	margin: 0 auto;
	background: #334d6c;
}

#menu ul {
	margin:0; 
	padding:0;
	list-style: none;
	line-height: normal;
	float:left;	
}

#menu li {
	display: inline;
	margin:0;
}
	
#menu a {
	float: left;
	padding:8px 27px;
	text-decoration: none;
	font-weight:normal;
	font-size: 13px;
	color: #fff;
	margin:0;
	text-transform: uppercase;
	text-align: center;
	background: #334d6c;
	font-family: "Century Gothic";
}

#menu li a:hover{
	color: #ccc;
	background: #141d3c;
}

/* Page */

#contentwrap {
	margin: 0 auto;
}

#content {
	width: 850px;
	margin: 0 auto;
	text-align:left;
	color:#fff;
}

#left{
	float: left;
	width: 600px;
	margin: 10px auto;
	padding-bottom:10px;
	text-align:left;
	background: #0B122C;
	border:1px solid #01366B;
}

#right {
	float:right;
	width: 240px;
	margin: 10px auto 10px 5px;
	padding-bottom:40px;
	background: #8195AD url(../img/figures.jpg) no-repeat right bottom;
	border:1px solid #000;
	text-align:center;
}
#right p{color:#000;}
#right a{color:#000;}
#right ul {margin:10px;padding:0;color:#000;}
#right li{
	margin:5px 5px 5px 20px;
	padding:0;
	list-style-position: outside;
	list-style-image: url(../img/listdot.gif);
}

/* Footer */

#footer {
    clear: both;
	margin: 10px auto 0;
	padding: 0;
	border-top:1px solid #000;
	text-align: center;
	height: 83px;
	background: #334d6c;
	font:13px; 	
	font-family: "Century Gothic";
	color:#ffffff;
}

#footer ul{margin:0; padding: 5px; display:block; height:15px}
#footer ul li{ display:inline}
#footer ul li a{text-decoration:none;	margin:0 10px 0 10px}
#footer ul li a:hover{text-decoration:underline}
#footer p {padding: 20px 0 10px 0;	font-family: "Century Gothic";}
#footer a {color: #ffffff}

.small{
	font-size: 0.9em;
}
.smallright{font-size: 0.9em; text-align:left;padding-left:15px;}
.blurb{width:450px;}
p#exposed{	background: #334d6c;
color:#E3ECF6;font-weight:bold;text-align:center;padding:20px;margin:10px 20px;
}
