body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
h1 {
	color: #7E7E7E;
	font-variant: small-caps;
	font-size: 20pt;
}
h2 {
	color: #7E7E7E;
	font-variant: small-caps;
	font-size: 15pt;
}
h3 {
	color: #7E7E7E;
	font-variant: small-caps;
	font-size: 12pt;
}
h4 {
	color: #7E7E7E;
	font-variant: small-caps;
	font-size: 8pt;
}
#main {
	width: 994px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 15px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-y;
}
#header {
	width: 847px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	margin-bottom: -10px;
}
#head_section {
	width: 846px;
	height: 174px;
}
div.head {
	float: left;
	width: 140px;
	height: 174px;
	background-repeat: no-repeat;
}
#nav {
	margin: -10px 0px 0px -40px;
}
#nav li{
	float: left;
	list-style: none;
}
#content_container {
	text-align: left;
	width: 847px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#left_content {
	float: left;
	height: 409px;
	width: 141px;a
	margin: 0px 0px 35px 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
#page_title {
	position: relative;
	bottom: -65px;
	right: 1px;
	text-align: right;
	border-right: solid 1px #FFFFFF;
	letter-spacing: -1px;
}
#main_content {
	float: left;
	width: 680px;
	margin: 0px 0px 35px 0px;
	background-color: #FFFFFF;
}
#content_head {
	text-align: right;
	padding: 10px;
	color: #7E7E7E;
}
#content {
	border-top: solid 1px #7E7E7E;
	border-left: solid 1px #7E7E7E;
	padding: 20px;
}
#footer {
	float: left;
	width: 810px;
	height: 20px;
	margin: -20px 0px 0px 73px;
	background-color: #FFFFFF;
	text-align: right;
	font-size: 7pt;
	color: #7E7E7E;
}
a:link, a:visited, a:active {
	color: #7E7E7E;
}
a:hover{
	color: #7E7E7E;
}
a.main_nav:link, a.main_nav:visited, a.main_nav:active {
	float: left;
	width: 140px;
	height: 32px;
	text-decoration: none;
	background-image: url(images/button2.jpg);
	background-repeat: no-repeat;
	padding: 0px 1px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.main_nav:hover{
	float: left;
	width: 140px;
	height: 32px;
	text-decoration: none;
	background-image: url(images/button2.jpg);
	background-repeat: no-repeat;
	padding: 0px 1px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #421815 ;
}

/* Image Styles */
img.img {
	border: 1px solid #FFFFFF;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #FFFFFF;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #FFFFFF;
}






label {
	font-weight: bold;
	text-align: right;
}

label.alt {
	font-weight: normal;
}

/* label validation faild */
label.error {
	font-weight: bold;
	color: #BB0000;
}

label.required {
    background: url(images/required.gif) no-repeat left;
    padding-left: 10px;
}


input, textarea, select {
	font-family: arial;
	font-size: 11px;
}

select {
	width: 150px;
}

/* field not in focus */
.field0 {
	border: 1px solid #BBBBBB;
	padding-left:3px;
}

/* field in focus */
.field1 {
	border: 1px solid #444444;
	padding-left:3px;
}

/* field validation faild */
.fielderror {
	border: 1px solid #BB0000;
}
