body
{
	font: 12px/1.7 Lucida Sans, Lucida, 'Trebuchet MS', Arial, sans-serif;
	background:#000;
	color:#555;
}
#container {
	width:960px;
	margin:0 auto;
}
#white-container {
	width:100%;
	background:url(images/bg.jpg) #fff repeat-x;
}
a:focus
{
	outline: 1px dotted invert;
}
hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 28px;
	font-weight:normal;
	color:#336600;
}
h2
{
	font-size: 16px;
	font-weight:normal;
	color:#000;
	padding:10px 0 0 0;
}
h3
{
	font-size: 21px;
}
h4
{
	font-size: 18px;
	font-weight:normal;
	color:#585647;
	text-align:left;
}
h5
{
	font-size: 14px;
	font-weight:normal;
}
h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}
ul
{
	list-style: square;
}
li
{
	margin-left: 30px;
}
p,
dl,
hr,
h1,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 12px;
}
blockquote {
	margin:0 50px;
}

/* =Divs
--------------------------------------------------------------------------------*/

#header {
	height:110px;
	width:960px;
}
#logo {
	width:381px;
	float:left;
	height:110px;
}
#motto {
	width:479px;
	float:left;
	padding-left:100px;
	margin-top:40px;
}
#banner {
	height:295px;
	width:960px;
	text-align:center;
}
#banner-left {
	width:466px;
	float:left;
	padding-top:36px;
}
#banner-right {
	width:444px;
	padding-left:50px;
	padding-top:36px;
	text-align:left;
	float:left;
	color:#fff;
}
.banner-right-header {
	font-size:18px;
	font-weight:bold;
}
.banner-right-box1 {
	width:220px;
	float:left;
}
#banner-left-box {
	width:464px;
	border:1px solid #9a0d0d;
	background:#7d0707;
	padding:9px;
}
#banner-left-box-left {
	/*width:268px;*/
	float:left;
}
#banner-left-box-left img {
	float:left;
}
#banner-left-box-right {
	width:178px;
	float:left;
	color:#fff;
	padding:0 9px;
	text-align:left;
}
#content {

}
#left {
	width:229px;
	float:left;
}
.left-content {
	padding: 20px 0 0 0;
}
.left-content-event {
	padding:14px 10px 14px 0;
	border-bottom:1px solid #d8d8d8;
}
.event-date {
	color:#7d0707;
	font-weight:bold;
}
#center {
	width:502px;
	background:url(images/content_bg.jpg) repeat-y;
	float:left;
min-height:310px;
}
.center-content {
	padding: 20px;
}
#right {
	width:229px;
	float:left;
}
.right-content {
	padding: 20px 0 0 10px;
}


.right-content-header, .center-content-header, .left-content-header {
	font-size:18px;
	font-weight:bold;
	color:#000;
}

#footer {
	border-top:4px solid #d8d8d8;
	font-family:Arial, Verdana, sans-serif;
	margin:0 auto;
	text-align:center;
	color:#696863;
	font-size:11px;
	padding:20px 0;
	background:#000;
}


/* =Links & Spans & Misc
--------------------------------------------------------------------------------*/

#banner ul {
	margin:0;
	padding:0;
}
#banner li {
	padding:0;
	list-style-type:none;
	background: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left:28px;
	margin-left:0px;
	font-size:11px;
	text-align:left;
	line-height:13px;
	padding-bottom:8px;
	margin-bottom:0px;
}
#banner li a {
	text-decoration:none;
	color:#fff;
}
#banner li a:hover {
	text-decoration:underline;
}
#search input {
	background:#fff;
	border:1px solid #ccc;
	padding:3px;
	font-size:10px;
	color:#989898;
	margin:0;
}

#search input:focus {
	background:#efefef;
	border:1px solid #ccc;
}

#search form {
	margin:0;
}
.login {
	font-size:11px;
	font-family:Arial, sans-serif;
	font-weight:bold;
}
.clear {
	clear:both;
}

/* =Navigation
--------------------------------------------------------------------------------*/


#nav {
	clear:both;
	margin:0 auto;
	text-align:center;
	height:44px;
	margin:4px 0 0 6px;
}

#nav a {
	display:block;
	float:left;
	width:auto;
	margin:0 auto;
	padding: 3px 19px 0px 19px;
	font:12px/1.8 Lucida Sans, Lucida,Arial,Verdana,sans-serif;
	color:#DAD9D7;
	background:#202020;
	text-decoration:none;
	border-right:1px solid #000;
	text-transform:uppercase;
}

#nav a:hover, #nav a:focus, #nav a:active {
	background: url(images/buttons.jpg) repeat-x 0 -63px;
	color:#fff;
}
input {
padding:2px;
margin:0px 0 4px 0;
}

