/* GLOBAL STYLES */

body {
	width: 750px;
	margin: 50px auto;
	color: #000;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #069;
	font-size: 11px;
	line-height: 15px;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
}

a:link {
	color: #058;
	text-decoration: none;
}

a:visited {
	color: #900;
	text-decoration: none;
}

a:hover, a:active {
	color: #900;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	line-height: 16px;
	color: #036;
	font-family:  georgia,palatino,times,serif;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 13px;
	line-height: 15px;
	color: #036;
	font-family:  georgia,palatino,times,serif;
	letter-spacing: 0.1em;
	text-decoration: underline;
}

h3, strong, b {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #036;
}

em, i {
	font-style: italic;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	border: 1px solid #036;
	color: #000;
	background-color: #fff;
}

#banner {
	margin: 0px;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

#topnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #036;
	border-top: 5px solid #fc0;
	border-bottom: 5px solid #fc0;
}

#topnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topnav a {
	float: left;
	margin: 0px;
	padding: 5px 10px 6px 10px;
	list-style: none;
	display: block;
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#topnav a:hover {
	color: #fff;
	background-color: #069;
}

#topnav a:active {
	color: #fff;
	background-color: #069;
}

#topnav a.here {
	color: #fff;
	background-color: #069;
}

#leftnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#leftnav li {
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
}

#leftnav a {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #036;
	text-decoration: none;
}

#leftnav a:hover, #leftnav a:active {
	color: #900;
	text-decoration: underline;
}

/* Hide from Mac/IE */
/* commented backslash hack \*/
#pagecontent {
	clear: left;
}
/* end hack */

#rightmenu {
	float: right;
	width: 140px;
	margin: 0px;
	padding: 10px 20px 20px 0px;
	text-align: left;
}

#leftmenu {
	float: left;
	width: 140px;
	margin: 0px;
	padding: 10px 0px 20px 20px;
	text-align: left;
}

#leftcontent {
	margin-right: 160px;
	padding: 15px 20px 20px 20px;
	text-align: justify;
}

#rightcontent {
	margin-left: 160px;
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

#footer {
	clear: both;
	padding: 5px;
	background-color: #fff;
	border-top: 1px solid #036;
	text-align: center;
}

img.right {
	float: right;
	padding: 0 0 10px 10px;
}

img.left {
	float: left;
	padding: 0 10px 10px 0;
}
