/*main.css*/

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0 auto;
	text-align: left;
	font: normal 10px/18px Verdana, Arial, "Lucida Grande";
	color:#231F20;
	background-color:#e7ebdb;
	/*_behavior:url("/js/css_hover.htc");*/ /* ie6 fix for id:hover */
	
}

p {
	padding-bottom:15px;
}

img, div, a, input {
	/*_behavior:url(/js/iepngfix.htc);*/  /*IE 6 only*/
}

img{  /*without this images will have space below them in FF*/
	display:block;
}

a{
	color:#777e14;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#container{
	
	width:973px;
	margin:10px auto 0 auto;
	background:#FFF;
	border:1px solid #141355;
	
}

#header ul{
	background-color:#171F69;
	font-size:12px;
	list-style:none;
	padding:5px 0;
}

#header ul li{
	margin:5px 10px;
	display:inline;
}

#header ul li:first-child{
	margin-left:30px;
}

#header ul li a{
	color:#FFF;
}

#header ul li a:hover{
	color:#8B8D09;
}

#footer{
	margin:0 auto 10px auto;
	width:973px;
}

fieldset{
	border:none;
}

fieldset label{
	display:block;
	padding:5px;
}

fieldset label span{
	width:180px;
	display:block;
	float:left;
}

.sh-print{
	
	float:right;
	
}

#credits {
	display:none;
}