html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px;
	background-color: #0f88d0;
	background-image: url('../images/bghd.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

.link {
	color: #000;
	text-decoration: none;
}

/*a:visited {
	text-decoration: none;
	color: #94BC07;
}*/

.link a {
	text-decoration: none;
	color: #94BC07;
}

.link a:hover {
	text-decoration: underline;
	color: #000;
}

#wrapper {
	width: 980px;
	height: 700px;
	margin: 0 auto;
}

#header {
	height: 50px;
	padding: 10px;

}

#logo {
	width: 300px;
	float: left;
}

#headerbanner {
	width: 468px;
	height: 60px;
	border: 1px solid #000;
	float: left;
	margin-left: 150px;
	text-align: center;
	margin-top: 10px;
}

#submenu {
	font-weight: bold;
	font-size: 14px;
	height: 40px;
	width: 980px;
	margin-top: 40px;
}

#submenu: after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

#submenu ul {
	background: url('../images/chromebg.gif') center center repeat-x;
	padding: 7px 0px;
	margin: 0px;
	text-align: left;
}

#submenu ul li {
	display: inline;
}

#submenu ul li a {
	color: #FFF;
	border-right: 1px solid #DADADA;
	text-decoration: none;
	padding: 7px;
	margin: 0px;
}

#submenu ul li a:hover {
	color: #FFF;
	background: url('../images/chromebg2.gif') center center repeat-x;
}

#leftmenu {
	width: 220px;
	height: auto;
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
}

.name {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #333;
	padding: 10px;
}

.more {
	font-weight: bold;
	float: right;
	margin-top: 5px;
}

#newsmenu {
	width: 220px;
	margin-top: 10px;
}

#newsmenu .headerbar {
	font: bold 14px Verdana;
	color: #FFF;
	/*background: #606060;*/
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 7px 0px 7px 13px;
}

#newsmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#newsmenu ul li{
	padding-bottom: 2px;
}

#newsmenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #E9E9E9;
	display: block;
	padding: 5px 0px;
	line-height: 17px;
	padding-left: 8px;
	text-decoration: none;
}

#newsmenu ul li a:visited {
	color: #000;
}

#newsmenu ul li a:hover {
	color: #FFF;
	background: #000;
}

/* --------------------------------------------------------------------------------- */
#leftmenu {
	width: 220px;
	margin-top: 10px;
	background: #0f88d0;

	background-image: url('../images/bg4.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

#leftmenu .headerbar {
	font: bold 13px Verdana;
	color: #FFF;
	background-color: #0f88d0;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 7px 0px 7px 13px;
}

#leftmenu fieldset {
	margin-left: 5px;
	padding: 0px;
	border: 0px;
}

#leftmenu fieldset select {
	width: 180px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 4px;
	margin-bottom: 2px;
}

.searchsubmit {
	width: 80px;
	color: #FFF;
	background-image: url('../images/bgg.jpg');
	background-position: lef;
	background-repeat: repeat-x;
	padding: 4px;
	float: right;
	margin-top: 13px;
	margin-right: 13px;
	border: 1px solid #006699;
}

.incenter {
	padding: 5px; 
	margin-top: 15px;
}

.clear {
	height: 20px; 
	width: 1px;
}

/* -------------------------------------------------------------------------------------------- */
.loginpanel {
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-bottom: 10px solid #606060;*/
	
}

.loginpanel .headerbar {
	font: bold 13px Verdana;
	/*background: #606060;*/
	color: #FFF;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 7px 0px 7px 13px;
}

.loginpanel fieldset {
	margin-left: 5px;
	padding: 0px;
	border: 0px;
}

.leftmenuclass p {
	margin-top: 0px;
}

.loginsubmit {
	width: 80px;
	color: #000;
	border: 1px dashed #000;
	padding: 2px;
	float: right;
	margin-top: 13px;
	margin-right: 13px;
	background-image: url('../images/bggg.jpg');
	background-position: lef;
	background-repeat: repeat-x;
}

.logininput {
	width: 150px;
	border: 1px solid #0099FF;
	color: #000;
	padding: 2px;
	background-image: url('../images/bggg.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

.loginlinks {
	color: #000;
	font-size: 12px;
	margin-left: 10px;
}

.loginlinks a {
	color: #000;
	font-size: 12px;
	text-decoration: underline;
}

.loginlinks a:hover {
	text-decoration: none;
}

#loginmargin {
	padding-top: 10px !important;
	padding: 5px;
}

/* ----------------------------------------------------------------------------------------------- */
#footerwrap {
	width: 980px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	height: 70px;
	background-color: #3B8CE0;
	margin-top: 40px;
	float: left;
}

