@import url("top-nav.css");
@import url("bottom-nav.css");

body {
	background-color: #000000;
	color:#000000;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif
	margin:0;
	padding:0;
	text-align: center;
	align: center;
}

#global-nav {
	height:24px;
	margin:0 auto;
	width:760px;
	text-align: right;
}

#global-nav ul {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:0;
	padding:4px 0 0 0;
	list-style:none;
}

#global-nav li {
	display:inline;
	border-right:2px solid #999999;
	padding:0 2px 0 0;
}

#global-nav li.last {
	border:0;
}

#global-nav li a {
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
}
#global-nav li a:hover, a:active {
	font-weight:bold;
	text-decoration:none;
	color: #991E21;
}

#banner {
	width:760px;
	height: 122px;
	background: url("../images/main/main-bnr.gif") center top no-repeat;
	margin:0 auto;
}
#slideshow {
	width: 197px;
	height: 122px;
	text-align: center;
	align: center;
	padding-top: 15px;
	float:right;
}
#header {
	width:760px;
	height: 107px;
	background: url("../images/main/main-hdr.gif") center top no-repeat;
	margin:0 auto;
}
#link1 {
	padding-top: 80px;
	width:160px;
	height:25px;
	display:inline;
	float:right;
}
#link2 {
	padding-top: 80px;
	width: 160px;
	height: 25px;
	display:inline;
	float:right;
}
#topnav {
	width:760px;
	height: 29px;
	background: url("../images/buttons/navstart.gif") left top no-repeat;
	margin:0 auto;
}
#container {
	width: 760px;	
	margin:0 auto;
	padding:0;	
	background-color: #fff;
}
#title {
	width: 760px;
	height: 44px;
	margin:0 auto;
	background-color: #fff;
	background: url("../images/main/main-lft.gif") left top no-repeat;
}
#content {
	width: 740px;
	margin:0 auto;
	background-color: #fff;
	color: #000000;
	text-align:left;
	padding: 10px,10px,10px,10px;
}
#content h1 {
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
#footer {
	clear:both;
	width:760px;
	height: 150px;
	margin:0 auto;
}
#prefooter {
	width:760px;
	height: 41px;
	display: block;
	background: url("../images/main/main-ftr.gif") center top no-repeat;
}
#bottomnav {
	width:760px;
	height: 30px;
	display: block;	
}
#subfooter {
	width:760px;
	height: 79px;
	background: url("../images/main/main-sub.gif") center top no-repeat;
	display: block;
}
#terms {
	clear:both;
	width:760px;
	margin:0 auto;
	text-align:center;
}
#terms ul {
	font-size:12px;
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	text-align:center;
}
#terms li {
	display:inline;
	padding-right:  6px;
}
#terms p {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:12px 0;
	text-align:center;
}
#terms a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:12px 0;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	color:#e07122;
	margin:0;
}

h1 {
	font-size:32px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
	color:#1e4a6f;
}

h5 {
	font-size:14px;
	margin:0 0 12px 0;
}

h6 {
	font-size:10px;
	font-variant:small-caps;
	margin:0 0 12px 0;
}