/* Global Styles */

body {
	margin:0px;
	background:#999966;
}
	
td {
	font:11px arial;
	color:#333333;
}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
input, textarea, select{
	border:1px solid #555;
}

	
	
/* ID Styles */

#homeHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #0099CC;
}

#title {
	position:absolute;
	top:15px;
	left: 350px;
/* 	position:relative;
	top:9px; */
	}
	
#titleRow{
	background:#999966;
}

#navRow{
	background:#a4c2c2;
}
#navigation a {
	font:11px arial;
	color: #225555;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}
	
#column1{
	background:#a4c2c2;
}

#mainSpacer{
	background:#FFFFFF;
}

#mainContent{
	background:#FFFFFF;
}

#logOut {
	color: #333300;
}

#userName {
	background-image: url(/Icons/user.png);
	background-repeat: no-repeat;
	text-indent: 20px;
}

#loginP {
	background-image: url(/Icons/change_password.png);
	background-repeat: no-repeat;
	text-indent: 20px;
}

#flash_head {
	position:absolute;
	left:-330px;
	top:-17px;
}







#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}






/* Class Styles */

.spacer{
	background:#FFFFFF;
}

.logo {
	font:30px times new roman;
	color: #333300;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font-size:10pt;	/* 12px georgia; */
	color: #336666;
	line-height:18px;
	}
	
.form-data{
	position: absolute;
	left: 340px;
}

.form-data_list{
	position: absolute;
	left: 260px;
}

.logInForm {
	position: absolute;
	left: 360px;
}

.changeInfoF {
    position: absolute;
    left: 420px;
}

.email_forms{
	position: absolute;
	left: 150px;
}

.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
}

.submit{
	background:#225555;
	color:#a4c2c2;
	border:none;
	font:12pt georgia;
}

.fileUpload{
}
	
.checkbox{
	border:none;
}

	


.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	padding-left: 6px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.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;
	}

