/* Global Styles */

body {
	margin:0px;
	background-color:#000000;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc3300;
	text-decoration:none;
	font-weight:bold;
	border:none;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	border:none;
	}
	
/* ID Styles */
	
#navigation a {
	font:12px arial;
	color: #000000;
	text-decoration:none;
	letter-spacing:.1em;
	border:none;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	border:none;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:28px times new roman;
	color: #E2C330;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #000000;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #E2C330;
	letter-spacing:.1em;
	/*line-height:26px;*/
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #000000;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}

label{
	padding: 0 0 0 0px;
	float: left;
	width: 150px;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-align: left;
	}



input, textarea{
	width: 300px;
	margin-bottom: 12px;
	margin-left: 20px;
	border: 1px solid #999;
	/*padding: 20px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
textarea{
	width: 300px;
	height: 100px;
	}
.radio {
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	}
.submitbutton{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	background:#FFCC33;
	/*padding: 2px;*/
	margin-left: 370px;
	margin-top: 5px;
	width: 90px;
	cursor:hand;
	}
