/* CSS Document */

* {
    margin: 0;
    padding: 0;
}
body {
	/*text-align: center - centers the web page for IE only*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	background-color: #000033;
	padding: 0 0 5px 0;
}
#container {
	width: 700px;
	background-color: #FFFFFF;
	color: #000000;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#pageHeader {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 143px;
	width: 700px;
	text-align: left;
}
#pageHeader img {
	/* prevents splitting from navigation below */
	display: block;
}
#nav {
	padding: 0;
	margin: 0;
	color: #ffffff; 
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	list-style-type: none;
	height: 36px;
	text-align: center;
}
#nav ul {
	margin: 0px 35px 0 35px;
	/* designate all padding for proper centering in Mozilla */
	padding: 7px 0 0 0;
	text-align: center;
}
#nav li {
	display:inline;
}
#nav li a {
	padding: 0 .6em 0 .4em;
	color:#ffffff;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#nav li a:hover {
	padding: 0 .6em 0 .4em;
	color:#ffffff;
	background:#e1a111;
	text-decoration: none;
	font-weight: normal;
}
#nav .static {
	padding: 0 .6em 0 .4em;
	color:#ffffff;
	background:#e1a111;
	text-decoration: none;
	font-weight: normal;
}
.title {
	background-image: url(images/bg_title.jpg);
	background-repeat: no-repeat;
	background-color: #6b6b6b;
	height: 35px;
	width: 700px;
	margin: 0;
	padding: 0;
}
h1 {
	color: #ffffff;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 22px;
	padding: 8px 62px 0 0;
	margin: 0;
	font-weight: bold;
}
h2 {
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3 {
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#content {
	width: 700px;
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-y;
	background-color: #eeeeee;
}
#content .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding: 10px 53px 20px 60px;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 0 28px;
}
#content ol {
	list-style-type: none;
	list-style-position: outside;
	padding: 0 0 0 28px;
}
#content .textlinks {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 0 0 20px 0;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blackbold13 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.textlinks a:link {
	color: #000033;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks a:visited {
    color: #000033;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks a:active {
    color: #000033;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.textlinks a:hover {
   color: #ffffff;
   text-decoration: underline;
   font-size: 12px;
   background-color: #e1a111;
}
#footer{
/*	clear: both; */
	width: 700px;
	background-color: #999999;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
.copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	padding: 15px 45px 0 0;
	text-align: right; 
}
a:link {
	color:#000033;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
a:visited {
    color: #000033;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
a:active {
    color: #000033;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
a:hover {
    color: #000000;
    background-color: #e1a111;
    text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.orange13 {
	color: #f29d0f;
	font-size: 13px;
	font-weight: bold;
}
.italic13 {
	color: #000000;
	font-size: 13px;
	font-style: italic;
}
#contact1 {
	padding: 10px 40px 30px 0px;
	float: left;
}
#contact2 {
    padding: 10px 0px 30px 60px;
	float: left;
}
#sitemap1 {
	padding: 10px 50px 30px 30px;
	float: left;
}
#sitemap2 {
    padding: 10px 10px 30px 50px;
	float: left;
}


	


	







/* The following are not currently being used

#contact1 {
	padding: 10px 20px 0px 0px;
	float: left;
}
#contact2 {
    padding: 10px 0px 0px 0px;
	float: left;
}
.contacttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

#sitemap1 {
	float: left;
	padding: 10px 80px 0 0;
}
#sitemap2 {
	float: left;
	padding: 10px 0 0 0;
}
.titlefrequent {
	color: #000000;
	text-align: center;
	background-color: #97FF36;
	background-image:url(images/bg_oppor.jpg);
	font-weight: bold;
}
*/



