html
{
	background-color: #ebebeb;
	/*border-top: 10px solid #555555;*/
	font: normal 12px "Arial", "Verdana", "Helvetica";
}

.headerinfo { color:#598941; }

/* Links */

a { font-weight: bold; text-decoration:none; }

a.selected:link 
{
	color: #eff8ff;
	background-color: #3f602e;
}

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

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

a:hover, a:active { color: #ad5b1e; }

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: bold;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

b { font-weight:bold; }

ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	padding: 0;
	width: 850px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(body_bg.png);
}

#container
{
	width: 700px;
	margin: 0 auto;
}

#header { float: left; width: 100%; clear: both; margin-top: 10px; margin-bottom:10px; }

#navigation { float: left; width: 100%; clear: both; }

#page-header { clear: both; position: relative; margin-bottom: 20px; }

#wrapper { text-align: center; }

#footer
{
	clear: both;
	color: #666666;
	padding: 20px 0 15px;
	text-align: center;
}

/* Header */

#header h1
{
	padding: 0;
	float: left;
	width: 490px;
	margin: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	/*border-right: 1px solid #999999;*/
}

#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}

#header h2
{
	float: left;
	width: 250px;
	font-size: 12px;
	line-height: 2.5em;
	padding-left: 10px;
	text-transform: lowercase;
}

#header #search
{
	float: right;
	margin-bottom:4px;
}

#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

#search p.list {
line-height:4px;
}

/* Navigation */

#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 0px;
	list-style-type: none;
	background-color: #598941;
	border-bottom: 4px solid #90d86c;
}

#navigation li { float: left; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #eff8ff;
	padding: 5px 10px;
	border-bottom-width: 0;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #3f602e;
}

/* Page-Header */

#page-header ul
{
	bottom: -8px;
	right: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	list-style-type: none;
}

#page-header li { float: left; }

#page-header li a:link,
#page-header li a:visited
{
	float: left;
	display: block;
	margin: 0 10px;
	padding: 5px 20px;
	color: #ffffff;
	border-bottom-width: 0;
	background-image: url(menu.png);
	background-repeat: repeat-x;
}

#page-header li a:hover,
#page-header li a:active
{
	background-image: url(menu_hover.png);
}

/* Wrapper */

.col { width: 200px; float: left; margin: 0 15px; text-align: left; margin-bottom:20px; }

.col ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }

.col li { padding-bottom: 10px; }

.col h3 { font-size: 13px; padding: 5px 10px; margin-top: 20px; }

#links h3 
{
	background-color: #94b4d6;
}

#content h3
{
	background-color: #d6eb9a;
}

#sidebar h3
{
	background-color: #ffb366;	
}

#hometext
{ 
text-align: left;
}

#hometext .hometextintroheading
{
font-weight: bold;
font-size: 14px;
margin-bottom:10px;
color:#555555;
}

#hometext .hometextintrotext
{
color:#555555;
}

#hometext .left
{
float:left;
width:500px;
margin-bottom:10px;
}

#hometext .right
{
float:right;
width:180px;
margin-bottom:10px;
}

#hometext .leftdc
{
float:left;
width:300px;
margin-bottom:10px;
}

#hometext .rightdc
{
float:right;
width:380px;
margin-bottom:10px;
}

#hometext .right img
{
margin-bottom:20px;
margin-top:20px;
}

#hometext .right h2
{
font-weight: bold;
font-size: 14px;
margin-bottom:10px;
color:#555555;
}

#hometext .right p
{
color: #555555;
}

#hometext .left h2
{
font-weight: bold;
font-size: 14px;
margin-bottom:10px;
color:#555555;
}

#hometext .left p
{
color: #555555;
}

#links a:hover, #links a:active { color: #336699; text-decoration:none; }

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

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

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

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


/* Footer */

#footer { border-top:1px solid #000000; margin:0; padding:0; }

#footer ul { list-style-type:none; margin-bottom:0; }

#footer li { display:inline; }

#footer a:link { color: #598941; }

#footer a:visited { color: #598941; } 

#footer a:hover, #footer a:active { color: #ad5b1e; }

#footer p { margin-bottom:2px; }