/* MAIN ELEMENTS */

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(/images/dark_blue_lined_background.gif);
}

body, td, p, li, span, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif, Verdana ;
	font-size: 12px;
	color: #000;
}

/* CONTAINER ELEMENTS */

#container {
	width: 780px;
	text-align: left;
	margin: auto;
}

/* HEADER ELEMENTS */

#header {
	height: 83px;
	overflow: hidden;
}

#topnav {
	clear: both;
	padding: 5px;
	text-align: center;
	background-color: #fff;
}

#topnav ul {
	margin: 0;
	padding: 0;
	display: inline;
} 

#topnav ul li {
	margin: 0;
	padding: 0 10px 0 10px;
	display: inline;
}

#topnav li a {
	font-size: 11px;
	font-weight: bold;
	color: #445566;
	text-decoration: underline;
}

#topnav li a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}

/* CONTENT ELEMENTS */

#content {
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* LEFT ELEMENTS */

#left {
	width: 160px;
	float: left;
	padding: 10px;
	text-align: center;
}

/* RIGHT ELEMENTS */

#right {
	width: 580px;
	float: right;
	padding: 10px;
}

/* FOOTER ELEMENTS */

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}

/* LINK ELEMENTS */

a, a:link, a:visited {
	color: #445566;
	text-decoration: underline;
}

a:hover {
	color: #900;
}

/* CLASS ELEMENTS */

.important {
	color: #900;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.clearer {
	height: 1px;
	overflow: hidden;
	clear: both;
	/* margin-top: -1px; */
}