/* general */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:0em;
	padding:0em;
	background-color:#ffffff;
	min-width:760px;
}
#ieMinWidth {
	width:expression(this.parentNode.offsetWidth<=760? 760:'auto');
	/* because the min-width tag dosen't work in IE */
}
a {
	color:#003399;
}
a:visited {
	color:#3366CC;
}
a:hover {
	color:#CC0000;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0em 0em 0em 0em;
}
h1 {
font-size:1.8em;
font-weight:normal;
color:#000000;
}
h2 {
font-size:1.5em;
font-weight:normal;
color:#B30738;
margin:5px 0em 5px 0em;
}
h3 {
font-size:1.0em;
font-weight:bold;
color:#ffffff;
background-color:#B30738;
margin:0px 0em 0px 0em;
padding:4px 0px 4px 10px;
}
h4 {
border-top:1px solid #cccccc;
padding:10px 0px 0px 0px;
margin:0px;
font-size:1.1em;
clear:both;
color:#B30738;
}
hr {
}
.skipnav {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
	height:0px;
	overflow:hidden;
}

/* header */
#logo {
	position:relative;
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	background-image:url(../../images/logo_bg.gif);
	background-repeat:no-repeat;
	height:170px;
}
#logo a {
	position:relative;
	float:left;
	left:465px;
	top:45px;
}

/* navigation */
.nav {
	position:relative;
	float:left;
	width:100%;
	background-color:#eeeeee;
	border-top:1px solid #cccccc;
	border-bottom:4px solid #B30738;
}
.nav ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	left:10px;
	border-left:1px solid #cccccc;
	border-right:1px solid #ffffff ;	
}
.nav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	display:inline;
}
.nav li a {
	position:relative;
	float:left;
	background-color:#eeeeee;
	display:inline;
	padding:6px 20px 6px 19px;
	color:#B30738;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-left:1px solid #ffffff;
	border-right:1px solid #cccccc ;
	white-space:nowrap;
	text-align: center;
	height: 30px;
	width: 65px;
}

.nav li a:visited {
	position:relative;
	float:left;
	background-color:#eeeeee;
	display:inline;
	padding:6px 20px 6px 19px;
	color:#B30738;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-left:1px solid #ffffff;
	border-right:1px solid #cccccc;
	white-space:nowrap;
	text-align: center;
	height: 30px;
}
.nav li a .nav-on  
{
	background-color:#B30738;
	color:#FFFFFF;
	border-left:1px solid #B30738;
	border-right:1px solid #B30738;
}
.nav li a:visited.nav-on {
	background-color:#B30738;
	color:#FFFFFF;
	border-left:1px solid #B30738;
	border-right:1px solid #B30738;
}

/* home ticker */
#ticker {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
}
marquee {
	position:relative;
	float:left;
	width:500px;
	left:100px;
	border:1px solid #cccccc;
	padding:2px;
	margin:10px;
}


/* home highlight box */
#highlight {
	position:relative;
	float:left;
	width:390px;
	background-image:url(../../images/highlight_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	border-bottom:1px solid #cccccc;
	padding:20px 0px 0px 20px;
	left:10px;
}
#highlight h1 {
	position:relative;
	margin:0px 0px 30px 0px;
}

#highlight img {
	margin:0px;
	padding:0;
}

#highlight p
{
	padding: 0;
	margin: 0;
}

/* home latest news */
#latestnews {
	position:relative;
	float:left;
	width:310px;
	left:40px;
}
#latestnews div {
	position:relative;
	float:left;
	margin:10px 0px 0px 0px;
}
#latestnews img {
	position:relative;
	float:left;
}
#latestnews p {
	position:relative;
	float:left;
	width:220px;
	margin:0px 0px 0px 10px;
}

/* home bottom row */
#bottomrow {
	position:relative;
	float:left;
	width:720px;
	border-top:1px solid #cccccc;
	left:10px;
	margin:20px 0px 0px 0px;
	clear:both;
	background-image:url(../../images/botrow_bg.gif);
	background-repeat:repeat-x;
	padding:20px 0px 20px 20px;
}
#bottomrow div {
	position:relative;
	float:left;
	width:220px;
	margin:0px 20px 0px 0px;
}
div#quart {
	position:relative;
	float:right;
	width:180px;
	margin:-20px 0px 0px 0px;
}
div#quart ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div#quart li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
div#quart a {
	position:relative;
	float:left;
	width:135px;
	margin:0px;
	padding:17px 10px 17px 35px;
	background-repeat:no-repeat;
	background-color:#eeeeee;
	background-position:5px 10px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	display:block;
}