/* ------------------------------------------------------------------------------------------------ */
#content {
	width: 730px;
	color: #000;
	margin-left: 15px;
	margin-top: 13px;
}

#contenttitle {
	height: 39px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #9ed800;
	
	/*background-image: url('../images/bg3.jpg');
	background-position: left;
	background-repeat: no-repeat;*/
}

#showtext {
	width: 580px;
	float: left;
	color: #FFF;
}

#ads {
	width: 150px;
	float: left;
}

#adsbig {
	width: 100px;
	height: 500px;
	margin: 0 auto;
	text-align: center;
}

#newads {
	width: 100px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}

#footerinright {
	padding: 15px;
	margin-top: 10px;
	float: right;
	margin-right: 50px;
}

#footerinleft {
	padding: 15px;
	margin-top: 10px;
	float: left;
	margin-left: 50px;
}

.loglinks {
	border-bottom-width: 0;
	width: 164px;
	margin-top: 10px;
	margin-bottom: 10px;
}

* html .wireframemenu {
	width: 164px;
}

.loglinks ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.loglinks a {
	font: 12px Verdana;
	padding: 4px;
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #99CC00;
}

html>body .wireframemenu a {
	width: auto;
}

.loglinks a:hover {
	color: #000;
	border-bottom: 1px dashed #000;
}

#content-form {
	width: 60%;
	padding-top: 20px;
	margin-left: 20px;
}

#in-form p {
	margin: 5px;
}

#content-form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#content-form fieldset label {
	width: 40%;
	float: left;
	padding: 10px 0px 0px 10px;
}

#content-form fieldset input {
	width: 160px;
	color: #FFF;
	border: 1px solid #d6d7d8;
	background-color: #0066CC;
	padding: 2px;
	margin: 5px;
}

#content-form .chkbox {
	width: 30px;
	padding: 2px;
	margin: 5px;
	border: 0;
}

.forminput {
	color: #FFF;
	border: 1px solid #d6d7d8;
	padding: 2px;
	margin: 5px;
	background-color: #0066CC;
}

#content-form fieldset input.submit {
	width: 100px;
	color: #000;
	background-image: url('../images/bggg.jpg');
	background-position: left;
	background-repeat: repeat-x;
	background-color: #0066CC;
	border: 1px solid #000;
	padding: 3px;
	float: right;
}

#content-form, .cc {
	clear: both;
}

/* ---------------------------------------------------------------------------------------------- */
.advert {
	margin-top: 10px;
	color: #000;
	background-color: #fffffe;
	border: 1px solid #D6D6D6;
	background-image: url('../images/advertright.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
}

.advertup {
	margin-top: 10px;
	color: #000;
	background-color: #cdedf8;
	border: 1px solid #0099CC;
	background-image: url('../images/adsright_2.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}

#intext {
}

.date {
	font-size: 11px;
}

.advertlink {
	width: 180px;
	padding: 3px;
	background-image: url('../images/chromebg3.gif');
	background-position: left;
	background-repeat: repeat-x;
	text-align: center;
	border: 1px solid #666;
}

.advertlink a {
	color: #FFF;
	text-decoration: none;
}

.advertlink a:hover {
	text-decoration: none;
	color: #FFF;
	border: none;
}

.tbl {
	width: 180px;
	text-align: left;
	float: left;
	font-weight: bold;
}

#foto {
	width: 130px;
	height: auto;
	text-align: center;
	border: 1px solid #99CC33;
}

.pageslink {
	width: 130px;
	padding: 3px;
	background-color: #285ea1;
	text-align: center;
	font-weight: bold;
	border: #0099FF;
	float: left;
	margin-right: 5px;
}

.pageslink a {
	color: #FFF;
	text-decoration: none;
}

.pageslink a:hover {
	text-decoration: none;
	color: #FFF;
	border: none;
}

.width {
	text-align: left;
	width: 150px;
	/*padding: 10px 0px 0px 10px;*/
	border: 1px solid black;
	height: 100px;
}

#tabs {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: normal;
	border-bottom: 1px solid #FFF;
	margin-bottom: 1em; /*margin between menu and rest of page*/
	overflow: hidden;
}

#tabs ul {
	margin: 0;
	padding: 10px 10px 0 0px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs a {
	float: left;
	background: url("../images/left.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url("../images/right.png") no-repeat right top;
	padding: 10px 15px 8px 6px;
	margin-right: 2px;
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span {
}

#tabs a:hover {
	background-position: 0% -42px;
}

#tabs a:hover span {
	background-position: 100% -42px;
}