html, body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

.container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width: 760px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header {
	height: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-align: right;
	color: #FFFFFF;
	background-image: url(images/blueheader.jpg);
}
.bar {
	padding-left: 10px;
	padding-right: 10px;
	font-family: Geneva, Ariall, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	position: relative;
	padding-top: 4px;
}
.contentbox {
	font-family: Geneva, Ariall, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	margin-left: 160px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
.nav {
	float: left;
	padding: 5px;
	width: 150px;
}
.left {
	width: 160px;
	float: left;
	color: #333333;
	font-family: Geneva, Ariall, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.news {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.footer {
	font-family: Arial;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #333333;
	margin: 0px;
	height: 48px;
	padding-top: 10px;
	background-image: url(images/footer.jpg);
	clear: left;
}
.footernav {
	text-align: right;
	height: 10px;
	position: relative;
	margin-bottom: 4px;
	margin-top: 6px;
}
.loginmenu {
	padding: 5px;
	width: 150px;
	clear: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}

#navcontainer {
	width: 160px;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 154px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

#navcontainer a:hover
{
	color: #666666;
	background-color: #CCCCCC;
}

h1 {
	font-size: 18px;
	color: #666666;
}
h2 {
	font-size: 16px;
	color: #666666;
}
.picleft {
	float: left;
}
.textleft {
	width: 415px;
	margin-left: 160px;
}
