/* Layout */

html,body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 62.5% Arial,Helvetica,sans-serif;
	height: 100%;
}

div#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff url(img/top_bg.gif) no-repeat 100% 0;
	z-index: 100;
}

div#top img.logo{ margin: 5px 0 0 10px; }
div#top img.title{ margin: 5px 0 0 10%; }

div#date{
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: 25px;
	background: #1e90ff url(img/date_bg.gif) repeat-x;
	z-index: 99;
	font-size: 1.4em;
	color: #ffb41f;
	text-align: right;
	padding: 5px 15px 0 0;
	border-top: 1px solid #000;
}

ul#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 150px;
	height: 100%;
	padding: 140px 0 0 0;
	background: #1e90ff url(img/copy_bg.gif) fixed repeat-x 0 100%;
	z-index: 97;
	border-right: 1px solid #000;
	text-align: center;
	font-size: 1.5em;
	list-style: none;
	margin: 0;
}

ul#menu li{
	margin: 0 0 20px 0;
	padding: 0;
}

ul#menu li a{
	margin: 0 20px;
	padding: 1px 0;
	display: block;
	border: 1px solid #000;
	text-decoration: none;
}

ul#menu li a:link,ul#menu li a:visited{ background-color: #1564b3; color: #ffb41f; }
ul#menu li a:hover,ul#menu li a:active{ background-color: #ffb41f; color: #1564b3; }

div#counter{
	float: right;
}

div#content_container{
	padding: 0 0 0 170px;
	background: #fff url(img/body_bg.gif) fixed no-repeat 60% 180px;
	min-height: 100%;
	height: auto;
	_height: 100%;
	margin: 0;
}

div#content{
	padding: 130px 0 10px 0;
	font-size: 1.5em;
}

/* IE only */

* html body{
	font-size: 100%;
	overflow: auto;
	padding: 125px 0 0 0;
}

* html div#top{
	position: absolute;
}

* html div#date{
	position: absolute;
}

* html ul#menu{
	position: absolute;
}

* html ul#menu li{
 	margin: 0;
}

* html div#content_container{
	border-top: 1px solid #000;
	overflow: auto;
	padding: 20px 20px 0 170px;
}

* html div#content{
	padding: 0 0 10px 0;
}

/* General Page Styles*/

h1{
	font-size: 1.8em;
	border-bottom: 1px solid #ffb41f;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-align: center;
}

#content a:link,#content a:visited{color: #000; text-decoration: underline;}
#content a:hover,#content a:active{color: #ffb41f; text-decoration: none;}

input,textarea{
	border: 1px solid #000;
	background-color: #ccf;
}

input.submit{
	background-color: #1564b3;
	border: 1px solid #000;
	color: #fff;
}

hr{
	height: 0;
	border: 0;
	border-top: 1px solid #ffb41f;
}

table tr td{
	font-size: .8em;
	vertical-align: top;
}