/* body */
body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font: 13px Arial, Verdana, Tahoma, sans-serif;
	color: #fff;
	background-color: #5ba1d0;
}

#container {
	margin: 0px auto 0px auto;
	width: 787px;
}

#header {
	height: 91px;
	width: 787px;
	background: url(../images/header.gif);
}

#logo {
	float: left;
	position: absolute;
	margin-top: 7px;
	margin-left: 25px;
	width: 350px;
}

#logo img {
	border: 0px;
}

#header_menu {
	float: right;
	text-align: right;
	margin-top: 7px;
	margin-right: 25px;
	width: 350px;
}

#header_menu a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

#header_menu a:hover {
	text-decoration: underline;
}

#banner {
	height: 213px;
	width: 787px;
	background: url(../images/banner.gif);
}

#banner_flash {
	position: absolute;
	margin-top: 20px;
	margin-left: 515px;
}

#main_menu {
	height: 59px;
	width: 787px;
	background: url(../images/menu.gif);
}

#navcontainer {
	margin: 0px auto 0px auto;
	padding: 0;
	width: 505px;
	height: 40px;
}

#navcontainer img {
	border: 0px;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	float: left;
}

#navcontainer img.bar {
	padding-top: 6px;
}

#navcontainer ul li a {
	float: left;
	background-image: url(../images/menu_button.png);
	background-repeat: no-repeat;
	padding-top: 6px;
}

#body_left {
	float: left;
	width: 440px;
	padding: 15px;
	text-align: justify;
}

#body_left a {
	color: #fff;
	background-color: transparent;
}

#body_left a:hover {
	color: #fdff00;
	background-color: transparent;
}

#body_right {
	float: right;
	width: 312px;
	height: 440px;
	background: url(../images/right_pic.jpg);
}

#login_banner {
	text-align: center;
}

#login_banner img {
	border: 0px;
}

#footer {
	height: 96px;
	width: 787px;
	background: url(../images/footer.gif);
	text-align: center;
	padding-top: 10px;
}

#footer a {
	color: #fdff00;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	padding-top: 10px;
	margin: 0px;
}

#copyright_left	{
	float: left;
	width: 250px;
	margin-left: 7px;
}

#copyright_right	{
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 7px;
}

#copyright_right a {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#copyright_right a:hover {
	text-decoration: underline;
}

h1 {
	height: 91px;
	background: url(../images/header.gif) no-repeat;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 16px;
}

#body_left p {
	font-size: 13px;
}

.clearing {
	clear: both;
}

/* CONTACT FORM */
#contact-form {
	margin: 0px auto 0px auto;
	width: 400px;
	background-color: #253e66;
}

#contact-form p {
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

#contact-form label {
	float: left;
	width: 30%;
	font-size: 12px;
	color: #fff;
	background-color: transparent;	
	text-align: right;
	margin-right: 1em;
}

#contact-form fieldset {
	padding: 10px;
	border: 1px solid #fdff00;
}

#contact-form .txt {
	width: 60%;
	border: 1px solid #fdff00;
	color: #fff;
	background-color: #5ba1d0;
}

#contact-form textarea.txt {
	width: 60%;
}

#contact-form .submit {
	color: #000;
	background: #fdff00;
	border: 2px outset #d7b9c9;
} 


/* LOGIN FORM */
#login_form {
	width: 260px;
	margin: 0px auto 0px auto;
	padding-top: 5px;
}

#login_form label
{
width: 5em;
float: left;
text-align: right;
margin-right: 1em;
display: block
}

#login_form .submit input
{
margin-left: 6em;
} 

#login_form input
{
color: #fff;
background: #5ba1d0;
border: 1px solid #fdff00
}

#login_form .submit input
{
color: #000;
background: #fdff00;
border: 2px outset #d7b9c9;
} 

#login_form fieldset
{
padding: 10px;
border: 1px solid #fdff00;
background-color: #253e66;
width: 20em
}

#login_form legend
{
color: #fff;
background: #5ba1d0;
border: 1px solid #fdff00;
padding: 2px 6px
} 



	


