/* ----- BASIC ELEMENTS ------*/

body {
	font: 11px/14px Tahoma, Serif;
	color: #000033;
	background: #7B957C;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #7B957C;
	text-decoration: none;
}

a:hover, a:active {
	color: #000033;
	text-decoration: underline;
}

h1 {
	font: bold 22px Tahoma, Serif;
	letter-spacing: -1px;
	color: #000033;
	margin: 0px;
	padding: 0px;
}

strong {
	font-weight: bold;
}

p {
	margin: 0px;
	padding-bottom: 11px;
}


/* ----- CONTAINERS ------*/

#header {
	margin: 0px;
	height: 250px;
	padding: 20px 0 0 75px;
	border-right: 2px solid #DCDCDC;
	border-left: 2px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
	font-size: 30px;
	font-weight: bold;	
}

#navbar {
	margin: 0px;
	padding: 0px 0 0 75px;
	text-align: left;
	height: 15px;
	color: #fff;
	background: url('img/navbar_bkground.gif') no-repeat top right;
}	

#container {
	width: 800px;
	margin: 0px auto;
	border-right: 5px solid #444549;
	border-left: 5px solid #444549;
	border-bottom: 5px solid #444549;
	background: #fff;
}

#rightnav {
	float: right;
	width: 150px;
	margin: 0;
	color: #1B1823;
	padding: 21px 0px 0 0px;
}

#content {
	float: left;
	padding: 18px 40px 20px 75px;
	width: 518px;
}

#footer {
	font: 11px/30px Lucida Sans Unicode, Arial, Sans-Serif;
	text-align: left;
	color: white;
	clear: both;
	margin: 0;
	padding: 0px 0px 0px 75px;
	background: #7B957C;
	height: 30px;
	border-top: 2px solid #DCDCDC;
	border-right: 2px solid #DCDCDC;
	border-left: 2px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
}


/* ----- LISTS ------*/

#topnav {
	font: 11px/26px Lucida Sans Unicode, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

#topnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	margin: 0px;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#nav li a:link, #nav li a:visited {
	padding-left: 25px;
	margin: 0px;
	display: block;
	height: 20px;
	text-align: left;
	font: 11px/18px Tahoma, Serif;
	color: #444549;
	text-decoration: none;
}

#nav li a:hover {
	background: url('img/button_bkground.gif') no-repeat;
	font-weight: bold;
}


/* ----- LINKS ------*/

#header a:link, #header a:visited {
	text-decoration: none;
	background: none;
}

#header a:hover, #header a:active {
	text-decoration: none;
	background: none;
}

#topnav a:link, #topnav a:visited {
	color: #7B957C;
	text-decoration: none;
}

#topnav a:hover, #topnav a:active {
	background: none;
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: white;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}