/* Global Styles */

body {
	margin:20px;
	background-color: #FFFFFF;
	background: #cccccc url(rain_bg.jpg);
	}

td {
	font:11px arial;
	color:#FFFFFF;
	}
	
a {
	color: #003399;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration:none;
	background-color: #003399;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}
	
#contact-form label {
float:left;
width:20%;
}

#contact-form div {
clear:left;
margin:0.4em 0 0.6em 0;
}

#contact-form fieldset {
border:1px solid #92BBCE;
}

#contact-form legend {
color:#365787;
}

#contact-form label {
float:left;
width:20%;
font-size:90%;
margin-left:1.2em;
}

#contact-form fieldset label {
	margin-left:4em;
	width: 30%;
}

#contact-form .txt {
width:50%;
border:1px solid #89B1CA;
}

#contact-form textarea.txt {
width:77%;
}

#contact-form .btn {
border:2px solid #89B1CA;
background-color:365787;
color:#FFFFFFF;
padding:0.4em;
}

#contact-form div.submit {
text-align:center;
}

#form-column-left {
position:relative;
float:left;

}
/* Class Styles */

.logo {
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:14px arial;
	color:#000000;
	line-height:24px;
	font-weight: bold;
	}
	
.pageName {
	font:24px georgia;
	color: #CC3300;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:14px arial;
	color: #333300;
	letter-spacing:0.1em;
	}
	
._trborder {
	background:url(rain_rb_solid.gif);
	background-position:right;
	background-repeat:repeat-y;
}

._tlborder {
	background:url(rain_lb_solid.gif);
	background-position:left;
	background-repeat:repeat-y;
}

._tbborder {
	background:url(rain_bb_solid.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.definition {
	background:url(def_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.footer {
	color: #000000;
	azimuth:center;
	font-family: arial;
	font-size: 12px;
}

.overlay { border:1px dotted black;padding:5px;margin:10px; } 
.overlay .hd { border:1px solid red;padding:5px; } 
.overlay .bd { border:1px solid green;padding:5px; } 
.overlay .ft { border:1px solid blue;padding:5px; } 
#ctx { background:orange;width:100px;height:25px; } 
