/* Codeworks is the code */
/* Codeworks © 2009 */
/* 11 Feb 2009 version 8.0 */

/* body bground image code can be format 
background: #456 url (image.jpg) repeat-y )0% 0 ;  

*/
body {
	margin: 5px auto auto 80px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	text-align: justify;
	line-height: 125%;
	color: Gray; /* IE5 Win */
	background: White url(chalkstrip.gif) repeat;
	font-size: small;
	font-size: small;
	background-color: #F0FFFF;
}

html>body { /* maybe likes of Opera compatible */
	font-size: small;
	}


	
a:link {
	color: Teal;
}

a:visited {
	color: #8a3c2e;
	}

a:hover {
	color: Red;
}

p {
	margin: 1em 0 1em;
	padding: 0;
	background: repeat left;
}

	
h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	color: #930;
	padding: 0;
	margin: 0;
	}

h2 {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 110%;
	color: #8a3c2e;
	padding: 0;
	margin: 0 0 .2em 0;
	letter-spacing: .01em;

	}

h2 a:link, h2 a:visited {
	font-size: 118%;
	text-decoration: none;
	color: #930;
	}

h2 a:hover {
	color: #600;
	}
	
h2.sub {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	}

h2.sub a {
	font-size: 100%;
	color: #999;
	text-decoration: underline;
	}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #222;
	padding: 0px 0 0px 0;
	margin: 1.2em 0 0em 0;
	border-bottom: 1px solid #a8a8a8;
	}

h1 span, h2 span, h3 span {
	color: #999;
	}
	
b {
	color: #8a3c2e;
	}

h4 {
	color: #8a3c2e;
	}

/* Codeworks is the code breaker */
/* Codeworks © 2007 */

form {
	margin: 0px;
	}

input.text, input.radio, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-color: #ccc;
	border:  1px solid #A8B2BB;
	}

.knop {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #21236e;
	background-color: #f2f3f4;
	font-weight: normal;
	width: 1px;
	}

/* Opt Hide for IE Mac \*/
.knop {
	width: auto;
	}
/* End Opt Hide */


#form_head {
	font-size: 12px;
	color: #8a3c2e;
	}

.form_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	text-align: right;
	padding-right: 5px;
	padding-bottom: 1px;
	vertical-align: top;
	}

#form_textrhs {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 1px;
	vertical-align: top;
	}
	
#form_input {
	width: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-color: #ff;
	text-align: left;
	vertical-align: top;
	border: 1px solid Fuchsia;
}
	
#form_bg {
	background: #f2f3f4;
	border:  1px solid #A8B2BB;	
	}

/* Codeworks is the code breaker */
/* Codeworks © 2007 */

/* ---( code header )------------ */	
#wrap {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 95%;
	text-align: left;

	width: 800px;
	width: 800px;
	}

html>body #wrap { /* compatable to Opera */
  	width: 800px;
	} 

#header {
	float: left;
	width: 800px;
	height: 76px;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	background: #d9e2f1 no-repeat;
}
#headtrim {
	position: absolute;
	float: left; /* add for Moz */
	left: 0px; /* add for IE */
	top: 68px;
	width: 800px;
	height: 8px;
	background: repeat-x;
}
	
#head-nav {
	float: right;
	margin-right: 20px;
	font-size: 80%;
	}
	
#head-nav a {
	color: #21236e;
	text-decoration: none;
	}

#head-nav a:hover {
	color: #8a3c2e;
	text-decoration: underline;
	}
	
/* Codeworks is the code breaker */
/* Codeworks © 2007 */
/* navigation stuff here */
#nav {
	position: absolute;
	top: 116px;
	left: 0px;
	width: 134px;
	font-size: 80%;
	line-height: 150%;
	background: #fff;
	}
	
#nav li {
	margin-left: -30px;
	list-style: none;
	}
	
#nav a {
	text-decoration: none;
	color: #8a3c2e;
	}
	
#nav a:hover, #nav a.active {
	color: #21236e;
	text-decoration: underline;
	}
	
#nav a.active {
	font-weight: bold;
	}

#nav li ul {
	font-size: 100%;
	list-style: none;
	}
	
#nav-sub {
	padding-left: 10px;
	}

.navsub {
	padding-left: 10px;
	}

#navborder {
	width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: fff;
	}

/* Codeworks is the code breaker */
/* Codeworks © 2007 */
/* --- code crums nav ----------------------------- */
#breadcrumbs {
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	font-size: 80%;
	color: #999;
	}

#breadcrumbs a {	
	text-decoration: none;
	color: #777;
	}
	
#breadcrumbs a:hover, #nav a.active {
	color: #000;
	}
	
#breadcrumbs a.active {
	font-weight: bold;
	}

/* Codeworks is the code breaker */
/* Codeworks © 2007 */	
/* ---( cwks main content column )----------------------------- */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:left;}
/* End IE5-Mac hack */

#main-body {
	background: #fff
	}
	
#title-panel {
	position: relative;
	top: -8px;
	left: 0px;
	float: left;
	padding: 0px 0 0 0;
	margin: 8px 0 0 0;
	border-bottom: 1px solid #d8d8d8;
	width: 660px;
	text-align: right;
	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 642px;
	height: 20px;
	background: #fff;
	}
#title-text {
	padding-right: 20px;
	font-size: 105%;
	color: #8a3c2e;
	}

#content {
	position: relative;
	left: 155px;
	float: left;
	width: 490px;
	padding: 0px 30px 0 0;
	margin: 5px 0 20px 0;
	text-align: left;
	voice-family: "\"}\"";
  	voice-family: inherit;
  	width: 490px;
	line-height: auto;
	font-size: 90%;
	}

html>body #content { /* compatible to Firefox,Opera,Netscape and the like */
	width: 460px;
	}
	
#content img {
	float: left;
	margin: 6px 15px 0px 0;
	padding: 0px 0 0px 0;
	background: #fff;
	border: 0px solid;
	}
#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	padding: 5px;
	border-color: #fff;
	border-width: 1px;
	border-style: solid;	
	}

#content ul {
	
	}
	
#content ul li {		

	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	}
#content ul li ul {		

	}
	
#content h4 {
	color: #21236e;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 0px;
	}
		
#bullet1 {
	background: url(pointer.gif) no-repeat;
	}
	
#content a {
	text-decoration: none;
	}
#content a:hover {
	text-decoration: underline;	
	}

.top {
	padding-right: 25px;
	background: url(../images/up_arrow.gif) no-repeat 25px;
	}
	

	
	
#links {
	height: auto;
	margin: 10px 0 0 5px;
	padding: 0px 0 5px 40px;
	background: Fuchsia no-repeat;
	border-bottom: dotted #f2f3f4 1px;
}
/* Codeworks is the code breaker */
/* Codeworks © 2007 */
/* ---( nav  code )-------------------------- */




/* ---( footer )---------------- */

#footer {
	position: relative;
	float: left;
	clear: none;
	margin: 0;
	width: 800px;
	height: auto;
	font-size: .8em;
	text-align: center;
	color: #20B2AA;
	background: transparent;
	border-top: none;
	border-bottom: none;
}
	
#footer p {
	margin: 0;
	padding: 0px 10px;	
	}

/* code fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #20B2AA;
	text-decoration: none;
}

	
	
#footer a:hover {
	color: Red;
	text-decoration: underline;
}

/* There you made it - wasnt so bad - was it */

/* Codeworks is the code breaker */
/* Codeworks © 2007 */


/* Error code*/


.error-text {
	font-size: 10px;
	color: #ff0000;
	}