body {
	background-color: #000000;
	margin: 0px;
	color:#ffffff;
	font-family: Verdana, sans-serif;
}

#page {
	
}

#spacer-top {
	height: 130px;
	width: auto;
	background-image: url(images/title1.png); 
        background-repeat: no-repeat;
        background-position: left bottom;
}

#orange-bar {
	background-color: #ff9400;
	height: 60px;
	width: auto;
}

#container {
	background-image: url(images/title3.png); 
        background-repeat: no-repeat;
        background-position: left top;
	border: 1px;
	border-color: #999999;
	width: auto;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
}

#links {
	background-color: #A66000;
	margin-top: 0px;
	margin-left: 150px;
	float: left;
	width: 150px;
	font-size: 10pt;
}

#info {
	background-color: #A66000;
	border: 0px;
	border-style: solid;
	border-color: #999999;
	margin-top: 0px;
	margin-left: 330px;
	width: 500px;
	font-size: 10pt;
}

#footer {
	background-color: #bf8330;
	border: 0px;
	border-style: solid;
	border-color: #999999;
	margin-top: 30px;
	margin-left: 150px;
	margin-bottom: 30px;
	clear: both;
	width: 680px;
	text-align: center;
}

h1 {
	color: #ffae40;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18pt;
	font-variant: small-caps;
	font-weight: bold;
}

h2 {
	color: #ffae40;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

p.foot {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	color: #6D4003;
	font-size: 8pt;
	font-variant: small-caps;
}

ul {
	padding: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 0px;
	list-style-image: url("images/bull3.gif");
	
}

ul.nav {
	padding: 10px;
	padding-top: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-image: url("images/bull3.gif");
}

li {
	line-height: 20px;
}

a:link {
	color: #ff9400;
	font-variant: small-caps;
	font-weight: bold;
}

a:visited {
	color: #ff9400;
	font-variant: small-caps;
	font-weight: bold;
}

a:hover {
	color: #ffc473;
	font-variant: small-caps;
	font-weight: bold;
}

a:active {
	color: #66a1d2;
	font-variant: small-caps;
	font-weight: bold;
}

.top_left {
        background-image: url(images/top_left.png); 
        background-repeat: no-repeat;
}
        
.top_right {
        background-image: url(images/top_right.png); 
        background-repeat: no-repeat;
        background-position: right top;
}
      
.bottom_left {
        background-image: url(images/bottom_left.png); 
        background-repeat: no-repeat;
        background-position: left bottom;
}
      
.bottom_right {
        background-image: url(images/bottom_right.png); 
        background-repeat: no-repeat;
        background-position: right bottom;
}

