/*****************************/

/*** Core html setup stuff ***/

/*****************************/

td.RequestFieldCell {
	padding-top: 3px;
	padding-bottom: 3px;
}

input.Large {
	width: 400px;
}

input.Medium {
	width: 250px;
}
input.Small {
	width: 100px;
}

input.Search {
	width: 150px;
	line-height: 11px;
	font-size: 9px;
	height: 12px;
	border: 1px solid #bfbfbf;
}

input.SubmitSearch {
	width: 58px;
	height: 16px;
	background: url('images/SearchButton.jpg') 0 0 no-repeat;
	border: 0px;
}

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: #23334C url('images/Background.jpg') 0 0 repeat-x;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #79283B;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #79283B;
}

img { 
	border: 0 none; 
}

#page_bg {
	border: 0px solid purple;
}

#wrapper {
	border: 1px solid black;
	vertical-align: top;
	width: 820px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #2F2F2F;
	background: #ffffff;
	line-height: 16px;
}

#top_left {
	border: 0px solid purple;
	text-align: center;
	vertical-align: top;
	width: 342px;
	height: 90px;
	padding-left: 30px;
	float: left;
}

#top_right {
	border: 0px solid purple;
	text-align: right;
	vertical-align: top;
	width: 413px;
	height: 45px;
	float: right;
	background: #ffffff;
	padding-right: 35px;
	padding-top: 8px;
}


#TopTop {
	border: 0px solid purple;
	width: 100%;
	height: auto;
	padding-left: 30px;
	font-family: verdana;
	font-size: 11px;
	color: #5B5B5B;
	line-height: 22px;
	padding-top: 0px;
	float: left;
}

#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;
	padding-top: 15px;
}

#body_background {
	border: 0px solid blue;
	vertical-align: top;
	width: 770px;
	height: auto;
	float: left;
	padding-left: 13px;
	padding-right: 35px;
	background: #ffffff; 
}

#body_left {
	border: 0px solid blue;
	vertical-align: top;
	width: 150px;
	padding: 0px 10px;
	float: left;
	padding-bottom: 20px;
}

#body_right {
	width: 580px;
	float: left;
	height: auto;
	padding-bottom: 20px;
	padding-left: 15px;
}

#Rotator {
	width: 100%;
	height: 186px;
	margin-bottom: 20px;
	padding-top: 3px;
}

#footer {
	border: 0px solid red;
	height: 90px;
	width: 818px;
	float: left;
	background: #ffffff;
}

#FooterLeft {
	background: url('images/BottomLeft.jpg') 0 0 no-repeat;
	width: 160px;
	height: 90px;
	float: left;
}

#FooterRight {
	background: url('images/FooterBackground.jpg') 0 0 repeat;
	width: 635px;
	height: 56px;
	float: left;
	font-size: 10px;
	color: #67686A;
	padding-top: 34px;
	padding-left: 23px;
}

#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 {
	width: auto;
	font-size: 20px;
	line-height: 20px;
	color: #404040;
	padding-bottom: 4px;
	border-bottom: 1px dotted #404040;
}

.SmallTitle {
	font-size: 11px;
	line-height: 11px;
	color: #428B80;
	padding-bottom: 10px;
	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;
}
