@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #DCDBD9;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
h2 {

}


#container  {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFE6;
} 

#header  {
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: medium;
	background-color: #a6a6a6;
	background-image: url(images/banner.jpg);
	height: 150px;
	width: 900px;
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
} 
#nav {
	background-color: #a6a6a6;
	background-image: url(images/mshs_nav.jpg);
	width: 900px;
	height: 30px;
	font-size: 15px;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 380px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDDDDD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	font-size: 0.9em;
}
#otherSidebarNav  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDDDDD;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	font-size: 0.9em;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #A30000;
}

#mainContent  {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 410px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.9em;
} 
#othermainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.9em;
}



.image {
	background-color: #FFCC33;
	padding: 10px;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
}
.imageRt {
	padding: 0px;
	float: right;
	width: 180px;
	margin-left: 20px;
}


a:link {
	color: #000000
}

a:visited {
	color: #A30000
}

a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

a:active {
	color: #000000
}

#eventable {
	font-size: .8em;
}

#footer  { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 

#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .9em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style2 {
	font-size: x-small
}
#mainForm {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 0.9em;
}
.search {
	padding: 0px;
	float: right;
	width: 220px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
.wht_row {
	background-color: #FFFFFF;
}
.highlight {
	background-color: #FFCC33;
	margin: 4px;
	padding-right: 5px;
	padding-left: 5px;
	border: thin dashed #DDDDDD;
}
#leftcol {
	background-color: #CCCCCC;
	padding: 5px;
	float: left;
	width: 410px;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#rightcol {
	background-color: #FFFF33;
	padding: 5px;
	float: left;
	width: 410px;
	margin-left: 455px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.image_tight {
	margin: 5px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.imagegray {
	background-color: #003300;
	padding: 10px;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
}

