/* Global Styles */
/* Not to confuse different browsers, we let them start from zero */ 
html, body {
   margin : 0;
   padding : 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .85em;	
	line-height: 2em;	
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	}

#navigation td, tr{
	color: #333333;
	text-align:center;
	}
	
#main 
{
	margin:0 auto;
	width:800px;
	border-right-color:#A98D68;
	border-right-style:solid;
	border-left-color:#A98D68;
	border-left-style:solid;
	border-top-color:#A98D68;
	border-top-style:solid;
	
}
	
td {
	color:#333333;
	font-size: 0.9em;
	}
	
a {
	color: #DD181C;
	text-decoration:none;
	font-weight:bold;
	font-size: 0.9em;

	}
	
a:hover {
	color: #DD181C;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font-family: Arial, Helvetica, sans-serif;	
	color: #000000;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #DD181C;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}
	
/* Form Styles */

form {
	background: #dd181c;
	border: thin dashed #000000;
	padding: 10px;
	background-image: url(images/formBK.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

input {
	background-color: #CFBDBE;
	color: #A98D68;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

text {
	background-color: #F5F5F5;
	color: #A98D58;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}

textarea {
background-color: #F5F5F5;
color: #A98D58;
font: 10px Verdana, Arial, Helvetica, sans-serif;
}

label {
color:#FFFFFF;
}



/* Class Styles */

.logo {
	font:18px times new roman;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.9em;		
	color: #333333;
	line-height:15px;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
	background-color: #A98D68;
	text-align: center;
	}
	
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height:18px;
	color:#333333;
	text-align: left;
	}
	
.pageName {
	font:20px georgia;
	color: #DD181C;
	letter-spacing:0.1em;
	line-height:22px;
	}
	
.subHeader {
	font:18px georgia;
	color: #D70039;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

.navLinks a {
	color: #333300;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	}
	
.navLinks a:hover {
	color: #D70039;
	text-decoration:underline;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
.imageBorderRight {
	padding-right: 8px;
	border-right-color:	#ffffff;
	}
