@charset "utf-8";
body {
	padding: 10px;
	background: #FFFFFF;
	color: #000;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
}
div#container {
	width:900px !important;
	width /**/:920px;
	margin: 0 auto;
	padding:10px;
	text-align:left;
	background:#ccc;
	position:relative;
}
#header {
	z-index:1;
	width:900px;
	height:143px;
}
#subheader1 {
	/*background:#000000;*/
	background:#5d87b5;
	height:112px;
}
#subheader2 {
	height:31px;
	background:url(../images/menubar2.png);
	background-repeat:no-repeat;
}
div#content {
	float:left;
	width:700px;
	/*background:  url(../images/gradient.jpg) no-repeat white;*/
	background: white;
	padding: 30px 100px;
}
#footer {
	z-index:1;
	clear: both;
	width:900px;
	height:100px;
	overflow:hidden;
	margin:auto;
	text-align:center;
}
#subfooter1 {
	background:#FFFFFF;
	font-size:small;
	height:30px;
	padding-top:10px;
}
#bookmarks {
	background:#808080;
	font-size:small;
	height:30px;
	padding-top:10px;
    margin-left:auto;
    margin-right:auto;
    width: 600px;
}

a.tiny
{
    color: #808080;
    font-size: 8pt;
    margin-bottom: 2px;
}