@charset "utf-8";
/* CSS Document */

HTML, BODY {

font-family: Verdana, Arial, Helvetica, sans-serif;
color: #002e62;
font-size: 12px;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
text-align:center; /*center hack*/
background-color: #d0c3a2;
}

h1 {

color: #002e62;
font-size: 20px;
font-weight: bold;
font-family: Georgia, Times, serif;
margin: 0px;
padding-top: 0px;

}

h2 {

color: #002e62;
font-size: 20px;
font-weight: bold;
font-family: Times, Georgia, serif;
margin: 0px;
padding-top: 0px;
font-style: italic;

}

ul {

margin-top: 10px;

}

/*DIVs*/

#container {

width: 950px;
margin: 0 auto; /*center hack*/
margin-bottom: 10px;
position: relative;
height: 100%

}

#top {

width: 935px;
padding-right: 215px;
height: 25px;
padding-top: 20px;
text-align: right;
font-size: 16px;
font-family: Georgia, Times, serif;
color: #002e62;

}

#header {

width: 950px;
height: 130px;
border-bottom: 10px solid #002e62;

}

#leftcolumn {

width: 225px;
background-color: #FFFFFF;
float: left;
height: 100%;

}

#centercolumn {

width: 490px;
background-color: #FFFFFF;
float: left;
height: 100%;
text-align: left;
padding-left: 5px;
padding-right: 5px;
padding-top: 18px;

}

#rightcolumn {

width: 215px;
background-color: #d0d9e4;
float: right;
height: 100%;
text-align: left;
padding-right: 5px;
padding-left: 5px;
padding-top: 18px;

}

#footer{

width: 940px;
background-image: url(../images/footer.gif);
text-align: center;
padding: 5px;
height: 60px;
margin-bottom: 20px;

}

#search {

text-align: center;

}

#middle {

font-size: 14px;

}

#scroller {

width: 185px;
background-color: #FFFFFF;
height: 250px;
text-align: left;
padding: 5px;
margin-left: 10px;
margin-right: 10px;
border: 1px solid #002e62; 

}

#calendar {

text-align: left;
padding: 7px;

}

.clearfloat { 

clear:both;
height:0;

}

.hr {

border: 1px solid #002e62;
margin-top: 10px;
margin-bottom: 10px;

}

#column1 {

width: 200px;
float: left;

}

#column2 {

width: 230px;
float: left;

}

#column3 {

width: 230px;
float: left;
margin-left: 10px;

}

#pic {

background-color: #FFFFFF;
border: 1px solid #999999;
padding: 5px;
margin-right: 5px;
margin-bottom: 2px;
float: left;
text-align: center;
font-style: italic;

}

/*menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*menu*/

.suckerwrap {
margin-top: 20px;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 215px; /* Width of Menu Items */
font-family: Georgia, Times, serif;
color: #FFFFFF;
font-weight: bold;
font-size: 18px;
text-align: left;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
visibility: hidden;
height: 60px;
font-size: 12px;
}


/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #FFFFFF;
text-decoration: none;
border-bottom: 0;
height: 40px;
padding-top: 15px;
padding-left: 20px;
background-image: url(../images/menu.gif);
}

.suckerdiv ul li a:visited{
color: #FFFFFF;
}

.suckerdiv ul li a:hover{
color: #002e62;
}


	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



/*Links*/

a:link {

color: #002e62;
font-weight: bold;
text-decoration : none;
font-style: italic;

}

a:visited {

color: #002e62;
font-weight: bold;
text-decoration : none;
font-style: italic;

}

a:hover {

color: #748ead;
font-weight: bold;
text-decoration : none;
font-style: italic;

}

#top a:link {

color: #002e62;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

#top a:visited {

color: #002e62;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

#top a:hover {

color: #2e5e94;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

.menu a:link {

color: #FFFFFF;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

.menu a:visited {

color: #FFFFFF;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

.menu a:hover {

color: #032f64;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

#footer a:link {

color: #002e62;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

#footer a:visited {

color: #002e62;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

#footer a:hover {

color: #2e5e94;
font-weight: bold;
text-decoration : none;
font-style: normal;

}

