* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	background: #f2f2f2;
	color: #333333;
	padding: 0px;
}
#content {
	width: 750px;
	margin: 0 auto;
	background: #ffffff;
}
#header {
	width: 750px;
	height: 200px;
	margin: 0 auto;
	display: block;
}
#menu {
	width: 750px;
	height: 30px;
	background: #547384;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#menu p {
	padding: 0px;
	text-align: center;
}
#main {
	width: 750px;
	margin: 0 auto;
}
#main a {
	color: #4c0275;
	text-decoration: none;
}
#detail {
	float: left;
	width: 490px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}
#detail2 {
	width: 690px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
#info {
	float: left;
	padding: 0px;
	width:  200px;
}
#footer {
	background: #666666;
	color: #cccccc;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	line-height: 1.0em;
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #cccccc;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
input, textarea, select {
    border: 1px solid #cccccc;
    font-family: arial, helvetica, sans-serif;
	font-size: 11px;
    padding: 2px 2px;
}
h1 {
	display: block;
	margin: 10px auto;
	padding-top: 5px;
	padding-bottom: 0px;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	color: #4c0275;
	border-bottom: 2px solid #4c0275;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #2b7501;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 7px;
}
strong {
	font-size: 14px;
	color: #df0730;
	text-decoration: underline;
}
ul li {
	margin-top: 7px;
	margin-bottom: 7px;
	list-style-type: square;
	text-align: left;
}
table {
	width: 100%;
	border: 0;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
th {
	background-color: #ffffff;
	font-weight: bold;
	padding: 0px 5px;
	text-align: left;
}
td {
	background-color: #ffffff;
	font-weight: normal;
	padding: 0px 20px 0px 0px;
	text-align: left;
	vertical-align: top;
}
th.people {
	width: 200px;
	padding: 0px 30px 0px 0px;
}
td.people {
	width: 200px;
	padding: 0px 30px 0px 0px;
}
#info2 p {
	text-align: center;
}
.imgborder {
	border: none;
}
.homebox {
	width: 210px;
	float: right;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #2b7501;
	min-height: 60px;
	font-size: 16px;
	font-weight: bold;
}
a.b-about, a.b-services, a.b-opportunities, a.b-contact {
	float: left;
	width: 121px;
	height: 30px;
	display: block;
	background: url(../images/sprites.gif) no-repeat;
	overflow: hidden;
}
a.b-about {
	background-position: -10px -41px;
}
a.b-services {
	background-position: -131px -41px;
}
a.b-opportunities {
	background-position: -252px -41px;
}
a.b-contact {
	background-position: -373px -41px;
}
a.b-about:hover {
	background-position: -10px -72px;
}
a.b-services:hover {
	background-position: -131px -72px;
}
a.b-opportunities:hover {
	background-position: -252px -72px;
}
a.b-contact:hover {
	background-position: -373px -72px;
}
a.filler {
	float: left;
	background: url(../images/sprites.gif) no-repeat;
	background-position: -10px -134px;
	width: 387px;
	height: 30px;
	display: block;
	overflow: hidden;
}
