body {
	background-color: #EEEEEE;
	/*background-image: url(/background.png);
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position: center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
	margin: 0px 10% 0px 10%;
	text-align: justify;
}
h1{
	font-size: 15px;
	color: #FF9900;
	font-weight: bold;
	padding: 2px 2px 0px 2px;
}
h2{
	font-size: 12px;
	color: #990000;
	font-weight:bold;
	padding: 2px 2px 2px 0px;
	text-transform: uppercase;
}
h3{
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
	padding: 0px 2px 2px 2px;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #1A4055;
	border-color: #1A4055;
	font-size: 11px;
}
a:hover {
	text-decoration:underline;
	cursor:pointer
}
a:visited {
	color: #1A4055;
}
#titlebar {
	position: absolute;
	top: 0px;
	left: 125px;
	background-color: #1E4C66;
	border-bottom:  1px solid #1E4C66;
	border-top: 5px solid #8EB3C1;
	border-right: 1px solid #1E4C66;
	border-left: 1px solid #1E4C66;
	padding: 0;
	height: 50px;
	width: 625px;
	z-index: 0;
}
#sidebar {
	position: absolute;
	left: 125px;
	top: 80px;
	width: 150px;
	font-size: 12px;
	background-color: #8EB3C1;
	border-bottom: 1px solid #1E4C66;
	border-top: 1px solid #1E4C66;
	border-right: 1px solid #1E4C66;
	border-left: 1px solid #1E4C66;
	padding: 13px 5px 10px 10px;
	text-align: left;
	color: #1A4055;
	z-index: 2;
	height: 216px;
}
#content {
	position: absolute;
	left: 200px;
	top: 80px;
	background-color: #FFFFFF;
	border-bottom: 10px solid #1E4C66;
	border-top: 1px solid #1E4C66;
	border-right: 1px solid #1E4C66;
	border-left: 1px solid #1E4C66;
	padding: 25px 20px 0px 110px;
	text-align: left;
	color: black;
	width: 420px;
	z-index: 1;
}
#copyright {
	text-align: center;
	color: #1E4C66;
	font-size: 10px;
	display:block;
	font-weight: normal;
}
#feature{
	float: right;
	width: 150px;
	border: 1px solid #990000;
	padding:  10px;
	text-align: left;
	background-color: #EEEEEE;
	color: #1E4C66;
	margin: 10px 5px 10px 10px;
	display: block;
	z-index:3;
	top: 118px;
	left: 421px;
}
#feature-left{
	position: absolute;
	width: 150px;
	border: 1px solid #1E4C66;
	padding:  10px;
	text-align: left;
	background-color: #EEEEEE;
	color: #1E4C66;
	margin: 10px 10px 10px 10px;
	z-index:4;
	left: -85px;
	top: 245px;
	display: block;
}
span.file{
	font-size: 9px;
	color:#666666;
	}
span.right{
	text-align:right;
	}
	
ul{
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 0px 25px;
}
li{
	background-image: url("arrow.png");
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1.5em;
	padding-top: .3em;
	padding-bottom: .3em;
}
hr.feature {
	color: 1px solid #990000;
	border: 0;
}
blockquote{
	margin:  10px 40px 10px 40px;
	text-align: justify;
}
#thumb{
	
	float: left;
	border-bottom: 2px solid #1E4C66;
	border-top: 1px solid #1E4C66;
	border-right: 2px solid #1E4C66;
	border-left: 1px solid #1E4C66;
	background-color:#EEEEEE;
	width: 150px;
	height: 175px;
	font-size: 10px;
	margin: 10px;
	padding: 5px;
	text-align: center;

}

