body{
	font-size: 12px;
	font-family:  Arial, Verdana, sans-serif;
	margin: 0px;	
	padding-left:50%;
	background: url(images/bg.gif) center repeat-y;
}

a {
	text-decoration: none; 
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline; 
	color: #FFFFFF;
}

#container {
	width: 700px;
	margin-left: -350px;
}

#header {
	background-color: #CC0000;
	height: 90px;
}

h2.title {
    font-size: 20px;
    color: #CC0000;
    font-family: "Trebuchet MS";
    margin-top: 5px;
    margin-bottom: 15px;
}

#navcontainer {
	background-color: #000000;
}

.navitem {
	background-color: #000000;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	width: 129px;
	margin-top:1px;
	margin-right:1px;
	float:left;
}

#main {
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#000000;
	line-height: 1.2em;
}

#scrolling {
	width:680px;
	border:1px solid #000000;
	float:right;
	margin-top:10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 3px;
	text-align:left;
	clear:both;
	margin-bottom: 10px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	padding-top: 5px;
}

h4.subheader {
	font-size:14px;
	font-weight:bold;
	color: #CC0000;
	margin-bottom: 5px;
}


.headertext1 {
	font-size:12px;
	font-weight:bold;
}
.headertext2 {
	font-size:10px;
	font-weight:bold;
}

#footer {
	background-color:#CC0000;
	color: #FFFFFF;
	text-align:center;
	font-size: 11px;
	vertical-align:middle;
	height: 20px;
	padding-top:6px;
	clear:both;
}

img {
	border: none;
}

hr {
	color: #CCCCCC;
	background-color: inherit;
	clear: both; 
	border: none;
	float: none; 
	width: 100%;
	border-bottom: 1px dashed #CCCCCC; 
	height: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	 
}

* html hr { 
	margin-top: 1px; 
	margin-bottom: 1px;
}

p {
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: left;
}

#logo {
	width: 54px;
	height: 84px;
	background-image: url(images/hourglass.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 5px;
	top: 4px;
}

