@charset "UTF-8";
body {
	margin: 5; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #BCDCF3;
}
.HeaderMain {
	padding: 10px;
	padding-bottom:0px;
}
#footer {
	font-size: 12px;
	color: #666666;
	background-repeat: no-repeat;
	background-position: center top;
	width: 990px;
	margin: auto;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.navigation {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin:3px;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #72ACCE;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.oneColFixCtrHdr #footer {
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #D3D3D3;
	padding: 0 10px;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Container {
	padding: 10px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #D3D3D3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.clear {
	clear: both;
}

#LeftSide {
	/*width: 784px;*/
    width: 734px;
	float: left;
    background-repeat: no-repeat;
	padding: 5px;
	text-align: left;
	border: 1px dotted #ECF5FF;
	padding-left: 20px;
}
#LeftSide h1 {
	font-size: 20px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}

#LeftSide p {
 text-align: left;
} 
#RightSide {
	float: right; /*width: 176px;*/
	width: 220px;
	padding-right: 10px;
	padding-top: 6px;
}
#RightSide ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
#RightSide li {
	padding: 1px;
	font-size: 11px;
	text-decoration: none;
}
#RightSide h3 {
	margin: 0px;
	padding: 10px;
	font-size: 18px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
#form1 {
	background-color: #72ACCE;
	margin: 0px;
	padding: 5px;
	border: 1px solid #ECF5FF;
	color: #FFFFFF;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#form1 label {
	display: block;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF66;
}
.Navigation {
	overflow: visible;
	z-index: 99;
	width: 970px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding:5px;
	background-color: #003366;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFFFFF;
}
.Navigation ul {
	margin: 0px;
	list-style-type: none;
	font-size: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 11px;
}
.Navigation li {
	display: inline;
	float: left;
	border-right-color: #9EBFD5;
	border-right-width: 1px;
	border-right-style: dotted;
}
.Navigation li a {
	display: block;
	color: black;
	color: #FFFFFF;
	text-decoration: none;
	border-right-color: #9AC1DA;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.Navigation li a:hover {
	colorx: #FFFFFF;
	background-color: #FFFFFF;
	color: #FFFFFF;
}


.ActualHeader {
	position:relative;
	padding-left: 6px;
	padding-top: 6px;
}

.FormFloat { 
position:absolute;
right:10px;
top:10px;}

h1 { 
text-align:left;
font-weight:normal;}

.pad-left {
	padding-left:15px; 
}
