body 
{
	padding: 0px;
	/*min-width: 750px;*/
	margin: 0px auto; 
	color: #333333;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #ffffff;
	padding-top: 10px;
}

img
{
	border: none;
}

td
{
	text-align: left;
	vertical-align: top;
	color:#333333;
}

h1 
{
	font-size: 99%;
	margin-top: 0px;
	padding: 54px 0px 0px 175px;
	color: #BBD282;
}

h2
{
	text-decoration:underline;
	font-size: 150%;
	text-align:center;
	/*color: #193635;*/
	color: #009;
}

h2 a
{
	font-size: 100%;
	text-align:center;
	color: #193635;
}

h2 a:hover
{
	color: #FF0000;
}

h2.minutes
{
	text-align: left;
	text-decoration: none;
	font-size: 100%;
}

/*Agenda page styling*/
span
{
	color: #FF0000;
}

.agenda_table td, .minutes_table td
{
	height: 25px;
}

textarea
{
	float: right;
}

.center
{
	text-align:center;
	font-size: 100%;
	color: #193635;
	height: 600px;
}

/*Page styling*/
#page 
{
	margin: 0px auto;
	width: 750px;
	text-align: left
}

/*Banner styling*/
#banner 
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 750px;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(../images/banner/mos_banner2.jpg);
}

/*Menu styling*/
#menuh 
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 30px;
	background-color: #009;
}

#menuh ul 
{
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	line-height: 110%;
	list-style-type: none
}

#menuh ul li 
{
	display: inline
}

#menuh ul li a 
{
	/*border-right: white thin solid;*/
	padding-right: 5px;
	/*color: #193635;*/
	color: #FFF;
	text-decoration: none
}

#menuh ul li a:hover 
{
	color: #ffffff;
	text-decoration: underline
}

/*Div styling*/
#calendar, #contacts
{
	text-align: center;
	margin: 0px auto;
	width: 800px;
}

#v_hall
{	
	text-align: center;
	margin: 0px auto;
	width: 650px;
}

#v_hall table
{
	width: 600px;
	/*margin-left: 50px;*/
	border: 0px;
}

#calendar table,, #contacts table
{
	width: 800px;
	/*margin-left: 50px;*/
	border: 0px;
}

#calendar p
{
	font-weight:bold;
}

#tickertape
{
	text-align: center;
}

/*Form element styling*/
input, textarea
{
	color:#333333;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: #99aa92 1px solid;
	border-right: #99aa92 1px solid;
	border-top: #99aa92 1px solid;
	border-bottom: #99aa92 1px solid;
}

/*Search form styling*/
#search 
{
	float: right;
	width: 240px;
	background-repeat: repeat-x;
	height: 30px;
	text-align: center;
}

#searchform 
{
	margin: 6px 0px 0px;
}


/*Footer styling*/
#footer
{
	/*float: right;*/
	text-align: center;
	font-size: 90%;
}

#footer a:link, #footer a:visited
{
	color: #6699FF;
}

#footer a.hambleton
{
	color: #193635;
}

#footer a.hambleton:hover
{
	color: #FF0000;
}

#footer a:hover
{
	color:#FF6600;
}

.red
{
	color:#FF0000;
}
