/* CSS Document */

body {
	margin: 0px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 0.8em;
}

#container {
	width: 800px;
}

#topstrip {
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
}

#mainbgd {
	background-image: url(images/main_bgd.gif);
	background-position: top left;
	background-repeat: repeat-y;
	text-align: left;
}

#topnav {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 800px;
	text-align: center;
	color: white;
	padding-top:5px;
	padding-bottom:5px;
}

#topnav a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

#content h1 {
	font-size: 1em;
	font-weight: normal;
}

#logobar {
	width: 800px;
	background-color: Black;
}

#bottonnav {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: 800px;
	text-align: center;
	color: white;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 1.4em;
}

#bottonnav a {
	color: white;
	font-size: 0.9em;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: 0.05em;
}

#mainsection {
	float: left;
	width: 560px;
}

.pad10 {
	padding-left: 10px;
	padding-right: 10px;
}

#rightsection {
	float: left;
	width: 240px;
}

#subnav {
	width: 225px;
	background-position: top left;
	background-repeat: repeat-x;
}

#subnav a, #subnav h1 {
	color: white;
	text-decoration: none;
	display: block;
	padding: 3px;
}

#subnav h1 {
	font-weight: bold;
	margin: 0px;
	color: white !important;
}

#buttonbar {
	clear: both;
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.sideerror {
	font-weight: bold;
	padding: 3px;
	border: 1px solid red;
	background-color: #FFD2D2;
}

.pad10 h1 {
	font-size: 1.6em !important;
}

.pad10 h2 {
	font-size: 1.3em !important;
}

.pad10 h3 {
	font-size: 1em !important;
}

.pad10 p {
	font-size: 1em !important;
}

#advert {
	width: 225px;
}

#advert, #advert h1, #advert p, #advert h2 {
	margin: 0px !important;
	padding: 0px !important
}

#advert h1, #advert p {
	padding: 8px !important;
	background-color: #e8e8e8 !important;
	color: #767676 !important;
	font-size: 1em !important;
}

#advert h1 {
	font-size: 1.3em;
	font-weight: bold;
}

#advert img {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#footer {
	clear: all;
}

#footer a {
	font-size: 0.8em;
	color: #999999;
}