@charset "utf-8";

 body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #b5c2d0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}


#container {
	font-size: 13px;
	background-color:#d9e1ee;
	width: 775px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
	border:solid 1px #686868;
}

#mainbox {
padding-left: 20px;
padding-right: 20px;
text-align:left;
}

#footer {
width: 775px;
height: 49px;
padding-top: 1px;
_padding-top: 0px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
color:#FFFFFF;
}

#footer p{
color:#FFFFFF;
font-size: 12px;
margin-bottom: 0px;
margin-top: 6px;
}

#footer a{
color:#FFFFFF;
}




#left
{
float: left;
font-family:Arial, Helvetica, sans-serif;
width: 315px;
margin-left: 0px;
margin-top: 0px;

}





#left_inside {
margin:5px;
padding:2px;
}

.formtext {
color:#6E6E6E;
font-size: 11px;
letter-spacing:-.8px;
font-family:Arial, Helvetica, sans-serif;

}


#pages {
font-family:Arial, Helvetica, sans-serif;
width: 605px;
margin-left: 40px;
margin-top: 20px;
}





#upcevents_c {
width: 158px;
float:left;
margin-bottom: 30px;
margin-left: 15px;
margin-right: 5px;
background-repeat: repeat-y;
background-image:url(images/announcements_inside.gif);
}

#upcevents_i {
padding-top: 5px;
padding-bottom: 5px;

}







#main {
text-align:left;
width: 730px;
padding-left: 15px;
padding-right: 15px;
margin-top: 0px;}




#right {
float: right;
margin-top: 2px;
width: 390px;}


#right p {
font-family: Papyrus;
font-size: 16px;
margin-top: 20px;
margin-bottom: 2px;

}


li {
font-family: Papyrus;
font-size: 15px;
	text-align:left;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 17px;
	color:#4f4f4f;
	background:url(images/arrow3.gif) left top no-repeat;
	}
	
ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	}

table {
margin-left: 10px;
margin-right: 10px;
}


p {
margin-bottom: 10px;
margin-top: 5px;
font-size: 14px;
color:#333333;
margin-left: 10px;
}


h1, h2, h3, h4, h5, h6 {
color:#00338e;
font-family:Vivaldi;
padding-bottom: 0px;
margin-bottom:0px;
margin-top: 4px;
margin-left: 0px;
letter-spacing: -.6px;
}





h1 {
font-size: 34px;
}

h2 {
font-size: 30px;
}

h3 {
font-size: 25px;
font-family:Vivaldi;
}

h4 {
font-size: 22px;
}

h5 {
font-size: 20px;
color:#333333;
margin-left: 10px;
}

h6 {
font-size: 12px;
}






label {
padding-top: 3px;
padding-bottom: 3px;


}

hr {

border-style:dotted;
border:#666666;
}


a:link {
	color:#215cc4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#215cc4;
}
a:hover {
	text-decoration: underline;
color:#4c86ed;
}
a:active {
	text-decoration: none;
	color:#215cc4;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pic_class_left {
margin-right: 20px;

}