html { min-height: 100%; margin-bottom: 1px }
body {background-color: white;}
#siteFoot {background-color: white;
border-left: 1px solid #86A7D0;
border-right: 1px solid #86A7D0;
    width: 818px;
}
#siteHead {height: 168px; width: 100%; margin-top: 20px;}
/*#siteHead {background: #C50000 url(head_bg.png) no-repeat left top; margin-top: 30px;}*/

#siteHead h1 {
	padding-top: 22px;
	padding-left: 25px;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 230%;
}
#siteHead h1 a, #siteHead h1 a:visited {
	color: white;
}

#siteHead h2 {
	font-family: Arial;
	font-size: 120%;
	color: white;
	padding-left: 25px;
}

#webSite {
    width: 850px;
}

#mainBar {
    width: 500px;
    padding-left: 25px;
}

#mainBar .news-a h2.subtitle { font-size: 140%; margin: 0 0 15px }
#mainBar .title { font-size: 150% }
#mainBar .news-a h2 { margin: 15px 0 10px }
a:hover { text-decoration: none }

#myMenu li a:link, #myMenu li a:visited, #myMenu li.select a:link, #myMenu li.select a:visited { padding: 8px 5px 7px 10px }
#myMenu li a { width:145px }

td { vertical-align: top }
.field_title { text-align: left }
.form-table { margin: 10px 0 }
.required { color: #F00 } 
