html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	background: #F0F2F2;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}
form {
	margin:0;
	padding:0;
}
p {
	padding: 0px;
	margin: 10px 0px;
}
img {
	border: 0px;
}
h1 {
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	font-weight:bold;
}
h2 {
	margin: 5px 0px 10px 0px;
	font-size: 14px;
	font-weight:bold;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
a:focus {
	outline: 0px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
div#HeadHolder {
	width: 100%;
	height: 208px;
	background: #FFF;
	overflow: hidden;
}
div#Head {
	position: relative;
	width: 980px;
	height: 208px;
	margin: 0px auto;
	text-align: justify;
}
div#LoginHolder {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 215px;
}
div#MenuHolder {
	width: 100%;
	background: #647F8C url('/img/back.gif') repeat-x;
}
div#Menu {
	width: 980px;
	height: 32px;
	margin: 0px auto;
	background: #689 url('/img/back.gif') 0px -32px repeat-x;
	text-align: justify;
}
div#MenuStart {
	float: left;
	width: 15px;
	height: 32px;
	border-right: 1px solid #8AA;
}
div#MenuEnd {
	float: right;
	height: 32px;
	position: relative;
}
div#Menu a:link, div#Menu a:visited {
	float: left;
	display: block;
	margin-top: 1px;
	padding: 0 25px;
	line-height: 30px;
	border-right: 1px solid #8AA;
	font-size: 15px;
	text-decoration: none;
	color: #BCD;
}
div#Menu a:hover {
	background: #BCD url('/img/back.gif') 0px -64px repeat-x;
	color: #467;
}
div#Menu #MenuActive {
	background: #BCD url('/img/back.gif') 0px -64px repeat-x;
	color: #467;
}
div#MenuEnd a:link, div#MenuEnd a:visited {
	display: block;
	position: absolute;
	top: 7px;
	right: 9px;
	padding: 1px;
	width: 25px;
	height: 15px;
	overflow: hidden;
	border: 0px;
	line-height: 0px;
}
div#ContentHolder {
	width: 978px;
	min-height: 55%;
	margin: 0px auto;
	background: #FFF;
	border-left: 1px solid #637F8C;
	border-right: 1px solid #637F8C;
	overflow: visible;
}
div#Content {
	padding: 2px 10px 10px 10px;
	text-align: justify;
}
div#Content a:link, div#Content a:visited, div#Content a:hover {
	color: #467;
	text-decoration: none;
}
div#RightCulumnHolder {
	float: right;
	width: 215px;
	margin: 0px 0px 10px 10px;
	height: 100%;
	margin-top: 8px;
}
div#Message {
	width: 731px;
	margin: 8px 0px;
	padding: 7px 0px;
	border: 1px solid #467;
	background: #E5EAEE url('/img/back.png') 0px -30px repeat-x;
}
div#Message div {
	float: left;
	padding: 0px 7px;
}
div#Bottom {
	width: 980px;
	height: 18px;
	margin: 0px auto 1px auto;
	padding-top: 3px;
	background: #647F8C;
	color: #FFF;
	text-align: center;
}
div#Bottom a {
	color: #FFF;
	text-decoration: none;
}
div.ColumnHead {
	padding: 0 8px;
	line-height: 28px;
	background: #467 url('/img/back.png') repeat-x;
	color: #FFF;
}
div.ColumnHolder {
	margin-top: 1px;
	padding: 8px 8px 12px 5px;
	border: 1px solid #467;
	background: #E5EAEE url('/img/back.png') 0px -30px repeat-x;
}
div.LoginLine {
	padding-bottom: 11px;
}
div.LoginLastLine {
	margin-top: -2px;
	padding-bottom: 16px;
}
div.LoginInputLine {
	float: right;
	width: 115px;
	margin: 0 3px 0 0px;
}
input.LoginInput {
	width: 115px;
	border: 1px solid #467;
	background-color: #E5EAEE;
	color: #467;
	margin-top: -4px;
}
input.LoginCheckboxInput {
	width: 13px;
	height: 13px;
	padding: 0px;
	margin: -4px 0px -2px 0px;
}
input.Button {
	padding: 2px 0px 3px 0px;
	border: 0px;
	margin: 0px;
	width: 44px;
	height: 23px;
	background: url('/img/back.png') 0px -4px repeat-x;
	color: #FFF;
}

