@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	background-color: #999999;
}
.twoColFixLtHdr #container {
	width: 902px;
	text-align: left;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#formbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#BottomSide {
	background-color: #CCCC99;
	width: 579px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #333333;
}
#p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
#h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#td {
	float: right;
	clear: both;
	width: 300px;
	margin: 0px;
}
#td2 {
	clear: right;
	float: right;
	width: 316px;
	margin-left: 5px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.twoColFixLtHdr #header {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 55px;
} 
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#MenuBar {
	float: left;
	margin:0 auto;
	padding-top: 27px;

}
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 267px;
	clear: both;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 267px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCC99;
} 
.twoColFixLtHdr #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 */
}
.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;
}
#logo      {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#tagline {
	float: right;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #013399;
}
#MainNav {
	list-style-type: none;
}
#ulMainNav li {
	display: inline;
	float: left;
}
#ulMainNav a:link, #ulMainNav a:visited, #ulMainNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 85px;
	text-align: left;
	font-weight: bold;
}
#ulMainNav a:hover, #ulMainNav a.current:link, #ulMainNav a.current:visited {
	color: #CC0000;
	text-decoration: none;
}
#li {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#li2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	display: inline;
	text-decoration: none;
}
#MainText {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	line-height: 30px;
	padding-top: 60px;
	width: 633px;
}
#MainText h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
}
#MainText h1 span{
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #E7037E;
}
#callus {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding-top: 100px;
	margin: 0px;
	line-height: 40px;
}
#MainWrap {
	margin: 0px;
	padding: 0px;
}
#MainWrap form {
}
#h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 3px;
	text-align: center;
}
.twoColFixLtHdr #container #MainWrap #services {
	margin-left: 320px;
}
#glossary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#picture img {
	float: right;
	clear: none;
}
#services p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
#sendfiles p {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

