/* strange */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #EEE; 
  	font: 9px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
  	color:#666;  
  	padding:0px;
  	margin:0px;
	text-align: center;
}
td, p, div, font {
  	font: 9px Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
 }
/* Anchors and Links */
:link, :visited { text-decoration: none; }
:link:focus, :visited:focus { color: #c00; }
:link { color: #c00; }
:visited { color: #c00; }
:link:hover, :visited:hover { color: #c00; text-decoration: underline;}
:link:active, :visited:active { color: #c00; text-decoration: underline; }

img {
	border: 0px;
}

div{
	padding:0px;
  	margin:0px;
}

p  {
	margin: 12px 0px; 
	padding: 0px 20px;
}

hr {
	/*float:left;*/
 	border-top: 1px solid #eee;
    background-color:transparent;
	height: 0px;
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	color:#c00;
	font-weight:normal;
	text-align: left; 
	padding: 10px 20px; 
	margin: 0px;
}
h1 {
	font-size: 1.8em; 
}
h2 {
	font-size: 1.6em; 
}
h3, h5 {
	font-size: 1.4em; 
}
h4 {
	font-size: 1.0em; 
	color:#c00;
	font-weight:bold;
	text-align: center; 
	padding: 8px 0px 10px 0px; 
	margin: 15px 0px 15px 0px;
	border:0;
	background-image: url(img/h4_bg.jpg);
	background-repeat:repeat;
}
h5 {
	font-size: 1.3em; 
	font-size: 15px; 
	padding: 10px 10px 3px 10px; 
}
h6 {
	font-size: 1.2em;
}

h1 a, h2 a, h3 a, h4 a, h5, h6 a{
	color: #c00 ! important ;
	text-decoration: none;
}
h4 a {
	color: #c00 ! important ;
	display:block ! important;
	width: 576px;
}
h4 a:hover {
	text-decoration:none ! important;
}


td{
	vertical-align:top;
}



@media screen
{	
	#wrapper {
		position:relative;
		width:910px;
		margin:16px auto;
		text-align:left;
		padding:0px;
		border:0px;
		background-color:#eee;
	}
	#top {
		position: absolute;
		margin: 0px;
		padding: 7px 0px 0px 0px;
		width: 760px;
		height: 68px;
		background-repeat:no-repeat;
	}
	#top {
		background-image: url(img/top_bg_nl.jpg);
	}
	#divider {
		position: absolute;
		left: 760px;
		top: 0px;
		width: 30px;
	}
	#topnav {
		/*position: absolute;*/
		margin: 0px;
		padding:0px;
		width: 760px;
		height: 22px;
	}
	#main {
		position: relative;
		top: 68px;
		width: 760px;
		margin:0px;
		height: auto;
	}
}

@media print
{
	#wrapper {
		position:static;
		width:910px;
		margin:0px auto;
		text-align:left;
		padding:0px;
		border:0px;
		background-color:#fff;
	}
	#wrapper {
		position:static;
		width:760px;
		margin:0px auto;
		text-align:left;
		padding:0px;
		border:0px;
		background-color:#fff;
	}
	#top {
		display:none;
	}
	#divider {
		display:none;
	}
	#topnav {
		display:none;
	}
	#main {
		position: relative;
		top: 0px;
		width: 760px;
		margin:0px;
		height: auto;
	}
}

div.cleardiv{
	clear:both;
	height:0px;
}


/* TOP NAVIGATION -------------------------------------------- */
#topnav_left {
	float: left;
	margin: 0;
	width: 5px;
	height: 22px;
	background-color: #fff;
	background-image: url(img/topnav_left.jpg);
	background-repeat:no-repeat;
}
#topnav_left {
	background-image: url(img/topnav_left.jpg);
}
#topnav_middle {
	float:left;
	margin: 0px;
	width: 750px;
	height: 22px;
	background-color: #fff;
	background-image: url(img/topnav_bg.jpg);
	background-repeat:repeat-x;
}

#topnav_right {
	float: left;
	margin: 0;
	width: 5px;
	height: 22px;
	background-color: #fff;
	background-image: url(img/topnav_right.jpg);
	background-repeat:no-repeat;
}


