/*****************************/

/*** 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: verdana;
	color: #5B5B5B;
	line-height: 1.3em;
	margin: 0px;
	font-size: 11px;
	background: #FFFFFF;
}

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: 1px solid black;
	vertical-align: top;
	width: 977px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: verdana;
	font-size: 11px;
	color: #5B5B5B;
	line-height: 16px;
	background: #FFFFFF url('images/Background.jpg') 0 0 repeat-y;
}

#Left {
	width: 221px;
	height: auto;
	float: left;
}

#LeftMenu {
	width: 192px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Top {
	width: 221px;
	height: 266px;
	background: url('images/Top.jpg') 0 0 no-repeat;
	float: left;
}

#Right {
	width: 756px;
	height: auto;
	float: left;
	background: url('images/RightBorder.jpg') repeat-y top right;
}

#Rotator {
	width: 100%;
	height: 421px;
	float: left;
}

#Footer {
	width: 100%;
	height: 20px;
	background: #515151;
	text-align: center;
	color: #b7b7b7;
	padding-top: 45px;
}

#RightWrapper {
	width: 744px;
}

#Menu {
	width: 744px;
	height: 46px;
	background: url('images/Menu.jpg') 0 0 repeat-x;
	padding-top: 20px;
}

#ContentArea {
	background: #FFFFFF;
}

#ContentAreaWrapper {
	width: 734px;
	padding-left: 5px;
	padding-top: 5px;
}

input.Large {
	width: 400px;
}
input.Medium {
	width: 250px;
}
input.Smalll {
	width: 100px;
}
input.Date {
	width: 75px;
}
