/* CSS Document */

/*if desired

* {
	margin: 0;
}

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #567471;
	background-image: url(images/interface/bg.gif);
}
* html body {
	font-size: x-small;
	f\ont-size: small;
}
*.small html body {
	font-size: xx-small; 
	f\ont-size: x-small;
}
a {
	cursor: hand;
	cursor: hand;
	color: #3A608D;
}
h1 {
	font-size: 185%;
	color: #795A2B;
	font-family: "Trebuchet MS";
}
h2 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 85%;
}
#container {
	width: 780px;
	margin: auto;
	background-color: #CFD9C1;
}
#header {
	margin: 0;
	height: 130px;
	background-color: #CFD9C1;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #90ADBB;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #83959F;
	background-image: url(images/interface/header_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #DDA04D;
	padding: 10px;
}
#header h1 {
	color: #EB8D30;
	font-size: 200%;
	margin: 20px 0 0 0;
	padding: 0;
}
#header p {
	margin: 0px;
	padding: 0px;
}


#navbar {
	float: left;
	background: #CFD9C1 url(images/interface/navbar_bg.gif) repeat-x bottom;
	margin: 0;
	padding: 0 0 5px 10px;
	list-style: none;
	width: 770px;
}
#navbar li {
	margin: 0;
	padding: 0;
	font-size: 95%;
	float: left;
}
#navbar a {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 5px 8px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	background: #CFD9C1; /* url(images/interface/bg_nav_a.gif) repeat-x top left; */
}
#navbar a:hover {
	color: #CCCCCC;
	padding-bottom: 5px;
	border-color: #CCCCCC;
	background: #83959F;
}
#content {
	background-color: #DEEEDE;
	margin: 0 !important;
	width: 780px;
	float: left;
	background-image: url(images/interface/content_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#sidebar {
	float: right;
	width: 160px;
	background-color: #CFD9C1;
	padding: 10px;
}
#sidebar p {
}

#information {
	float: left;
	width: 550px;
	padding: 10px;
	color: #592203;
}
#information img {
	padding-right: 8px;
	padding-left: 8px;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #CFD9C1;
	margin: 0 !important;
	margin-top: 0px;
	padding: 10px 0 0 0;
	border-bottom: solid 5px #83959F;
	float: left;
	width: 780px;
}
#footer ul {
	float: left;
	background: #CFD9C1 url(images/interface/navbar_bg.gif) repeat-x bottom;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	width: 760px;
}
#footer li {
	margin: 0;
	padding: 0;
	font-size: 95%;
	float: left;
}
#footer a {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	padding: 5px 8px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	background: #CFD9C1; /* url(images/interface/bg_nav_a.gif) repeat-x top left; */
}
#footer a:hover {
	color: #CCCCCC;
	padding-bottom: 5px;
	border-color: #CCCCCC;
	background: #83959F;
}

.blue {
	color: #0000CC;
}