/* subnav */
#subnav {
	position:relative;
	float:left;
	width:200px;
	margin:20px 0px 10px 0px;
	left:10px;
}
#subnav ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
	background-image:url(../../images/subnav_bg.gif);
	background-repeat:repeat-x;
	min-height:420px;
}
*html #subnav ul {
	height:420px;
}
#subnav li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
#subnav li a {
	position:relative;
	float:left;
	width:180px;
	margin:0px;
	padding:10px 10px 10px 10px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	display:block;
	text-decoration:none;
}
#subnav li a:visited {
	color:#003399;
}
#subnav li a:hover {
	color:#CC0000;
}

/* sub content */
#subcontent {
	position:relative;
	float:left;
	width:510px;
	margin:20px 0px 10px 0px;
	left:40px;
}
#location {
	margin:0px;
	padding:0px;
}
#location a {
	color:#003399;
}
#location a:visited {
	color:#003399;
}
#location a:hover {
	color:#CC0000;
}
#subcontent h2 {
	padding:20px 0px 40px 0px;
	background-image:url(../../images/subh2_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom
}

/* footer */
#footer {
	position:relative;
	float:left;
	width:100%;
	border-top:4px solid #B30738;
	padding:20px 0px 20px 0px;
}
#footer p {
	position:relative;
	float:left;
	width:760px;
	text-align:center;
	color:#666666;
	padding:0px;
	line-height:1.4em;
	margin:0px;
}


/* sub content */
#subcontent {
	position:relative;
	float:left;
	width:510px;
	margin:20px 0px 10px 0px;
	left:40px;
	line-height:1.5em;
}
#subcontent h2 {
	padding:20px 0px 40px 0px;
	background-image:url(../../images/subh2_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom
}
#subcontent-full {
	position:relative;
	float:left;
	width:740px;
	margin:20px 0px 10px 0px;
	left:10px;
	line-height:1.5em;
}
#subcontent-full h2 {
	padding:20px 0px 40px 0px;
	background-image:url(../../images/subh2_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom
}

#location {
	margin:0px;
	padding:0px;
}
#location a {
	color:#003399;
}
#location a:visited {
	color:#003399;
}
#location a:hover {
	color:#CC0000;
}

/* faq */
.faq {
	border-top:1px solid #cccccc;
	padding:10px;
}
.question {
	color:#003399;
	font-weight:bold;
}

/* info request */
#inforequest fieldset {
	border:1px solid #cccccc;
	margin:0px 0px 20px 0px;
	padding:20px 20px 20px 20px;	
}
#inforequest legend {
	font-size:1.2em;
	font-weight:bold;
	padding:0px 10px 0px 10px;
	color:#B30738
}
#inforequest label {
	position:relative;
	float:left;
	width:150px;
}


/* downloads */

div.downloads {
	position:relative;
	float:right;
	width:180px;
	margin:10px 0px 10px 10px;
}
div.downloads ul {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
div.downloads li {
	position:relative;
	float:left;
	margin:0px;
	padding:0px;
}
div.downloads a {
	position:relative;
	float:left;
	width:135px;
	margin:0px;
	padding:17px 10px 17px 35px;
	background-color:#eeeeee;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	display:block;
}


/* admin classes */

.dgHeader td {
	font-weight:bold;
	margin:20px 0px 10px 0px;
}

.dgEven td
{
	padding-top: 5px;	
}
table#Articles td, table#Faqs td, table#Pages td
{
	border: 1px solid white;
}

.label 
{
	padding: 5px 0 5px 0;	
	font-weight: bold;
	vertical-align: top;
}

.data 
{
	padding: 5px 0 5px 0;
	vertical-align: top;
}

.help
{
	font-size:1.2em;
	font-weight:bold;
	color:#CCC;
	padding:2px;
	margin:2px;
	cursor:help;
	vertical-align:top;
}

.delete_btn 
{
	margin-left: 10px;
	background-color: Red;
	color: White;	
}

.error 
{
	color: Red;
}

/* added 31.08.2007 */
 
th { background-color: #B30738;
	 color: #ffffff;
	 padding: 3px;
	 margin: 0px;}

td { background-color: #eeeeee;
	 text-align: left;
	 padding: 3px;
	 margin: 0px;}
	 