body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #085289;
	background-image:   url(images/layout/gradient-bottom.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div.spacer {
	height: 50px;
	clear: both;
}
div#wrapper {
	width: 780px;
	clear: both;
	min-height: 100vh;
}
div#banner {
	height: 182px;
	width: 780px;
	vertical-align: bottom;
}
div#content {
	width: 780px;
	background-image:   url(images/layout/sidebar.gif);
	background-repeat: repeat-y;
	background-position: left;
	clear: both;
	float: left
}
div#text {
	float: right;
	background-color: white;
	width: 592px;
	border: medium double #003399;
	display: block;
	text-align: left;
	font-size: small;
	padding-top: 5px;
}
div#footer {
	font-size: xx-small;
}
div#nav {
	float: left;
	width: 179px;
	background-image:   url(images/layout/topside.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#nav a.buttons {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	width: 128px;
	height: 15px;
	border: 1px solid #003366;
	display: block;
	background-color: #0066CC;
	margin-left: 10px;
	padding: 0px, 25px;
}
div#nav a.buttons:hover{
	background-color: #00CCCC;
}

div#ads {
	margin-left: 14px;
}
div#bottom {
	float: left;
	width: 780px;
	height: 50px;
	background-image:   url(images/layout/side-bottom.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: left top;
}
div#topgrad {
	clear: both;
	background-image:   url(images/layout/gradient-top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
div#toppic {
	clear: both;
	background-image:   url(images/layout/background-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
div#bottompic {
	clear: both;
	background-image:   url(images/layout/background-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

h1 {
 	font-size: large;
}
h2 {
 	font-size: medium;
	margin-left: 8px;
}

h3 {
	font-size: small;
	margin-left: 8px;
}
h4 {
	font-size: small;
	margin-left: 8px;
	font-style: italic;
}

p {
	margin-left: 8px;
	margin-right: 8px;
}
table {
	margin-left: 5px;
}
.standalone {
	margin: 5px;
}
span.bigad {
	float: right;
	padding: 5px;
}

li {
	padding: 5px;
}