<style type="text/css">
  
/* Elements */


html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
        float: center;
	background: #01081e url(../images/bgslice.gif) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        border: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
	line-height: 18px;
}

a {
	color: #fff;
}



a:hover {
	text-decoration: none;
	color: #000;
}



/* Wrapper */

#wrapper {
	width: 750px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	background: #fff;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
	width: 750px;
	height: 154px;
        background: #fff url(../images/websitetop_new2.jpg);
}

#header a{
	width: 370px;
	height: 154px;
	background: #fff url(../images/websitetop_new2.jpg);
        display: block;
}

#header a span {
visibility: hidden;
}


#header h1 {
	float: left;
	padding: 35px 0 0 5px;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -1px;
}

#header h2 {
	float: right;
	padding: 68px 20px 0 0;
	font-size: 13px;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 750px;
	height: 30px;
	padding-top: 0px;
        padding-bottom: 0px;
	background: url(../images/buttonbg.gif);
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
  }

#menu ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}


#menu a {
	display: block;
	float: left;
	width:;
	height: 22px;
	padding: 8px 6px 0 6px;
	text-align: left;
	text-decoration: none;
	background: url(../images/buttonbg.gif);
}

#menu .active a, #menu a:hover {
	background-image: url(../images/buttonbgroll.gif);
}

#menu h1 {
        display: block;
	float: right;
	width:;
	height: 20px;
	padding: 10px 6px 0 6px;
	text-align: center;
	color: #000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
}
#dropmenudiv {
position:absolute;
text-align: left;
border:0px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid #000033;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e0e0e0;
}

/* Content */

#content {
	width: 750px;
        height: 100%;
	background: #fff;
        font: Verdana, Sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
        font-weight: bold;
        color: #000;
}


#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin-bottom: 0;
}

#sidecol {
	width: 135px;
        height: 100%;
        padding: 0px 0px 75px 0px;
	text-align: left;
	float: left;
        background: #fff;
}
#sidecol a{
	display: block;
        padding: 10px 10px 0px 10px;
	white-space: nowrap;
	font-size: 10px;
	line-height: 200%;
        color: #000;
	}

	#sidecol ul {
		list-style: none;
		margin: 0;
		padding: 0px 0px 0px 0px;
		border: none;
		}
		
	#sidecol li {
		border-bottom: 0px solid #6d0b0b;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#sidecol li a {
		display: block;
		padding: 1px 0px 1px 1.5em;
		background-color: #fff;
		color: #808080;
		text-decoration: none;
		width: 100%;
                line-height: 180%;
                font-size: 10px;
                text-decoration: none;
		}

	#sidecol li a:hover {
		border-left: 0px solid #1c64d1;
		border-right: 0px solid #5ba3e0;
		background-color: #fff;
		color: #890000;
                text-decoration: underline;
		}

#sidecol div{
	font-size: 100%;
	line-height: 95%;
	text-align: left;
}

#sidenav{
	width: 130px;
	border: 0px solid #6d0b0b;
	padding: 10px 0 0em 0;
        margin-top: 0px;
	margin-bottom: 0.2em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
        
	}
	
	#sidenav ul {
		list-style: none;
		margin: 0;
		padding: 3px 0px 0px 0px;
		border: none;
		}
		
	#sidenav li {
		border-bottom: 0px solid #6d0b0b;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#sidenav li a {
		display: block;
		padding: 2px 5px 2px 0.7em;
		background-color: #fff;
		color: #000066;
		text-decoration: none;
		width: 100%;
                font-size: 10px;
                font-weight: bold;
                text-decoration: none;
		}

	#sidenav li a:hover {
		border-left: 0px solid #1c64d1;
		border-right: 0px solid #5ba3e0;
		background-color: #ece7e7;
		color: #000066;
                text-decoration: none;
		}
 
#maincol {
	float: left;
        height: 100%;
	width: 600px;
	padding: 20px 0px 150px 14px;
        text-align: left;
        background: #fff;
        border-left: 1px solid #dbdbdb;
        font-weight: normal;
        font-size: 9px;
        font: Verdana, Geneva, Arial, Helvetica, sans-serif;
 }       

#maincol h2{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #000033;
	margin-bottom: 10px;
}
#maincol h3{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
        padding: 5px 0px 5px 10px;
        letter-spacing: 1px;
        line-height: 100%;
        vertical-align: top;
        text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
        background: #360000;
        color: #FFF;
}
#maincol h4{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
        padding: 10px 0px 5px 0px;
        letter-spacing: 1px;
        line-height: 100%;
        vertical-align: top;
        text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
        color: #890000;
}
#maincol p{
        font: Verdana, Sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
        font-weight: bold;
        line-height: 140%;
        color: #000;
        padding: 5px 15px 5px 15px;
}
#maincol a{       
	font-size: 12px;
        color: #808080;
        text-decoration: none;
}
#maincol a:visited{       
	font-size: 12px;
        color: #000066;
        text-decoration: none;
	
}
#maincol a:active{       
	font-size: 12px;
        color: #808080;
        text-decoration: none;
	
}
#maincol a:hover{       
	font-size: 12px;
        color: #890000;
        text-decoration: underline;
	
}

