
@import "forms.css";

*html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	behavior: url('assets/templates/csshover.htc');
}

h1 {
	font: 24px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font: 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h5 {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

p.center {
	text-align: center;
}

a {
	color: #5F5F5F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #A0A0A0;
	text-decoration: underline;
}

img.left {
	margin: 0 10px 5px 0;
	float: left;
}

span.f14 {
	font-size: 14px;
	font-weight: bold;
}

span.yellow {
	background-color: #ffff00;
}

span.w70 {
	width: 70px;
	float: left;
}

#wrapper {
	margin: 0 auto;
	width: 757px;
	color: #000000;
}

#header {
	width: 755px;
	height: 194px;
	background: url(../images/header.jpg) no-repeat;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
}

#nav {
	margin: 162px 0 0 0;
	padding: 0 0 0 4px;
	float: left;
}

#nav ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
}

#nav ul li {
	margin: 0 2px 0 0;
/*	width: 105px;
	height: 22px;
	background: transparent url(../images/menutab.gif) no-repeat scroll 0 0;
*/
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	display: inline;
	float: left;
}

#nav ul li a {
	padding: 10px 0 0;
	width: 105px;
	height: 22px;
	color: #fff;
	text-decoration: none;
	background: transparent url(../images/menutab.gif) no-repeat scroll 0 0;
	display: block;
}

#nav li:hover a {
	background: transparent url(../images/menutab_selected.gif) no-repeat scroll 0 0;
}

#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {
	background: transparent url(../images/menutab_selected.gif) no-repeat scroll 0 0;
	font-weight:bold;
}

#pagecontainer {
	width: 755px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	float: left;
}

#side {
	padding: 60px 0 50px 0;
	width: 194px;
	float: left;
}

#subnav ul {
	margin: 0 10px 30px 0px;
	padding: 0 0 0 10px;
	list-style: none;
}

#subnav ul li {
	margin: 0 0 3px 0;
}

#subnav ul li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	border-left: 0.70em solid #AAB;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

*html div#subnav ul li {
	margin: 0 0 -11px 0;
}

#subnav li a:hover {
	border-color: #AD1A00;
	background: #AAB;
}

#subnav li.active a { 
	background: #AAB;
	border-color: #AD1A00;
	color: #fff;
}

#side .newsletter {
	margin: 0 0 30px 0;
	text-align: center;
}

#side .banners p {
	text-align: center;
}

#side .banners a img {
	border: none;
}

#side #mixfm {
	text-align: center;
}

#side #radioad {
	margin-left: 1px;
}

#content {
	padding: 0 10px 10px 10px;
	width: 539px;
	min-height: 1280px;
	border-left: 1px solid #336699;
	float: left;
}

*html div#content { 
   height: expression( this.scrollHeight < 1151 ? "1150px" : "auto" );
	min-height: 1280px;
}

#content p {
	text-align: justify;
}

#content #lang_bar {
	margin: 10px 0 0 0;
	height: 13px;
	float: right;
}

#content h1 {
	margin: 25px 0 10px 0;
	padding: 0;
	color: #336699;
	font-style: italic;
	clear: left;
}

#footer {
	width: 755px;
	height: 50px;
	background: #4b4b4b none repeat scroll 0 0;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	color: #fff;
	float: left;
	clear: both;
}

#footer .copyright {
	margin: 15px 0 0 10px;
	float: left;
}

#footer .policy {
	margin: 15px 0 0 10px;
	float: left;
}

#footer .policy a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer .credits {
	margin: 5px 0 0 0;
	float: right;
}

#footer .credits img {
	margin: 0 10px 0 0;
}