

/***********************************************
 * Default styles                              *
 ***********************************************/ 

* { /* Remove paddings, margins and borders from all elements */ 
	padding: 0px; 
	border: 0px; 
	margin: 0px;
}

html {
	height: 100%;
}





/***********************************************
 * Standard HTML tag styles                    *
 ***********************************************/ 



/* Text styles                                 *
 ***********************************************/ 

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	color: #000;
	margin: 0px 0px 1em 0px;
}


h1, h2, h3, h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


h1 {
	font-size: 100%;
    font-weight: bold;
	color: #000;
    margin: 0.8em 0px 0.4em 0px;
}


h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	margin: 0.8em 0px 0.2em 0px;
}


h3 {
	font-size: 90%;
	color: #000;
    margin: 0.8em 0px 0.2em 0px;
}


h4 {
	font-size: 80%;
	color: #000;
	margin: 0.8em 0px 0.2em 0px;
}


a {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-decoration: underline;
}


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


a:hover {
	text-decoration: none;
}


table {
	font-size: 80%;
	color: #000;
}


th, thead td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	font-weight: bold;
}


td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}



/* Bullet points                               *
 ***********************************************/ 

ul {
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 0px;
    color: #000;
}
html>body ul {
	padding-left: 0px;
}


ul ul {
	list-style-type: square;
	margin-left: 20px;
}


ul ul ul {
	list-style-type: circle;
	margin-left: 20px;
}



/* Froms                                       *
 ***********************************************/ 

form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	color: #000;
}


input {
	border: 1px solid #516324;
}


form p {
	margin: 0.5em 0px 1em 0px;
}



/**********************************************
 * CSS document containing main layout styles *
 **********************************************/


body {
	background: #fff url(/images/page_bg.gif) repeat-x;
	height: 98%;
}


hr {
	color: #516324;
	width: 100%;
}

#container {
	background: #fff url(/images/content_bg.gif) repeat-x;
	width: 640px;
	margin: -10px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#header-container {
	background: url(/images/logo_stamp.png) no-repeat 269px 0px;
	width: 640px;
	margin: 0px auto;
}


#header {
	float: left;
	width: 600px;
	height: 412px;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #516324;
}


#header-logo {
	background: #516324 url(/images/header_logo.jpg) no-repeat top left;
	float: left;
	width: 600px;
	height: 126px;
	overflow: hidden;
}


#header-logo img {
	padding: 10px 248px 10px 248px;
	border: none;
}


#header-title {
	float: left;
	width: 600px;
	height: 39px;
	overflow: hidden;
	background-color: #516324;
}


#header-image {
	height: 247px;
}


#header-image img {
	border: none;	
}


#header-images {
	top: 165px;
	position: relative;
}


#content {
	width: 600px;
	margin: 10px auto;
	padding-left: 20px;
	padding-right: 20px;
}


#content img {
	margin: 10px;
}


#main-body-container {
	width: 420px;
	float: right;
	background-color: #FFF;
}


#main-body {
	width: 410px;
	padding-top: 10px;
	background-color: #FFF;
	line-height: 130%;
}


#menu {
	float: left;
	width: 160px;
	background-color: #FFF;
}


#menu ul {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}


#menu li {
	text-align: left;
	padding: 5px 5px 5px 15px;
	border-bottom: #E5E5AE dotted 1px;
}


#menu ul ul {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	list-style: none;
}


#menu li li {
	text-align: left;
	border-top: #E5E5AE dotted 1px;
	border-bottom: none;
}


#current, .subcurrent {
	background: url(/images/jug.gif) no-repeat center left;
}


#menu a {
	font-size: 80%;
	text-decoration: none;
	color: #516324;
}


#menu a:hover {
	text-decoration: underline;
}


#current a, .subnav #subcurrent a {
	color: #4E4741;
}

#current li a {
	color: #516324;
}


#footer {
	float: left;
	width: 640px;
	height: 30px;
	overflow: hidden;
	margin: 10px auto;
	background-color: #516324;
}


#footer p {
	color: #FFF;
	font-size: 80%;
	text-align: center;
	padding-top: 8px;
}
