/* CSS Document */

/* Body Layout */

A:link		{color: #666; font-weight: bold; text-decoration: none;}
A:visited	{color: #666; font-weight: bold; text-decoration: none;}
A:active	{color: #666; font-weight: bold; text-decoration: none;}
A:hover 	{color: #F90; font-weight: bold; text-decoration: underline;}

body	{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #5f91cc;
	margin: 0px;
}

#header {
	width: 960px;
	margin: auto
}

#navsection {
	width: 960px;
	margin: auto
}

#MenuBar1	{
	position: relative;
	top: 0px;
	left: 0px;
}

#main	{
	display: table;
	width: 960px;
	margin: auto;
	background-image: url(images/header_05_back.jpg);
}

#main_content	{
	display: table;
	width: 800px;
	margin: 15px auto;
	
}

#footer	{
	width: 960px;
	margin: auto;
}

#footer-content	{
	position: relative;
	top: -70px;
	width: 800px;
	margin: auto;
	text-align: center;
	font: 12px Tahoma, Geneva, sans-serif;
}

#center {
	display: block;
	margin: auto;
}

#maingate	{
	width: 800px;
	margin: 0px;
}

#artwork	{
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font: 12px Tahoma, Geneva, sans-serif;
}

/* Headings */

h2	{
	position: relative;
	top: -30px;
	margin: 0px auto -40px auto;
	padding-top: 5px;
	background-image: url(images/hls_title_back.jpg);
	font-size: 20px;
	letter-spacing: 1.5px;
	width: 500px;
	height: 50px;
	text-align: center;
	z-index: 5;
}

/* Paragraphs */

hr	{
	width: 75%;
	height: 5px;
	border-top: 1px solid #febd3b;
	border-bottom: 2px solid #febd3b;
	background-color: #C90;
}

p.bodytext	{
	margin: 5px 20px 15px 20px;
}

p.maingate	{
	width: 700px;
	padding-top: 30px;
	margin: 10px 0px 10px 0px;
	text-align: justify;
}

/* Online Form */

.form_border	{
	display: table;
	margin: auto;
	background-color: #FFFFCC;
	border: 5px ridge #F90;
	width: 550px;
	padding: 15px 0px 15px 0px;
}

.form_title	{
	display: table;
	width: 230px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-top: 10px;
}

.form_segment	{
	display: table;
	width: 305px;
	float: left;
	padding: 7px;
}

.form_field	{
	background-color: #F5E3C0;
	border: 3px double #0066CC;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}


