html {
	background: #CCC url(../images/indexbackground.gif) 0 0 repeat-y;
}
body {
	background-color: #CCC;
}
#container {
	background: #CCC url(../images/indexbackground.gif) 0 0 repeat-y;
}
/* Content
	=========================================================================================== */
#content {
	width: 465px;
	float: left;
}
#indexbanners {
	text-align: center;
}
#indexbanners a {
	margin: 10px 0;
	display: block;
}
/* Column
	=========================================================================================== */
#extras {
	width: 322px;
	_width: 319px;
	margin-left: 478px;
	padding-top: 10px;
}
#ihof {
	padding: 10px 0 0;
}
#ihof img {
	border-width: 0;
}
#needhelp {
	background: url(../images/needhelp.jpg) 0 0 no-repeat;
	height: 93px;
	position: relative;
	display: none;
}
#needhelp h5 {
	display: none;
}
#needhelp select {
	position: absolute;
	left: 96px;
	top: 24px;
	width: 187px;
	font-size: 10px;
	cursor: pointer;
	border: 1px solid #000;
}
#needhelp option {
	font-size: 10px;
	border-bottom: 1px solid #999;
	padding: 1px 3px;
}
#extras h5.heading {
	text-indent: -1234em;
	height: 30px;
	margin: 10px 0 0;
}
#extras h5.heading a {
	display: block;
	height: 30px;
	text-decoration: none;
}
#extras h5#mtanews {
	background: url(../images/mtanews.jpg) 0 0 no-repeat;
}
ul#mtaheadlines {
	list-style: none;
	margin: 5px 0 20px;
	padding: 0 30px 0 10px;
}
#mtaheadlines li {
	margin: 0 0 7px;
	padding: 0;
}
#mtaheadlines a {
	color: #636363;
	text-decoration: none;
}
#mtaheadlines a:hover {
	color: #1F83A7;
}
#mtaheadlines li#morenews {
background: url(../images/morenews.jpg) 50% 10px no-repeat;
height: 36px;
text-indent: -1234em;
padding: 10px 0 10px;
}
#morenews a {
height: 36px;
display: block;
text-decoration: none;
}

#extras h5#mtaevents {
	background: url(../images/mtaevents.jpg) 0 0 no-repeat;
}
#extras h5#mtablog {
	background: url(../images/mtablog.jpg) 0 0 no-repeat;
}
ul#mtabloglines {
	list-style: none;
	margin: 5px 0 20px;
	padding: 0 30px 0 10px;
}
#mtabloglines li {
	margin: 0 0 7px;
	padding: 0;
}
#mtabloglines a {
	color: #636363;
	text-decoration: none;
}
#mtabloglines a:hover {
	color: #1F83A7;
}

/* Welcome Page
	=========================================================================================== */
#welcome {
	padding: 20px;
}
#welcome h2.title {
	font-size: 12px;
}
#welcome .inset {
	float: left;
	width: 105px;
	padding-bottom: 40px;
}
.inset h3 {
	font-size: 10px;
	font-weight: normal;
}
.inset a {
	color: #666;
	font-style: italic;
}
#welcome ul {
	font-size: 12px;
	padding: 0 0 0 15px;
	/*margin-left: 105px;*/
}
#welcome ul li {
	padding: 5px 0;
	margin: 0;
}

/* Calendar Front
	=========================================================================================== */
.the_calendar table {
	background: #FFF;
	font-size: 10px;
	width: 137px;
	border-bottom: 3px solid #FFF;
}
.the_calendar td {
	border-bottom: 2px solid #FFF;
	padding: 0;
	background-color: #E6E6E6;
	height: 12px;
	line-height: 10px;
	padding: 2px 0;
	text-align: center;
	vertical-align: middle;
	color: #000;
	width: 14%;
}
.the_calendar .month_name {
	display: none;
}
.the_calendar th {
	border-bottom: 5px solid #FFF;
	color: #000;
}
th.first {
	padding-left: 3px;
}
th.last {
	padding-right: 3px;
}
.the_calendar h6 {
	margin: 0;
	font-weight: normal;
	font-size: 10px;
	color: #000;
}
.the_calendar td.first {
	background-image: url(../images/calendar/left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-left: 4px solid #FFF;
	padding-left: 3px;
}
.the_calendar td.last {
	background-image: url(../images/calendar/right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	border-right: 4px solid #FFF;
	padding-right: 3px;
}
.the_calendar .event {
	background-color: #A5A5A5;
}
.the_calendar .current {
	background-color: #63ADF7;
}
.the_calendar td a {
	text-decoration: none;
	color: #333;
	display: block;
}
.the_calendar .event a {
	color: #FFF;
	font-weight: bold;
}
.the_calendar .current a {
	color: #000;
	font-weight: bold;
}
#calendar_controls {
	width: 137px;
	background: #FFF url(../images/calendar/controls.gif) 0 0 no-repeat;
	position: relative;
	padding: 22px 0 5px;
	text-align: center;
	font-weight: bold;
}
#calendar_controls a {
	color: #000;
	text-decoration: none;
}
a#prev_month_button {
	position: absolute;
	left: 0; 
	width: 45px;
	height: 15px;
	top: 1px;
	text-indent: -1234em;
	text-decoration: none;
}
a#back_home_button {
	position: absolute;
	left: 46px; 
	width: 44px;
	height: 15px;
	top: 1px;
	text-indent: -1234em;
	text-decoration: none;
}
a#next_month_button {
	position: absolute;
	left: 92px; 
	width: 44px;
	height: 15px;
	top: 1px;
	text-indent: -1234em;
	text-decoration: none;
}

.the_calendar {
float: left;
}
#details {
	min-height: 150px;
	_height: 150px;
	margin-left: 145px;	
}
h3#today_is {
	margin: 5px 0 10px 0px;
	font-weight: bold;
	color: #000;
	font-size: 10px; 
}
#details dl {
	margin: 10px 0 0 0px;
	padding: 0;
	color: #000;
	font-size: 10px;
}
#details dt {
	font-weight: bold;
	margin: 10px 0 0;
	padding: 0;
}
#details dd {
	margin: 0;
	padding: 0;
}
#details a {
	color: #000;
	text-decoration: none;
}
p.byusnx {
background: #CCC url(../images/indexbackground.gif) 0 0 repeat-y;
margin: 0;
padding: 3px 10px;
font-size: 10px;
width: 450px;
text-align: center;
}
.byusnx a {
text-decoration: none;
color: #000;
}

#photogallery a {
display: block;
padding: 5px;
text-align: center;
border: 2px solid #1F83A7;
width: 288px;
background: #FFF;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
}
#photogallery a:hover {
background: #1F83A7;
color: #FFF;
border-color: #FFF;
}


