﻿body {
margin: 0px;
padding: 0px;
background: #000;
color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}
.hide {
display: none;
}
h1 {
color: #F9A61A;
text-transform: uppercase;
font-size: 12pt;
background: url(images/title_arrow.gif) no-repeat left;
text-align: left;
padding-left: 20px;
position: absolute;
top: 58px;
right: 65px;
}
h2 {

}
h3 {

}
h4 {

}
#container {
width: 990px;
margin: auto;
}
#header {
background: #000 url(images/head.gif) no-repeat;
width: 990px;
height: 101px;
position: relative;
z-index: 0;
}
#title {
width: 716px;
height: 89px;
margin: auto;
margin-bottom: 25px;
position: relative;
background-image: url(images/title_image.gif);
}
#body {
background: #000 url(images/body.gif) repeat-y;
width: 990px;
}
#top {
width: 738px;
margin: auto;
position: relative;
top: -25px;
z-index: 1;
}
#nav {
margin: auto;
width: 740px;
height: 23px;
margin-top: -25px;
background: #F9A619;
}
#nav ul {
padding: 0px;
margin: 0px;
}
#nav ul li {
list-style: none;
cursor: pointer;
float: left;
}
#nav ul li a{
height: 23px;
float: left;
}
#content {
width: 700px;
margin: auto;
text-align: center;
padding: 20px 50px 20px 50px;
overflow: hidden;
}
#content p{
padding: 0px 60px 0px 60px;
}
#footer {
background: #000 url(images/foot.gif) no-repeat;
width: 990px;
height: 94px;
position: relative;
}
#footer p{
text-align: center;
color: #f9a61a;
text-transform: uppercase;
font-size: 7pt;
margin: 0px;
padding-top: 45px;
}
#footer a:link, a:visited, a:active{
color: #f9a61a;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #999999;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.left2 {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #999999;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

img.right2 {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #999999;
}

label {
	font-weight: bold;
	text-align: right;
}

label.alt {
	font-weight: normal;
}

label.error {
	font-weight: bold;
	color: #BB0000;
}

label.required {
    background: url(images/required.gif) no-repeat left;
    padding-left: 10px;
}

/* Links */


a:link, a:visited, a:active {
	font-family: arial;
	color:#FFFF99;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color:#FFFFFF;
}

a:link.link2, a:visited.link2, a:active.link2 {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a:hover.link2 {
	color: #666666;
}

#i4link {
	position: absolute;
width: 150px;
height: 20px;
left: 533px;
top: 63px;
}
