/* standard elements */
* {
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
a {

}
a:hover, .footer a:hover {

}
body {
	font-size: 12px;
	margin: 0;
	background-color: #FFcc00;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}

/* misc */
.divider {
	background: url(images/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 600px;
}

/* header */
.header {
	border-bottom: 1px solid #CCC;
	height: 180px;
	text-align: center;
	background-color: #333d34;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	list-style-image: none;
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 632px;
}
.news {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #3366CC;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;

}


.navigation a {
	background: url(images/navigation.jpg) no-repeat;
	color: #FFFFFF;
	float: left;
	font: bold 1.2em serif;
	height: 31px;
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.navigation a:hover {
	color: #000000;
	background-position: left bottom;
}

/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #FF6600;
	font-size: 1.4em;
	margin-bottom: 4px;
	font-weight: bolder;
}
.content h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
}
.content h3 {
	font-size: 10pt;
	color: #3366FF;
	font-weight: bold;
}



/* footer */
.footer {
	color: #886;
	font-size: 1em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}
.news2 {
	padding: 10px;
	border: 1px none #336600;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
