/*****************************/

/*** Core html setup stuff ***/

/*****************************/

#master0 {
	z-index: 1;
}
#canvas0_0 {
	z-index: 1;
}
html {
  	height: 99%;
  	margin-bottom: 1px;
}

form {
  	margin: 0;
  	padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background: #5e8d91 url('images/Background.jpg') 0 0 repeat-x;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

img { 
	border: 0 none; 
}

#page_bg {
	border: 0px solid purple;
}

#wrapper {
	border: 0px solid black;
	vertical-align: top;
	width: 818px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #5B5B5B;
	line-height: 16px;
	background: #ffffff;
}

#top_left {
	border: 0px solid purple;
	text-align: center;
	vertical-align: top;
	width: 272px;
	height: 100px;
	padding: 0;
	float: left;
	background: #ffffff;
}

#top_right {
	border: 0px solid purple;
	text-align: center;
	vertical-align: top;
	width: 511px;
	height: 95px;
	padding: 0;
	float: right;
	background: #ffffff;
	padding-top: 5px;
	padding-right: 35px;
}

#TopMenu {
	width: 748px;
	padding-left: 35px;
	padding-right: 35px;
	height: auto;
	background: #ffffff;
	float: left;
}

#Menu {
	width: 747px;
	border-top: 1px dashed #5b5b5b;
	border-bottom: 1px dashed #5b5b5b;
	float: left;
}


#TopTop {
	width: 100%;
	height: 100px;
	text-align: right;
	font-family: verdana;
	font-size: 11px;
	color: #5B5B5B;
	line-height: 22px;
}

#BottomTop {
	width: 100%;
	height: 40px;
	text-align: right;
	line-height: 22px;
	font-family: verdana;
	font-size: 11px;
	color: #5B5B5B;
}

#logo {
	border: 0px solid purple;
	width: 225px;
	height: 120px;
	margin: 25px 25px 15px 50px;
}

#body_wrapper {
	border: 0px solid blue;
	vertical-align: top;
	width: 818px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#body_background {
	border: 0px solid blue;
	vertical-align: top;
	width: 770px;
	height: auto;
	float: left;
	padding-left: 13px;
	padding-right: 35px;
	background: #ffffff; 
}

.LeftTable {
	font-size: 10px;
	line-height: 14px;
}

.LeftTable td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.LeftTable a {
	color: #5b5b5b;
}

#body_left {
	border: 0px solid blue;
	vertical-align: top;
	width: 145px;
	padding-top: 20px;
	float: left;
	padding-bottom: 20px;
	padding-left: 20px;
}

#body_right a:hover,
#body_right a:visited,
#body_right p a ,
#body_right a {
	color: #FF6600;
}

#body_right {
	width: 602px;
	float: left;
	height: auto;
	padding-bottom: 20px;
	padding-top: 18px;
	padding-left: 2px;
}

#Rotator {
	width: 100%;
	height: 186px;
	margin-bottom: 20px;
	padding-top: 3px;
}

#footer {
	border: 0px solid red;
	height: 92px;
	width: 818px;
	float: left;
	background: #e8ebef;
	line-height: 14px;
}

#FooterLeft {
	background: url('images/BottomLeft.jpg') 0 0 no-repeat;
	width: 96px;
	height: 92px;
	float: left;
}

#FooterRight {
	width: 722px;
	height: 92px;
	float: left;
	padding-top: 15px;
	text-align: center;
}


#footer a:visited, 
#footer a {
	color: #5B5B5B;
	text-decoration: none;
}

#footer a:hover {
	color: #5B5B5B;
	text-decoration: underline;
}

#spacer {
	border: 0px solid red;
	height: 1px;
	width: 100%;
	clear: both;
	background: #e8e3df;
}


a.HeaderLink:Visited,
a.HeaderLink {
	color: #5B5B5B;
	text-decoration: none;
}

a.HeaderLink:Hover {
	color: #5B5B5B;
	text-decoration: underline;
}

.Title {
	font-size: 20px;
	line-height: 20px;
	color: #0E4764;
}

.SmallTitle {
	font-size: 11px;
	line-height: 11px;
	color: #0E4764;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: verdana;
}

.LeftLink {
	font-family: verdana;
	width: 100%;
	font-size: 11px;
	color: #5B5B5B;
	background: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
}

.LeftLink-Hover {
	font-family: verdana;
	width: 100%;
	font-size: 11px;
	color: #5B5B5B;
	background: #D3CEC8;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	cursor: pointer;
}

.RequestFieldCell {
	padding-top: 2px;
	padding-bottom: 2px;
}

input.Large {
	width: 400px;
}
input.Medium {
	width: 250px;
}
input.Smalll {
	width: 100px;
}
input.Date {
	width: 75px;
}