html
{
	background-color: #303050;
	font: normal 14px Arial, Sans-Serif;
}

/* Links */

a { font-weight: bold; }

a:link { color: #336699; text-decoration: none; }

a:visited { color: #336699; text-decoration: none; }

a:hover, a:active { color: #336699; text-decoration: underline }

/* 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: normal;
	border-bottom-width: 0;
}

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 18px; }

h6 { font-size: 16px; }

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
{
	min-height: 560px;
	padding: 0;
	width: 850px;
	margin: 10px auto;
	background-repeat: repeat-y;
	background-position: top left;
	background-image: url(body_bg.gif);
}

#container
{
	width: 700px;
	margin: 0 auto;
}

#navigation { float: left; width: 100%; clear: both; margin-top: 4px; }

#page-header { clear: both; position: relative; padding-top: 4px; }

#wrapper
{
	min-height: 400px;
	text-align: center;
}

#footer
{
	clear: both;
	color: #666666;
	padding: 20px 0 15px 0;
	text-align: center;
	font-size: 12px;
}

/* Header */

#header h1
{
	padding: 0;
	float: left;
	width: 140px;
	margin: 10px 0;
	font-size: 14px;
	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;
}

/* Navigation bar */

#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0 0 26px 0;
	list-style-type: none;
	background-color: #508058;
}

#navigation li { float: left; border-right: 1px solid #305038; }

#navigation a
{
	text-decoration: none;
}

#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: #609868;
}

body#bmission li#a
{
	color: #eff8ff;
	background-color: #374462;
}

/* 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 */

.article { width: 440px; float: left; margin: 0 15px; text-align: left; line-height: 1.25em; }
.article ul { margin: 0 0 0 25px; padding: 0; line-height: 1.3em;  }
.article li { padding-bottom: 10px; }
.article h3 { font-size: 150%; padding: 0 0 5px 0; color: #336699; }

.panel { width: 200px; float: left; margin: 0 15px; text-align: left; }
.panel ul { margin: 0 0 0 15px; padding: 0; line-height: 1.3em;  }
.panel li { padding-bottom: 10px; }
.panel h3 { font-size: 150%; padding: 0 0 5px 0; margin-left: 15px; }

#content
{
	margin: 0;
	padding: 10px;
	font-size: 110%;
	font-weight: normal;
}


#news
{
	float: right;
	background-color: #D0D8F0;
	margin: 0;
	padding: 10px;
	font-size: 13px;
	font-weight: normal;
}

#news a:link { color: #224477; } 
#content a:hover, #content a:active { color: #336699; }
/* #news a:visited { color: #789160; } */
#news a:visited { color: #224477; }

/* Footer */

#footer a:link { color: #5588aa; border-bottom-color: #5588aa; }

#footer a:visited { color: #77bbdd; border-bottom-color: #77bbdd; } 

#footer a:hover, #footer a:active { color: #336699; border-bottom-color: #336699; }

#footer p { margin: 10px 0 5px 0; }