/*****************************/

/*** 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;
	font-size: 12px;
	background: #333333;
}

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: 980px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #5B5B5B;
	background: #e9e9e9;
	line-height: 16px;
}

#TopWrapper {
	margin-right: 10px;
}

#Top {
	background: #e9e9e9;
	width: 100%;
	height: 20px;
	float: right;
	text-align: right;
}

#Middle {
	width: 100%;
	height: 78px;
	background: url('images/Middle.jpg') 0 0 no-repeat;
	float: left;
}

#Logo {
	float: left;
	cursor: pointer;
	background: url('images/Logo.jpg') 0 0 no-repeat;
	width: 292px;
	margin-left: 18px;
	margin-top: 5px;
	height: 67px;
}

#LogoWrapper {
	cursor: pointer;
	float: left;
	width: 292px;
	height: 67px;
}

#MainMenu {
	float: left;
	width: 670px;
	padding-top: 38px;
}

#BodyText p {
	border: 0px solid red;
}
#BodyText {
	background: #FFFFFF;
	width: 100%;
	float: left;
}

#BodyTextWrapper {
	width: 960px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#body_wrapper {
	border: 0px solid blue;
	vertical-align: top;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: #e9e9e9;
	float: left;
}

#body_background {
	vertical-align: top;
	padding-top: 20px;
	height: auto;
	float: left;
	width: 100%;
}

#Rotator {
	width: 575px;
	height: 355px;
	float: left;
}

#RotatorRight {
	float: left;
	width: 405px;
	height: 355px;
	background: url('images/RotatorRight.jpg') 0 0 no-repeat;
}

#RotatorRightWrapper {
	padding-left: 10px;
	padding-top: 10px;
	color: #ffffff;
	width: 380px;
	height: 350px;
	overflow: auto;
}

#Footer {
	height: 50px;
	text-align: center;
	width: 100%;
	float: left;
	line-height: 14px;
}

#FooterWrapper {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}


#Footer a:visited, 
#Footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a.HeaderLink:Visited,
a.HeaderLink {
	color: #5B5B5B;
	text-decoration: none;
}

a.HeaderLink:Hover {
	color: #5B5B5B;
	text-decoration: underline;
}

.Title {
	font-size: 20px;
	line-height: 30px;
	color: #5B888D;
}

.SmallTitle {
	font-size: 11px;
	line-height: 11px;
	color: #5B888D;
	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;
}