/* LEFT NAVIGATION ------------------------------------------- */
@media screen
   {
	#leftnavwrapper {
		float:left;
		margin:0px;
		width: 160px;
		display: inline; /* Double Float-Margin Bug in IE Fix */
		background-image: url(img/nav_left_wrapper_bg.jpg);
		background-repeat:no-repeat;
		background-position:top left;
		
	}
}

@media print
   {
	#leftnavwrapper {
		display:none;
	}
}


#leftnav_left {
	float:left;
	display: inline; /* Double Float-Margin Bug in IE Fix */
	margin:0px 0px 0px 0px;
	padding:0px;
	width: 6px;
	height:auto;
}

#leftnav {
	/*position:absolute;*/
	float:left;
	display: inline; /* Double Float-Margin Bug in IE Fix */
	margin:0px;
	padding: 0px;
	width: 150px;
}

#leftnav_right {
	float:left;
	display: inline; /* Double Float-Margin Bug in IE Fix */
	margin:0px 0px 0px 0px;
	padding:0px;
	width: 4px;
}


/* ---- Sub Channel Labels ----------------------------------- */

@media screen
{	
	#contentwrapper {
		float:left;
		width: 760px;
		padding: 0px;
		margin: 0px;
		height:auto;
		background-color: #EEE;
		background-image: url(img/contentwrapper_back_nonav.jpg);
		background-repeat:repeat-y;
	}
	#contentwrapper {
		background-image: url(img/contentwrapper_back.jpg);
	}
	#contenttop {
		float:left;
		width: 760px;
		background-color: #eee;
		margin: 0px;
		padding: 0px;
		height:4px;
		background-repeat:no-repeat;
	}
	#contenttop {
		background-image: url(img/content_top.jpg);
	}
	#contentbottom {
		float:left;
		width:760px;
		margin:0px;
		padding:20px 0px;
		height:70px;
		text-align:center;
		background-color:#eee;
		background-image: url(img/content_bottom_nonav.jpg);
		background-repeat:no-repeat;
		background-position:top;
	}
	#contentbottom {
		background-image: url(img/content_bottom.jpg);
	}
	#content {
		float:left;
		padding-left:0px;
		left: 0px;
		top: 0px;
		background-color: #fff;
	}
}
@media print
{
	#contentwrapper {
		position:relative;
		width: 760px;
		padding: 0px;
		margin: 0px;
		height:auto;
		background-color: #fff;
	}
	#contenttop {
		display:none;
	}
	#contentbottom  {
		display:none;
	}
	#content {
		position:static;
		padding-left:0px;
		left: 0px;
		top: 0px;
		background-color: #fff;
	}
}


#content {
	margin:0px;
	width: 585px;
	background-image: url(img/content_back.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:480px;
}
h1 a:hover {
	text-decoration:none ! important;
}

h2 a:hover {
	text-decoration:none ! important;
}

h3 a:hover {
	text-decoration:none ! important;
}

h4 a:hover {
	text-decoration:none ! important;
}

/* ---- FORM ELEMENTS ---------------------------------------- */

.form {
	width: 542px;
	margin: 0px 20px;
}
.form_leftcol {
	width: 150px;
	height: 0px;
}
.form_middlecol {
	width: 15px;
	height: 0px;
}
.form_rightcol {
	/*width: 355px;
	height: 0px;*/
}
.form_mandatorycol {
	width: 15px;
	height: 0px;
}

.form_fieldinput {
	font-size: 10px;
	color: #666;
	height: 16px;
	width: 343px;
	border: 1px solid #C5C5C5;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
.form_fieldinput2 {
	font-size: 10px;
	color: #666;
	height: 16px;
	width: 512px;
	border: 1px solid #C5C5C5;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
.form_fieldselect {
	font-size: 10px;
	color: #666;
	height: 16px;
	width: 100%;
	border: 0px solid #C5C5C5;
	margin: 0px;
	padding: 0px;
}
.form_fieldlabel {
	font-size: 10px;
	color: #666;
	height: 22px;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
}
.form_fieldlabel2 {
	font-size: 10px;
	color: #666;
	height: 22px;
	vertical-align: bottom;
	padding: 5px 0px 4px 0px;
}
.form_button {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin: 0px 25px 0px 0px;
	float:right;
}
.form_divider{
	background-image: url(form_divider.gif);
	background-repeat:no-repeat;
}