html
{
	height: 100%;
	overflow-y: scroll;
}

body
{
	font-family: Georgia, Times New Roman;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	background-color: #fcf2b7;
	margin: 0px;
	height: 100%;
	background-repeat: repeat-x;
	background-position: left top;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	width: 149px;
	position: relative;
	font-size: 14px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	width: 149px;
	top: 30px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	padding-top:6px;
	padding-bottom:6px;
	padding-left: 8px;
}
/* Hover Styles */
#menu ul a:hover { 
	color: #ffffcc; 
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	text-transform: none;
	color: #666666;
	background-color: #ffffff;
	padding: 3px;
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #000000;
}


a {font-weight: normal; text-decoration: underline; color: #513680;}
a:hover {font-weight: normal; text-decoration: none; color: #000000;}

h1
{
	text-align: left;
	font-family: Georgia, Times New Roman;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #513680;
}

h2
{
	text-align: left;
	font-family: Georgia, Times New Roman;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
	color: #666666;
}

.rollover2 img{opacity: 0.0; filter: alpha(opacity=0);}
.rollover2:hover img{opacity: 1.0; filter: alpha(opacity=100);}

.newrow {clear: both;}

.imageleft {float: left; border: 1px solid #666666; margin-right: 16px; margin-top: 5px; margin-bottom: 3px;}
.imageright {float: right; border: 1px solid #666666; margin-left: 16px; margin-top: 5px; margin-bottom: 3px;}

.formbutton {height: 20px; width: 150px; text-align: center; font-size: 11px; line-height: 18px; display: block; border: 1px solid #426675; color: #5a6359; text-decoration: none;}
.formbutton:hover {color: #000000; text-decoration: none;}

#main
{
	width: 100%;
	height: 100%;
	text-align: center;
}

#container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#mainmenu
{
	width: 900px;
	height: 30px;
}

#header
{
	width: 900px;
	height: 150px;
	text-align: right;
	background-image: url('/images/header-new.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

#content_top
{
	margin: 0px;
	width: 900px;
	height: 15px;
	background-image: url('/images/content-top.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}

#content
{
	clear: both;
	margin: 0px;
	text-align: left;
	width: 815px;
	background-image: url('/images/content-bg.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 35px;
	padding-right: 50px;
	padding-bottom: 40px;
	* padding-top: 12px;
}

#content_bottom
{
	width: 900px;
	height: 88px;
	text-align: center;
	background-image: url('/images/content-bottom.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 13px;
	line-height: 21px;
	color: #666666;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#footer
{
	clear: both;
	width: 100%;
	height: 115px;
	background-image: url('/images/footer-strip2.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}

#footer a {font-weight: normal; text-decoration: none; color: #513680;}
#footer a:hover {font-weight: noemal; text-decoration: none; color: #000000;}

.calendarLink
{
	display: block;
	font-weight: normal;
	text-decoration: none;
}

.calendarLink:hover
{
	font-weight: normal;
	text-decoration: underline;
}

