﻿

body {
	background: url('images/bgsub.jpg');
background-repeat:no-repeat;

background-position: top center; 

	font: 12px Arial, Helvetica, Sans-Serif;
	padding: 0;
	margin: 0;
}

.imgborder
{
background:#FFFFFF;
padding:1px;
border:1px solid #00667c;
}
.imgborder2
{
background:#FFFFFF;
padding:3px;
border:1px solid #67afbf;
}


/* ---- Standard Elements ---- */

a {
	color: #b70000;
	text-decoration: underline;
}

a:hover {
	color: #e90000;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

a:active {
	color: #e90000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }

p {
	line-height: 1.8em;
	padding: 0;
	margin: 0;
}
img {
float: left;
margin-right: 2em;
padding: 0;
}

input {
	background: #e9e9e9;
	border: 1px solid #444444;
	padding: 7px;
	color: #636363;
}

textarea {
	background: #e9e9e9;
	border: 1px solid #444444;
	padding: 7px;
	color: #636363;
}
#submit {
 color: #ffffff;
 font-size: 0;
 width: 234px;
 height: 57px;
 border: none;
 margin: 0;
 padding: 0;
 background: #000000 url(images/submit.jpg) 0 0 no-repeat;
}


/* ---- Header ---- */

#footer2 {
	height: 150px;
	background: url('images/head3filler.png') repeat-x left top;
}

.header_container {
	width: 867px;
}

.header_title {
	float: left;
	background: "header.jpg";
	width: 1000px;
	height: 150px;
}

.header_login {
	float: right;
	margin-top: 35px;
	color: #666666;
	font-style: italic;
}


/* ---- Navigation ---- */

#navigation {
	background: url('nav_bg.png') repeat-x;
	height: 28px;
	padding: 0px 0px 0px 25px
}

#navigation2{
	background: url('nav_bg2.png') repeat-x;
	height: 28px;
	padding: 11px 0px 0px 25px
}
#navigation3{
	background: #;
	height: 100px;

}
}

#navigation td {
	padding-right: 25px;
}

#container {
	width: 1000px;
	padding: 0px;
	color: #888888;
	background: url('images/bodybg.png');background-repeat:repeat-y;

}


/* ---- Left Side Elements ---- */

#left {
	float: left;
	width: 570px;
	margin-right: 5px;
	padding: 5px;

}


.form_help {
	margin-top: 7px;
	font-size: 11px;
	font-style: italic;
}

.form_submit {
	font: 12px Arial, Helvetica, Sans-Serif;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 7px 21px 7px 21px;
}

.table {
	border: 1px solid #444444;
}

.tablerow_title {
	background: #444444;
	font-weight: bolder;
	color: #FFFFFF;
}

.tablerow_1 { background: #222222; }

.tablerow_2 { background: #272727; }


/* ---- Right Side Elements ---- */

#right {
	float: left;
	width: 252px;
}


#footer {
	height: 178px;
	background:  url('images/footerPNG.png') repeat-x top center;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: #717171;
