/* --------- BODY ------------ */
body {
	margin:20px 0px;padding:0px;
	background-color:#990000;
	color:#ffffff;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	}
a:link  	{ color:#990000;text-decoration:underline; }
a:visited 	{ color:#990000;text-decoration:underline; }
a:hover 	{ color:#660000;text-decoration:underline; }
/* --------- CONTAINER ------------ */
.containerAll {
	width:1000px;
	border:2px solid #ffff66;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}
/* --------- MASTHEAD ------------ */
.containerTop {
	width:1000px;height:150px;
	background-color:#990000;
}
h2 {
	font-family:Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:24px;
	color:#ffff66;
	margin:110px 0px 0px 20px;	
}
/* --------- IMAGES ------------ */
img {
	border:0px;
	line-height:0px;
}
.imgLeft {
	border:0px;
	margin-right:20px;
	float:left;
}
.imgRight {
	border:0px;
	margin-left:20px;
	float:right;
}
/* --------- CONTENT ------------ */
h1 {
	font-family:Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#990000;
	line-height:25px;
	margin:0px 0px 15px 0px;	
}
h3 {
	font-family:Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:15px;
	color:#990000;
	margin:0px 0px 6px 0px;
}
h4 {
	font-family:Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#ffff66;
	margin:0px 0px 6px 0px;
}
.txtSmall {
	font-size:10px;
	font-weight:normal;
	color:#000000;
}
.txt {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	vertical-align:top;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;
}
strong {
	font-weight:bold;
	font-style:none;
}
/* --------- NAVIGATION ------------ */
.navSkip {
	width:1000px;
	margin-left:auto;margin-right:auto;
	text-align:right;
	font-size:14px;
}
a.navSkip:link{
	color:#ffff66;
	text-decoration:none;
}
a.navSkip:visited{
	color:#ffff66;
	text-decoration:none;
}
a.navSkip:hover{
	color:#ffffff;
	text-decoration:underline;
}
.navTopLine {	
	width:1000px;height:2px;
	background-color:#ffffff;
	padding:0;
}
.navTopBar {	
	font-family:Trebuchet MS,Verdana,Geneva,Arial,Helvetica,sans-serif;
	width:980px;height:18px;
	background-color:#990000;
	font-size:16px;
	color:#ffff66;
	padding:5px 0px 8px 20px;
}
a.navTop:link{
	font-size:16px;
	color:#ffff66;
	text-decoration:none;
}
a.navTop:visited{
	font-size:16px;
	color:#ffff66;
	text-decoration:none;
}
a.navTop:hover{
	font-size:16px;
	color:#ffffff;
	text-decoration:none;
}
.navLeft {
	font-size:12px;
	background-color:#990000;
	color:#ffff66;
	vertical-align:top;
}
a.navLeft:link{
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
a.navLeft:visited{
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
a.navLeft:hover{
	font-size:12px;
	font-weight:normal;
	color:#ffff66;
	text-decoration:underline;
}
.navBotLine {	
	width:1000px;height:2px;
	background-color:#990000;
	padding:0;
}
/* --------- FORMS ------------ */
form {
	margin:0;padding:0;
}
.txtForm {
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
.search {
	font-size:12px;
}
/* --------- CALENDAR ------------ */
.calendar {
	font-size:13px;
	font-weight:bold;
	color:white;
	background-color:#990000;
	text-align:center;
}
.txtCalendar {
	font-size:12px;
	line-height:14px;
	background-color:#ffffff;
	text-align:left;
	vertical-align:top;
	border:1px solid #990000;
}
