/* CSS-Layout */
#masthead {
	background-image: url(bg_header.jpg);
	background-repeat: no-repeat;
	height: 145px;
	background-position: center top;
}

#top_nav {
	height: 20px;
	padding-left: 200px;
	padding-bottom: 2px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 11px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 10px;
}

#page_content {
	margin-right: 220px;
	margin-left: 220px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

body {
	background-color: #F7F4EB;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 13px;
	line-height: 20px;
	}
	h1,h2,h3,h4,h5,h6 {
	font-family: Comic Sans MS, Verdana, Arial;
}

a:link {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #666666;
}
h2 {
	font-size: 14px;
	color: #666666;
}

#left_col #navigation ul {
	list-style-type: none;
	margin-left: 10px;
}

/*	Navigation vertical - 
	------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width:200px;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 12px;
	text-decoration: none;
}
#navigation ul			{
	padding: 0 0 0 0;
}
#navigation ul.nav1st {
	width:180px;
}


#navigation ul.nav1st li {
	padding:4px 0 4px 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F6F4EB;
	border-bottom-color: #F6F4EB;	
}

#navigation ul.nav1st li.active {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-decoration: none;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#009933;
	text-decoration: none;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
	text-decoration: none;
}

#navigation ul.nav1st a:hover {
	color:#090;
	text-decoration: none;
}


#navigation ul.nav1st li ul.nav2nd li {
	margin-left:14px;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	text-decoration:underline;
}

/* form-module
*******************************************************************************/
#form-module * { 
	padding: 0px;
	margin: 0px;
}

#form-module { 
	margin: 0px;
	padding: 0px;
	width: 520px;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

#form-module fieldset { 
	border: 0px solid #fff;
}

#form-module legend { 
	display: none;
}

#form-module p { 
	margin: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

#form-module .element { 
	display: block;
	clear: both;
	border-top: 2px solid #fff;
}

#form-module label { 
	display: block;
	float: left;
	padding: 5px;
	width: 120px;
	border-right: 2px solid #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#form-module label.checkbox { 
	width: 372px;
	border-left: 2px solid #fff;
	border-right: none;
}

#form-module input, 
#form-module textarea { 
	float: left;
	margin: 5px;
	width: 295px;
	border: 1px solid #333;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#form-module select { 
	float: left;
	margin: 5px;
	width: 100px;
	height: 20px;
	border: 1px solid #333;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#form-module input.text { 
	height: 20px;
}

#form-module input.checkbox { 
	width: 120px;
	padding: 0;
	border: none;
}

#form-module input.submit { 
	margin: 5px 5px 5px 137px;
	padding: 2px 5px;
	border: 1px solid #333;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
}

#form-module input.submit:hover { 
	background-color: #f7f7f7;
	color: #000;
}

#form-module label.textarea.textarea { 
	height: 96px;
	color: #999999;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#form-module textarea.textarea {
	height: 96px;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

#form-module-thanks {
	display: block;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
#form-module label.textarea {
	height: 96px;
	color: #716F64;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
.link {
	float: left;
	padding-left: 20px;
}

