@charset "utf-8";
/* CSS Document */

html {
background-color:#ffffff;
margin-top: 0px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}


h4 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}
#container {
position:relative;
width:1000px;
/*background:url(../images/spacer.gif);
background-repeat:repeat-y;*/
height:auto;
margin-top:0px;
margin-left:auto;
margin-right:auto;
}
#header  {
width:1000px;
height:150px;
}
#menu {
float:left;;
width:199px;
height:100%;
padding-left:20px;
padding-top:20px;
padding-bottom:20px;
background-color:#647976;
background-repeat:repeat-y;
color:#ffffff;
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
z-index:200;
}

ul {
list-style-type:none;
padding:0;
margin:0;
}
#mid {
width:1000px;
height:100%;
background-image:url(../images/bg_faux.gif);
background-repeat:repeat-y;
overflow:hidden;
}
#right_column {
float:right;
width:210px;
height:auto;
padding-top:20px;
padding-left:10px;
}
#calendar {
width:210px;
height:210px;
}
#news_header {
width: 210px;
height: 30px;
}
#news {
width:190px;
height:auto;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#000000;
font-size: 10px;
padding:0px 10px 0px 10px;
}
#button {
width:210px;
height:112px;
}
#flash {
position:absolute;
width:160px;
height:154px;
top:257px;
left:23px;
}

#content {
float:left;
width:550px;
height:auto;
background-color:#ffffff;
padding-left:10px;
padding-top:20px;
}
#content a {
	color: #53789b;
}
#content p {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
color:#333333;
}
#footer {
clear:both;
float:left;
width:1000px;
height:39px;
}
a:link {color: #ffffff;text-decoration:none;}
a:visited {color:#ffffff;text-decoration:none;}
a:hover {text-decoration:none;color: #cccccc;}
a.blue:link {color:#53789b;text-decoration:underline;}
a.blue:visited {color:#53789b;text-decoration:underline;}
a.blue:hover {color:#666666;text-decoration:underline;}
a.black:link {font-size: 12px;font-weight: bold;color:#000000;text-decoration:underline;}
a.black:visited {font-size: 12px;font-weight: bold;color:#53789b;text-decoration:underline;}
a.black:hover {font-size: 12px;font-weight: bold;color:#666666;text-decoration:underline;}

