/* CSS Document */

Body {
	margin:0px;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}

#Container {
	width:100%;
	float:left;
	height:100%;
	text-align:center;
}

#Header {
	background-image:url(../images/headerBG.jpg);
	height:122px;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
	float:left;
}

#Nav {
	background-image:url(../images/navBG.jpg);
	height:45px;
	background-repeat:repeat-x;
	width:100%;
	text-align:center;
	float:left;
	margin-bottom:15px;
}

#MainBody {
	width:90%;
	text-align:left;
	margin:0px auto;
}

#MainContent {
	width:68%;
	float:left;
}

#RightSide {
	width:30%;
	float:right;
}

#RightFeature {
	color:#FFFFFF; 
	background-image:url(../images/FeatureLeftSide.gif); 
	background-repeat:no-repeat; 
	width:90%; 
	height:60px; 
	padding-left:30px; 
	cursor:hand;
	margin-bottom:15px;
	font-size:12px;
}

.FeatureHead {
	font-size:22px; 
	width:100%; 
	font-weight:bold; 
	font-stretch:wider; 
	text-align:justify;
}

.RightFeature1 {
	background-color:#9999CC;
}

.RightFeature2 {
	background-color:#336699;
}

.RightFeature3 {
	background-color:#FF6666;
}

#Footer {
	width:100%;
	float:left;
	font-size:10px;
	color:#999999;
	text-align:center;
	padding-top:20px;
}

.FooterLink {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

#FontChange {
	width:100%;
	text-align:right;
}

#PeopleSmall {
	width:150px;
	float:left;
	border:#999999 solid 1px;
}

H1 {
	color:#0D6E7A;
	font-weight:bold;
	margin:0px;
}

H2 {
	color:#006699;
}

a {
	color:#0D6E7A;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	background-color:#FFFF99;
}

.FieldLabel {
	vertical-align:top;
	font-weight:bold;
}

.FormField {
	border:1px solid #000000;
	width:90%;
}

.FormSubmit {
	background-color:#0D6E7A;
	color:#FFFFFF;
	padding:7px;
	border:1px #000000 solid;
	font-weight:bold;
}

.FormReset {
	background-color:#E4E1D2;
	color:#333333;
	padding:7px;
	border:1px solid #333333;
	font-weight:bold;
}

/* --- CALENDAR --- */
#CalendarHeader {
}
#CalendarHeader .month {
	font-size: 24px;
	color: #0D6E7A;
}
#Calendar {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color:#000000;
}
#Calendar a{
	color:#0D6E7A;
	text-decoration:Underline;
}

#Calendar a:hover{
	color:#0D6E7A;
	text-decoration:underline;
}

#Calendar td {
	padding-right: 1px;
	font-size: 12px;
	vertical-align: top;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color:#ffffff;
	height:75px;
	color:#0D6E7A;
}
#Calendar .weekdays td {
	font-size: 13px;
	background: #0D6E7A;
	color: #ffffff;
	height:16px;
}
#Calendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #Calendar .cellback {
	margin-left: -5px;
}
/*End Calender */

.alert {
	background-color:#FFFFCC;
	border:#000000 1px solid;
	margin:10px;
	padding:10px;
	font-weight:bold;
}