@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background: url(../images/background.png) repeat-x top left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	}
/*----FONT STYLES----*/
h1 {font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; color:#06F; margin:0;}
h2 {font-size:14px}
h3 {font-size:12px}
p {font-size:11px; font-family:Georgia, "Times New Roman", Times, serif; color: #333; margin:0;}
a:link {color: #09F}      /* unvisited link */
a:visited {color:#06F}  /* visited link */
a:hover {color:#FC0}  /* mouse over link */
a:active {color:#069}  /* selected link */


#container {
	margin:0 auto;
	width:900px;
	bottom:0;
	border-right: 2px #06F solid;
	border-left: 2px #06F solid;

}
#header {
	left:0px;
	top:0px;
	width:900px;
	height:142px;
	z-index:1;
	background-image: url(../images/header.png);
	background-repeat:repeat-x;	float: left;
}
#header2 {
	left:0px;
	top:0px;
	width:900px;
	height:142px;
	z-index:1;
	background-image: url(../images/header2.png);
	background-repeat:repeat-x;	float: left;
}

#menuContainer {
	background-color:#2878FA;
	left:0px;
	width:900px;
	height:42px;
	z-index:2;
	float: left;
}
/*--------------MENU CSS--------------*/

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("../images/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #004c99;
	border-top:1px solid #74b0c6;
}
ul#menu li{
	display:block;
	/*float:left;*/
	margin:0;
	pading:0;
}
	
ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:10px 10px 0;
	height:24px;
	background:transparent url("../images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("../images/HOVER.gif") no-repeat top right;	
	}

/*--------------MENU CSS--------------*/


#leftColumn {
	left:0px;
	width:196px;
	height:auto;
	float: left;

	margin:0 0 5px 0;
}
.ColumnHeader{
	float:left;
	width:190px;
	margin: 0 4px 10px 4px;
	height:24px;
	text-align:center;
	background-image:url(../images/columnheadbkg.png);
	background-repeat:repeat-x;
}
#leftColumnContainer{
	float:left;
	width:190px;
	height:auto;
	margin: 0 4px 0 4px;
}

/*-----SideBarMenus-----*/
.menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.menu3 {
	width: 190px;
	border: 1px solid #ccc;
	
	}
	
.menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.menu3 li a:link, .menu3 li a:visited {
	color: #888;
	display: block;
	background: url(../images/menu3.gif);
	padding:4px 0 0 17px;
	}
	
.menu3 li a:hover, .menu3 li a:active {
	color: #283A50;
	background: url(../images/menu3.gif) 0 -32px;
	padding: 4px 0 0 17px;
	}
/*-----SideBarMenus-----*/
#middleColumn {
	left:0px;
	width:500px;
	height:auto;
	float: left;
}

#slideshow{
	width:495px;
	float:left;
	margin:5px 2px 5px 2px;
	text-align:center;
}
.pics{
	border: 2px #06F solid;
	width:470px;
	margin:5px 2px 5px 10px;
}

#middleColumnHeader {
	background-image:url("../images/columnheadbkg.png");
	background-repeat:repeat-x;
	float:left;
	height:24px;
	text-align:center;
	width:510px;
}

#middleColumnContent{
	float:left;
	height:auto;
	width:490px;
	margin-left:2px;
	padding: 2px 2px 5px 5px;
}

#middleColumnCalendarContent{
	float:left;
	height:auto;
	margin-left:2px;
	padding:2px 2px 5px 5px;
	width:470px;
}

#rightColumn {
	width:196px;
	height:auto;
	float: right;

	margin:0 0 5px 0;
}
#rightColumnContainer{
	float:left;
	width:190px;
	height:auto;
	margin: 0 4px 0 4px;
}

#footer {
	margin:auto;
	width:900px;
	height:30px;
	z-index:6;
	background-color:#39F;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	border-top: 2px  #06F solid;
	padding: 5px 0 0 0;
}

#footerleft{
	float:left;
	width:445px;
	margin-right:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

#footerright{
	float:right;
	width:445px;
	margin-right:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}