.header{
	width: 900px;
}

.content{
}

body{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

.navContainer{
	background-color: #FFFFFF;
}

.sideNav{
	width: 150px;
	text-align: right;
	border-left: solid #000000;
	border-left-width: 2px;			
}

.sideNavLinkOff{
	background-color: #FF9933;
	border-bottom: solid #000000;
	border-bottom-width: 2px;
	border-right: solid #000000;
	border-right-width: 2px;
	background: url(../images/menu.gif);
}

.sideNavLinkOff a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sideNavLinkOn{
	background-color: #FFCC00;
	border-bottom: solid #000000;
	border-bottom-width: 2px;
	border-right: solid #FFCC00;
	border-right-width: 2px;
	background: url(../images/menu.gif) 0 -64px;
}

.sideNavLinkOn a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.sideNavLinkOn a:hover{
	text-decoration: none;
}

.sideNavLinkSelected{
	background-color: #FFCC00;
	border-bottom: solid #000000;
	border-bottom-width: 2px;	
	border-right: solid #FFCC00;
	border-right-width: 2px;
	background: url(../images/menu.gif) 0 -32px;
}

.sideNavLinkSelected a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.subSideNavLinkSelected{
	background-color: #FFCC00;
	border-bottom: solid #000000;
	border-bottom-width: 2px;	
	border-right: solid #000000;
	border-right-width: 2px;
	background: url(../images/menu.gif) 0 -32px;
}

.subSideNavLinkSelected a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.subSideNavLinkOn{
	background-color: #FFCC00;
	border-bottom: solid #000000;
	border-bottom-width: 2px;
	border-right: solid #000000;
	border-right-width: 2px;	
	background: url(../images/menu.gif) 0 -64px;
}

.subSideNavLinkOn a{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.subMenu{
	width: 180px;
	border-top: solid #000000;
	border-top-width: 2px;		
	border-left: solid #000000;
	border-left-width: 2px;
	text-align: right;
	text-decoration: none; 
	background: url(../images/menu.gif);
}

.main{
	border: solid #FFCC00;
	border-width: 8px;
	width: 600px;
}

.calendarContainer{
	width: 150px;
	background-color: #FFFFFF;
}

.calendarCollection{
	font-family: Arial;
}

.calendarCollection th{
	font-size: 16px;
	border-bottom: solid #000000;
	border-bottom-width: 2px;
	border-left: solid #000000;
	border-left-width: 2px;
	background-image: url(../images/calendarHeader.gif);
}

.calendarCollection td{
	text-align: center;
	background-color: #FFFFFF;
}

.sectionHeaderLine{
	width: 95%;
	border: solid #000000;
	background-color: #000000;
	border-width: 1px;
}

.sectionHeader{
	font-family: Serif;
	font-size: 24px;
	width: 100%;
	background-color: #000000;
	color: #FF9933;
}

.currentPage{
	font-family: Arial;
	font-size: 16px;
	background-image: url(../images/logoNoText.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.error{
	border: solid #FF0033;
	border-width: 2px;
	font-family: Verdana;
	font-size: 16px;
	text-align: center;
	color:#CC3300;
	width: 90%;
}

.errorHeader{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color:#CC3300;	
}

.completeHeader{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #336600;
}

.select{
	width: 146px;
}

.searchResult{
	border-top: solid #000000;
	border-top-width: 1px;
	border-left: solid #000000;
	border-left-width: 1px;
	border-bottom: solid #000000;
	border-bottom-width: 1px;
}

.searchResultData{
	font-size: 12px;
	border-right: solid #000000;
	border-right-width: 1px;
}


.searchResultHeader{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-right: solid #000000;
	border-right-width: 1px;
	border-bottom: solid #000000;
	border-bottom-width: 1px;
	color: #FF9933;
	background-color: #000000;
	cursor: pointer;	
}

.searchResultHeaderHighlight{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border-right: solid #000000;
	border-right-width: 1px;
	border-bottom: solid #000000;
	border-bottom-width: 1px;
	background-color: #FF9933;
	color: #000000;
	cursor: pointer;	
}

.scroll{
	width: 560px;
	height:  300px;
	overflow : auto;
}

.listLink{
	color: #000000;
	text-decoration: underline;
}

.breadcrumbs{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
}

.breadcrumbs a{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
}

.calendarHeader{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}

.calendarLink{
	color: #FF6600;
}