/* CSS Document */

body  {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #ffffff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#B272B0;
	color:#304A87;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	min-width:980px;
	text-align:left;
	padding:5px;
	position:relative;
	top: 0px;
	left: 0px;
}

#header {
	/*background: #FFFFFF;*/
	width:100%;	
	margin-right:-210px;
}

#header:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

#headerlogo {
	background:#7BC142;
	background:#393838;
	background:#ebebeb;
	background:#393838;
	position:relative;
	float:left;
	margin-right:-220px;
	width:100%;
}

.headertop {
	border-bottom:2px solid #FFFFFF;
	padding: 10px 10px 10px 20px;
	font-size:1.2em;
	letter-spacing:0.5px;
	color:#FFFFFF;
}

img#headerleft {
	float:left;
	padding: 20px 0px 10px 15px;
	padding: 5px 0px 5px 15px;
}

img#headerright {
	float:right;
	margin-right:210px;
}

#headersearch {
	background:#7BC142;
	background:#393838;
	position:relative;
	float:right;
	width:203px;
	height:128px;
	height:70px;
	border-left: solid 7px #FFFFFF;
}

#sidebar1 {
	float:left;
	/*width:19em;*/
	width:190px;
	/*border: solid 1px red;*/
}

#content {
	/*margin-left: 20em;*/
	margin-left: 200px;
	text-align:left;
	/*border: solid 1px green;*/
}
#innercontainer {
	width:100%;
	/*margin-right:-23.0em;*/
	margin-right:-210px;
	float:left;	
	margin-top:8px;
	/*border: solid 1px blue;*/
}

#innercontent {
	/*margin-right: 19.2em;*/
	margin-right: 210px;
	padding: 0em 0px 0px 0px;
	margin-top: 0px;
	/*border: solid 1px black;*/
}

#sidebar2 {
	float: right;
	width: 203px;
}

#footer {
	background:#7BC142;
	background:#393838;
	background:#304A87;
	height:33px;
	color:#FFFFFF;
	font-size: 1em;
	margin-top:2em;
}

#footerbottom {
	margin-top:1em;
}

#footerbottom ul {
	text-align:right;
	padding-bottom:0px;
}

#footer dd {
	text-align:right;
	margin-top: -12px;
	margin-right: 1em;
}

#footer dl {
	padding-top:10px;
	padding-left:10px;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}


