body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 100%;
}
ul {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0px;
}
#imgLogo {
	margin-left: -20px;
	border: 0px;
}
#Logincontainer {
	position: absolute;
	left: 37%;
	top: 40%;
	margin-top: -100px;
	text-align: center;
}
#Loginfooter {
	position: absolute;
	left: 1%;
	bottom: 0%;
}
#Login {
	border: 1px solid #000000;
	width: 300px;
	height: 200px;
	background-color:#E6E6E6;
	padding: 5px;
}
#Clientcontainer {
	position: absolute;
}
#ClientLogo {
	margin-top: 5px;
	margin-left: 20px;
}
#ClientNavContainer {
	width: 130px;
	position: absolute;
	height: 100%;
}
#ClientNav {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #385E84;
	padding: 4px;

}
#validNav {
	bottom: 0px;
	margin-left: 19px;
	margin-right: 19px;
	position: absolute;
	padding: 4px;
	border-left: 1px dotted #E6E6E6;
}
#ClientContent {
	left: 130px;
	top: 68px;
	height: 98%;
	padding: 6px;
	border-top: 1px dotted #E6E6E6;
	border-left: 1px dotted #E6E6E6;
	width: 99%;
	position: relative;

}
#insertSiteType {
	left: 265px;
	width: 80%;
	position: absolute;
	margin-top: -264px;
}
h3 {
	font-size: 13px;
	margin: 0px;
	font-variant: small-caps;
	background-color: #4276A8;
}
h4 {
	font-size: 13px;
	margin: 0px;
	font-variant: small-caps;
}
label{
	float: left;
	width: 120px;
}
input.form {
	width: 120px;
	margin-bottom: 5px;
	border: solid;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
}
select.form {
	width: 123px;
	margin-bottom: 5px;
	border: solid;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
}
textarea {
	width: 220px;
	margin-bottom: 5px;
	border: solid;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	height: 100px;
}

.radios {
	width: 1em;
	margin-top: -3px;
}
br{
clear: left;
}

p.Nav {
	padding: 0px;
}
p.ContentCenter {
	position: absolute;
	left: 10%;
}
input.login {
	border: solid;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 12px;
	color: #000000;
	width: 120px;
}
input.Bform {
	width: 120px;
	margin-bottom: 5px;
	background-color: #E6E6E6;
	border: solid;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 7.8pt;
	color: #000000;
	width: 55px;
}
input.buttons {
	background-color: #435E9C;
	border: solid;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-size: 7.8pt;
	color: #FFFFFF;
	width: 55px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}