/* CSS Document */

/* Page Layout */
body {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/back_clouds.jpg);
	background-repeat: repeat-x;
	background-color: #5f91cc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	}

A:link	{color: #0066CC; font-weight: bold; text-decoration: none;}
A:visited	{color: #0066CC; font-weight: bold; text-decoration: none;}
A:active	{color: #0066CC; font-weight: bold; text-decoration: none;}
A:hover 	{color: #0000FF; font-weight: bold; text-decoration: underline;}

hr {
	width: 400px;
	height: 6px;
	color:  #FFCC33;
	background-color: #FFCC33;
	border-bottom: 2px inset #CCCCCC;
	border-top: 2px inset #CCCCCC;
	}
	
p.bodytext	{
	margin: 0px 70px 6px 70px;
	line-height: 125%;
}

p.header	{
	margin: 15px 60px 0px 60px;
	font-size: 14px;
	font-weight: bold;
}

li	{
	margin: 5px 75px 0px 75px;
	font-size: 14px;
	font-weight: bold;
}
	
/* Tables and Cells */

table.border {
	background-color: #000000;
}

td.bg_main	{
	background-image: url(images/background.jpg);
	border-top: 3px ridge #939FAA;
	border-bottom: 3px ridge #939FAA;
}

/* Headings */

h1	{
	text-align: center;
	border: 3px outset #FFCC33;
	background-color: #333333;
	padding: 3px;
	margin: 15px 20px 5px 20px;
}

h2	{
	text-align: center;
	font-size: 20px;
}

h4	{
	border-left: 8px double #939FAA;
	border-bottom: 8px double #939FAA;
	border-right: 8px double #939FAA;
	margin: 0px 110px 10px 110px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 2px;
	background: #EBEBEB;
}

/* Online Form */

table.form	{
	background-color: #FFFFCC;
	border: 3px double #0066CC;
}

p.form_head	{
	text-align: right;
	font-weight: bold;
}

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

/* Footer */
#footer {
	position: relative;
	margin: auto;
	top: -90px;
	width: 760px;
	height: 0px;
	z-index:1;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

p.alt_nav	{
	border-bottom: 3px double #000000;
	padding: 5px;
	margin: 0px 100px 0px 100px;
	font-weight: bold;
}

p.footer	{
	padding: 0px;
	margin-top: 5px;
}

