html, body {
	margin: 1em;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #000;
	background: #3a55f6;
	background-image:url(../images/general/bkgnd.gif);
	background-attachment:fixed;
	max-height:none
}
.hidden {
	display: none;
}
#page-container {
   width:1000px;
   max-width: 1200px;
   margin: auto;
   background: #FFF;
   padding: 0px 0px 0px 0px;
}
#page-container img {
	border: 0px #000;
}
#header {
   height: 127px;
}
#sidebar-a {
	float: left;
	padding: 10px;
	padding-top: 15px;
	width: 150px;
	max-width: 150px;
	height: 550px;
	/*min-height: 400px;*/
}
#sidebar-b {
   float: left;
	padding: 0px;
	padding-top: 0px;
	width: 1000px;
	max-width: 1200px;
	line-height: 25px;
}
#sidebar-c {
	float: left;
	padding: 0px;
	padding-top: 0px;
	width: 1000px;
	max-width: 1200px;
	line-height: 25px;
} 
#content {
	margin-right: 0px;
	line-height: 18px;
	text-decoration: none;
}
#content .padding {
	padding: 25px;
}
#content h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	color:#660
}
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	color:#660
}
#content p {
	margin: 0;
	padding: 50px;
	padding-bottom: 15px;
	text-decoration: none;
}
#content th {
	background-color:#3a55f6;
	color:#fff;
}
#content input,textarea,select {
	background-color:#FFFF99;
	color:#000;
}
#content button {
	background-color:#CCC;
	color:#000;
}
#content .img {
	padding: 1em;
	float: left
}

#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	clear: both;
	border-top: 1px solid #c9c9c9;
}
#footer .padding {
	padding: 5px;
}
#footer a  {
	color:#6A6860;
	Text-decoration: none;
}
#footer a:hover {
	color: #000;
}
#footer #altnav {
    color:#999999;
	width: 300px;
	float: right;
	text-align: right;
}
/*#footer-extra {
	background: #3a55f6;
	position: relative;
	bottom: 0px;
	left: 0px;
	clear: both;
}*/
