﻿@import url('Page.css');

/*======= HTML STYLE ================*/
*{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

html{
	height:100%; /*Float footer at bottom*/
}

body {
	text-align: center; /* For IE */;
	height: 100%; /* Float footer at bottom*/;
	background-color: #D1E9EF;
	background-image: url('../images/Background.gif');
	background-repeat: repeat-x;
}

/*======= MASTER ====================*/
#master_container{
	min-height: 100%; /* Float footer at bottom*/;
	margin: 0 auto;
/* Needed to set footer*/	text-align: left; /* Counter the body center */;
	width: 772px;
	background-color: #CCCCCC;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
	border-left-width: 2px;
	border-left-color: #000000;
}
#master_content {
	position: relative;
	right: auto;
	left: auto;
	margin: 5px;
}
#master_masthead{
	background-image: url('../images/LogoTop.gif');
	background-repeat: repeat;
	height: 200px;
	color: #FFF;
	min-width: 760px;
	white-space: nowrap;
}

#master_masthead_imageR {
	float: none;
	clear: right;
	border-color: #000000;
}

#master_masthead_imageR_IE6 {
	border-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	position: absolute;
	right: -144px;
}

#master_clearheader {
	height: 21px;
}

#master_navbar_imagetop{
	position: relative;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	left: 2px;
}
#master_navbar_imagebottom{
	border-style: none;
	position: absolute;
	top: 575px;
	left: 15px;
}
#master_navbar_imagebottom a:hover{
    border-color: #000000 #000000 #f5f5f5 #000000;
    color: #006600;
}

#master_navbar{
	width: 100%;
	background-color: #000000;
}
#master_navbar a {
	border-color: #000000 #000000 #CCCCCC #000000;
	font-weight: normal;
	text-decoration: none;
	color: #D7AC83;
	padding: 3px;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 12px;
}
#master_navbar a:hover {
	color: #000000;
	background-color: #FFF7E3;
	text-decoration: none;
}
#master_navbar li {
	border: 1px solid #999999;
	padding: 1px 1px 1px 1px;
	margin: 5px 1px 1px 1px;
	float: left;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#master_navbar ul {
	width: 90%;
	height: 35px;
	color: #FFFFFF;
}
#master_form 
{
}

#master_footer_clear {
	clear: both;
	height: 60px;
}
#master_footer {
	text-align: center;
	background-color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 24px;
	height: 56px;
	background-repeat: repeat-x;
	margin: -56px auto 0 auto;
	width: 772px;
}
#master_footer  a {
    color: #FFFFFF;
    text-decoration: underline;
}
#master_footer a:hover {
	color: #fff;
	text-decoration: none;
}