@charset "utf-8";
/* CSS Document */

*							{ margin:0px; padding:0px; }
img 						{ display:block; border: none; }
body 						{ background: url(../images/home/pageBG.jpg) top no-repeat #fff; font-size: x-small; font-family: Verdana, Arial, Helvetica, sans-serif; }
html						{ overflow-y: scroll; }
.clear						{ clear: both; }

#logoTop					{ margin: 50px auto 0 auto; width: 215px; height: 48px; }
#container					{ margin: 0 auto; width: 799px; padding-bottom: 50px }
#containerBottom			{ height: 11px; background-image: url(../images/home/contentBottom.jpg); }
#containerContent			{ background: url(../images/home/contentTile.jpg) repeat-y; } 

#menuLeft					{ float: left; width: 10px; height: 31px; background-image: url(../images/home/menuLeft.jpg); }
#menuRight					{ float: left; width: 10px; height: 31px; background-image: url(../images/home/menuRight.jpg); }
.menuItem					{ float: left; text-align: center; }
.menuItem a					{ display: block; height: 21px; padding: 10px 0 0; background: url(../images/home/menuTile2.jpg) repeat-x; color: #FFF; text-decoration: none; font-weight: bold; }
.menuItem a:hover			{ background-position: 0 -31px; color: #444444; }
.mi1						{ width: 61px; }
.mi2						{ width: 74px; }
.mi3						{ width: 86px; }
.mi4						{ width: 65px; }
.mi5						{ width: 103px; }
.mi6						{ width: 88px; }
.mi7						{ width: 88px; }
.mi8						{ width: 60px; }
.mi9						{ width: 96px; }
.mi10						{ width: 57px; }
#menuBottom					{ clear: left; height: 5px; width: 799px; background-image: url(../images/home/menuBottom.jpg); font-size: 0px; line-height: 0px; }

#contentLeft				{ float: left; width: 340px; padding: 16px 10px 0 25px; }
#contentLeft img			{ display: inline; }
.header						{ color: #486696; width: 100%; font-size: 2em; font-weight: normal; text-align: center; line-height: 1.5em; }
.subHeader					{ color: #486696; width: 100%; font-size: 1.5em; font-weight: normal; text-align: center; line-height: 1.5em; }
.contentSubHeader			{ color: #486696; width: 100%; font-size: 1.4em; font-weight: bold; text-align: center; text-decoration: underline; padding-top: 15px; }
.content					{ font-size: 1.1em; padding: 15px 0 0; text-align: justify; line-height: 1.4em; }
.content a					{ text-decoration: none; color: #476695; }
.content a:hover			{ text-decoration: underline; }
.last						{ padding-bottom: 15px; }
.center						{ text-align: center; }
.images						{ padding-top: 60px; height: 154px; }
.images img					{ display: inline; vertical-align: middle; }
.leader						{ color: #486696; font-weight: bold; }
#contentRight				{ float: left; width: 404px; padding: 16px 15px 16px 5px; }
#contentRight h2			{ color: #486696; width: 100%; font-size: 1.1em; font-weight: normal; text-align: center; line-height: 1.5em; }
.formField					{ clear: left; float: left; width: 100px; text-align: right; padding-right: 15px; }
.formInput					{ float: left; }
.formInput input,
.formInput textarea			{ width: 200px; border: 1px solid #999999; font-size: 1.2em; }
.formInput textarea			{ resize: none; } /* CSS3 property, used to stop textarea resize in Safari 3.x */
.formInput textarea			{ width: 200px; height: 125px; }
.tableRow					{ clear: both; }
.tableLeft					{ width: 140px; float: left; }
.tableMid,
.tableRight					{ width: 100px; float: left; text-align: center }
.fieldset					{ border: none; }