/* Global Styles */

body {
	margin:0px;
	background-image: url(images/bg.gif);
	background-color: #D8c277;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #C30;
	text-decoration:none;
}
	
a:hover {
	color: #F60;	/*text-decoration:underline;*/
	text-decoration: underline;
	}
	
/* ID Styles */
	
#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:1em;
	color: #333300;
	letter-spacing:0.2em;
	}
.logoB {
	font:2em;
	color: #333;
	letter-spacing:0.2em;
	font-weight:bold;
	}

.sidebarText {
	font:1em;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:1em;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:1.6em;
	color: #CC3300;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}

.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
/* drop down menu start */

#navigation {
	margin:0;
	padding: 0;
	clear:both;
	width:950px;
	height:31px;
	background: #a4c2c2;/* #d6eaf8 url(images/dropdownmenu/dropdown-bg.gif) repeat-x left top;*/
}


ul.nav-main,
ul.nav-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.nav-main {
	position: relative;
	z-index: 597;
}

ul.nav-main li:hover > ul {
	visibility: visible;
	color: #bcdddd;
}


ul.nav-main li.hover,
ul.nav-main li:hover {
	position: relative;
	z-index: 599;
	cursor: pointer;
	background-color: #bcdddd;	/*background: url(images/dropdownmenu/dropdown-bg-hover.gif) repeat-x left top;*/
}

ul.nav-main li {
	margin: 0px;
	float:left;
	display:block;
	height: 31px;
	color: #366;
	/*background: url(images/dropdownmenu/separator.gif) no-repeat right center;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

ul.nav-main li a {
	display:block;
	padding: 7px 15px 5px 15px;
	height: 35px;
	color: #366;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

ul.nav-main li a:hover {
	color:#C00;
	text-decoration: underline;
}



ul.nav-main *.list {
	padding-right: 0px;
	/*background: url(images/dropdownmenu/navigation-arrow.gif) no-repeat right top;*/
}



ul.nav-sub {
	visibility: hidden;
	position: absolute;
	padding:5px;
	top: 31px;
	left: 0;
	z-index: 598;
	background-color: #bcdddd;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	/*background-image: url(images/dropdownmenu/dropdown-list-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
}


ul.nav-sub li {
	list-style:none;
	display:block;
	padding: 0;
	height: 27px;
	float: none;
	width:200px;
	background: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;*/
}

ul.nav-sub li a {
	list-style:none;
	display:block;
	padding: 3px 2px 3px 2px;
	height: 15px;
	float: none;
	width:200px;
	background: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
/* drop down menu end */