#maincol a img{
          border: none; 
}
#maincol ul{
        font: Verdana, Sans-serif;
        text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
        margin-left: 10px;
	font-size: 11px;
        font-weight: bold;
        color: #000;
        list-style: square;
	padding: 5px 0px 5px 30px;
	border: none;
		}
#maincol ol{
        font: Verdana, Sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
        font-weight: normal;
        color: #000;
	padding: 10px 0px 10px 20px;
	border: none;
		}
#afterhrs {
	float: left;
        height: 100%;
	width: 585px;
	padding: 20px 15px 150px 14px;
        text-align: left;
        background: #fff;
        border-left: 1px solid #dbdbdb;
        font-weight: normal;
        font-size: 9px;
        font: Verdana, Geneva, Arial, Helvetica, sans-serif;
 }       

#afterhrs p{
        font: Verdana, Sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
        font-weight: bold;
        line-height: 140%;
        color: #000;
        padding: 5px 15px 5px 15px;
}
#afterhrs a{       
	font-size: 12px;
        color: #808080;
        text-decoration: none;
	
}
#afterhrs a:visited{       
	font-size: 12px;
        color: #977f7f;
        text-decoration: none;
	
}
#afterhrs a:active{       
	font-size: 12px;
        color: #808080;
        text-decoration: none;
	
}
#afterhrs a:hover{       
	font-size: 12px;
        color: #4e6ab2;
        text-decoration: underline;
	
}
#afterhrs a img{
        border: none;
}
#afterhrs h4{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
        padding: 10px 0px 5px 0px;
        letter-spacing: 1px;
        line-height: 100%;
        vertical-align: top;
        text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
        color: #890000;
}

.after  {
        font: Verdana, Sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
        font-weight: regular;
        color: #fff;
        padding: 0px 0px 20px 10px;
}
#full {
	width: 700px;
        height: 100%;
	background: #fff;
        font-weight: normal;
        font: Verdana, Sans-serif;
        padding: 20px 25px 0px 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
        color: #000;
}


#full a{       
	font-size: 10px;
        font-weight: bold;
        color: #333;
        text-align: right;
        text-decoration: none;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
	
}

#full a:hover {       
	font-size: 10px;
        color: #890000;
        text-decoration: underline;
	}
#full h4{
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
        padding: 10px 0px 5px 0px;
        letter-spacing: 1px;
        line-height: 100%;
        vertical-align: top;
        text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
        color: #890000;
}


/*Calendar*/

#calendar{
	float: right;
        position: absolute;
	width: 700px;
	text-align: center;
	border-left: 1px dashed #000000;
	padding: 20px 0px 0px 0px;
}
.calendarHeader{
        font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
        padding: 10px 10px 10px 15px;
        letter-spacing: 1px;
        line-height: 100%;
        vertical-align: top;
        text-align: center;
	margin-bottom: 3px;
	margin-top: 0px;
        background: #fff;
        color: #890000;
}
.calendarToday{
	font: 10px Arial, Helvetica, sans-serif;
        text-align: left;
	background-color: #abcbe6;
	vertical-align: top;
	border: 1px solid Black;
	width: 100px;
	height: 109px;
        padding-left: 3px;
}
.calendar {
	background: #fff;
	vertical-align: top;
}
.cell{
	font: 10px Arial, Helvetica, sans-serif;
	vertical-align: top;
        text-align: left;
	width: 100px;
	height: 109px;
	border: 1px solid Black;
        background: #eee;
        padding-left: 3px;
}

.days{
        font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
        padding: 10px;
        letter-spacing: 1px;
        line-height: 100%;
        vertical-align: top;
        text-align: center;
	margin-bottom: 3px;
	margin-top: 0px;
        background: #000033;
        color: #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
}
.link{
     text-align: center;
}
.link a{
        font-size: 12px;
        font-weight: bold;
        background: #fff;
        color: #890000;
        text-align: center;
        text-decoration: none;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px;
}
.link a:hover {       
	font-size: 12px;
        color: #808080;
        text-decoration: underline;
	}
/* FOOTER */

#footer {
	width: 750px;
        position: absolute;
        float: bottom;
	margin: 0;
	padding: 60px 0px 0px;
	background: #8d8d8d; 
	border-top: 1px #000;
	color: #e0e0e0;
        text-decoration: none;
        font-size: 10px;
}

div#footer p {
	margin: 3px 0;
		font-size: large;
		font-style: normal;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-color: #fff;
		line-height: 120%;
                
	}

#footer a {
	color: #e0e0e0;
        text-decoration: none;
        font-size: 100%;
	}
</style>