@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #9FD89D;
	background-image: url(../local/images/Standard/gradient.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.StandardLayout #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
} 
.StandardLayout #header {
	margin: 0px;
	height: 165px;
	display: block;
	background-image: url(../local/images/Standard/header.gif);
	background-repeat: no-repeat;
	padding: 0px;
} 
#topmenu {
	margin: 0px;
	height: 100px;
	text-align: right;
	color: #000033;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.StandardLayout #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
} 
.StandardLayout #footer {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20;
	padding-left: 30px;
	text-align: left;
	background-image: url(../local/images/Standard/footer.gif);
	background-repeat: no-repeat;
	background-color: #DEFFE3;
	clear: both;
	margin: 0px;
	height: 100px;
	position: relative;
} 
#search {
	margin-left: 130px;
	margin-top: 30px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#accesslink {
	text-align: right;
	display: block;
	padding: 0px;
	height: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#rightBox {
	background-color: #DEFFE2;
	float: right;
	width: 180px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 5px;
	border: 1px solid #D6E4AC;
}



.StandardLayout #footer ul {
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.StandardLayout form {
	padding: 10px;
}
