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

body  {
	text-align: center;
	min-width: 800px;
	background-image: url(../images/bgTile.jpg);
	margin: 0;
	font-family: "Lucinda Sans", Verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align:left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #002578;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #002578;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002578;
}

#header{
	width: 920px;
	margin: 0 10px;
}


#content{
	text-align: left;
	padding: 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin: 0 0 0 10px;
	min-height: 400px;
	line-height: 1.2ems;
}


#content li {
	list-style-image: url(../images/starBullet.gif);
	margin-left: -5px;
}
#content a {
	color: #970301;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-family: "Lucida Sans", Verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #002578;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#content h2 {
	font-family: "Lucida Sans", Verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 1.15em;
	color: #970301;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content h3 {
	font-family: "Lucida Sans", Verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #002578;
	margin-bottom: -5px;
}

#content p {
	padding-top: 0px;
	margin-top: 5px;
}

#clear {
	clear:both;
}

#sponsors {
	text-align: center;
}

#footer{
	background-image: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	min-height: 85px;
	margin: 0 10px;
	color: #ffffff;
	text-align: right;
	padding-top: 5px;
	padding-right: 190px;
	font-size: 0.8em;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.bblue {
	font-weight: bold;
	color: #002578;
}

.i {
	font-style: italic;
}

.employ {
	margin-top: 0px;
	padding-top: 0px;
}
.bi {
	font-style: italic;
	font-weight: bold;
}
