/* Global Styles */

body {
	margin:0px;
	background-color:#000000;
	background-image:url(images/bg.gif);
	}

.centered {
  	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
  	left: 0;
  	width: 1000px;
  	height: 650px;
  	margin: auto;
  	background-image:url(images/table.png);
  	color: white;
}
 	
td {
	color:#66CCFF;
	font-family: arial;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
a {
	color: #9496e2;
	font-family : "Century Gothic", sans-serif;
	text-decoration:none;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}

a.navlink {
	color: #162031;
	text-decoration:none;
	font-weight:bold;
	}
	
a.navlink:hover {
	color: #162031;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

#scroll {
	height: 400px;
	width: auto;
	overflow: scroll;
	overflow-x: hidden;
	padding: 10px;
}

table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 4px;
	border-style: none none none none;
	border-color:#bcbec0;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color:#bcbec0;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color:#bcbec0;
	-moz-border-radius: 0px 0px 0px 0px;
}
.footer {
	position: absolute;
	top: 650px;
	right: 0;
	bottom: 0;
  	left: 0;
  	width: 1000px;
  	height: 100px;
  	margin: auto;
	padding-left: 20px;
}
.fieldset {
	width:400px;
	color:#FFFFFF;
	margin-left: 10px;
	}
.fieldset .label {
	text-align:right;
	width:70px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em; }
.fieldset .nobr {
	display:none; }  
.fieldset .textfield {
	margin:3px;
	color:#FFFFFF;
	font-size:11px;
	font-family : "Century Gothic", sans-serif;
	height:20px;
	width:200px;
	background-color:#333333;
 }
.fieldset .textarea {
	margin:3px;
	color:#FFFFFF;
	font-family : "Century Gothic", sans-serif;
	font-size:11px;
	height:100px;
	width:200px; 
	background-color:#333333;	
	}
	
/* Class Styles */

.header {
	font:30px arial;
	color: #66ccff;
	letter-spacing:0.2em;
	font-weight:lighter;
	}

.beige {
	font:12px "Century Gothic", sans-serif;
	color: #E9C175;
	letter-spacing:0.1em;
	font-weight:lighter;
	line-height: 20px;
	}
	
.smallerheader {
	font:24px arial;
	color: #FFFFFF;
	letter-spacing:0.2em;
	font-weight:lighter;
	}

.smlogo {
	font:14px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}
	
.sidebarText {
	font:10px arial;
	color: #FFFFFF;
	line-height:14px;
	letter-spacing:0.1em;
	}

.sidebarText1 {
	font:12px "Century Gothic", sans-serif;
	color: #FFFFFF;
	}

.sidebar-strong {
	font:12px "Century Gothic", sans-serif;
	color: #FFFFFF;
	font-weight:bold;
	}

.sidebarText2 {
	font:14px "Century Gothic", sans-serif;
	color: #FFFFFF;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #d2232a;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.smpageName {
	font:12px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	line-height:20px;
	}

.smpagesmaller {
	font:10px arial;
	color: #FFFFFF;
	letter-spacing:0.1em;
	line-height:20px;
	}

.artTitle {
	font-family : "Century Gothic", sans-serif;
	font-size : 1.8em;
	color: #e8e9ea;
	line-height: 20px;
	}
	
.smallart {
	font:16px georgia;
	color: #336666;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	color: #162031;
	line-height:20px;
	letter-spacing:normal;
	font-weight:bold;
	font: 24px arial;
	}
	
.subsubHeader {
	color: #162031;
	line-height:16px;
	letter-spacing:normal;
	font-weight:normal;
	font: 18px arial;
	}
	
.navText {
	font:10px arial;
	color: #666666;
	letter-spacing:.1em;
	}
	
.navText11 {
	font:12px arial;
	color: #333333;
	letter-spacing:.1em;
	}	
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
