* {
	margin: 0;
	padding: 0;
}

body {
background: url(/images/bg.jpg) no-repeat scroll 50% 0;
	background-color: #112441;

font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

ul {
	list-style: inside;
}

ol {
    style: none;
}
.error {
	font-size: 12px;
	color: red;
	font-weight:bold;
}

.form_error {
    margin-left: 80px;
    color:red;
    font-weight:bold;
}

.picture {
    float: right;
    font-size: 10px;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #151515;
}


.picture-left {
    float: left;
    font-size: 10px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #151515;
}

.picture img{
    margin-bottom: 10px;
}

a {
text-decoration: underline;
color: #0171AF;
}
a:hover {
text-decoration: none;
font-style: italic;
color: #0171AF;
}

#wrap {
margin: 35px auto;
width: 960px;
background: #fff;
}

#header {
height: 120px;
background-color: #EDEBFB;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #0171AF;

}
#header h1 a { 
color: #0171AF;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #ACD3E5;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

.front_events {
    background-color: #F6E3CE;
    margin: 0px;
    padding: 3px;
    padding-right: 10px;
    margin-top: 10px;
    vertical-align: top;
}

.flash {
font-style: oblique;
font-weight:bold;
	color:red;
}
.front_announcements {
    margin-top: 10px;
    background-color: #E0ECF8;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}

.bottom_link {
    position: absolute; bottom: 0; right: 0;
    padding-bottom:10px;
    padding-right:10px;
}

.front-event-table{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
}

.front-announcement-table{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 10px;
}
.date-cell{
	width: 100px;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-right:20px;
}

.description-cell{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}

#menu {
height: 30px;
line-height: 30px;
background: url(/images/menubackground.gif) 0 -37px repeat-x;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
color: #FFFFFF;

}
#menu ul li a {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
font-weight: bold;
font-size: 11px;
color: #FFFFFF;
}
#menu ul li a:hover {
background: url(/images/menubackground.gif) 0 0 repeat-x;
color: #FFFFFF;
text-decoration: none;
}


.sidebox {
  background-color: #ffffff;
  color: #000000;
  font-size: 10px;
  border: 1px black solid;
  margin: 5px;
  padding: 7px;
  margin-bottom: 20px;
}

.sidebox .title {
  font-weight: bold;
  font-size: 11px;
  color: #555555;
  border-bottom: 1px #CCCCCC solid;
}

.sidebox .body {
  padding-top: 5px;
}

.sidebox .body ul {
  list-style-position: inside;
  
}
#content {
padding: 0 0px 0px 20px;
}

#contentonecol {
padding: 20px;
width: 910px;
padding-bottom: 100px;
min-height: 300px;
}

.left {
float: left;
width: 650px;
z-index: -20;
text-align: justify;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.right {
float: right;
width: 260px;
padding: 10px;
height: 100%;
min-height: 100%;
background: #ebddc8;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
background: #D1E6EF;
color: #111;
font-size: 13px;
}

.adleft {
float: left;
height: 105px;
width:105px;
border: 10px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}
.adright {
float: right;
height: 105px;
width:105px;
border: 10px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}

#footer {
height: 40px;
line-height: 30px;
background: #D1E6EF;
text-align: center;
font-size: 11px;
}


#aboutmenu {
  position: absolute;
  z-index: 10000;
}

div.yuimenu {
  position: absolute;
  visibility: hidden;
}
div.yuimenu .bd {
  zoom: normal;
}




