/* general
--------------------------------------------------- */

body * {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: rgb(95,95,95);
	font-size: small;
	font-family: Verdana, sans-serif;
}

img {
	display: block;
}

em, cite {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
}

acronym {
	border-bottom: 1px rgb(180,180,180) dotted;
}

hr {
	display: none;
}



/* header
--------------------------------------------------- */

div#headerwrapper {
	display: none;
	background: rgb(51,102,102);
	border-bottom: 10px rgb(185,200,4) solid;
	height: 135px;
}



/* main
--------------------------------------------------- */

div#main a:link {
	color: rgb(145,156,3);
	border-bottom: 1px rgb(220,215,143) dotted;
}

div#main a:visited {
	color: rgb(133,143,3);
	border-bottom: 1px rgb(220,215,143) dotted;
}

div#main a:hover, div#main a:active {
	color: rgb(145,156,3);
	border-bottom: 1px rgb(220,215,143) solid;
}



/* leftsidebar
--------------------------------------------------- */

div#leftsidebar {
	display: none;
}



/* content
--------------------------------------------------- */

div#content {
	margin-bottom: 3em;
}

div#content p#breadcrumb {
	display: none;
}

div#content h1, div#content h2, div#content h3 {
	color: rgb(51,102,102);
	text-transform: lowercase;
}

div#content h1 {
	font-weight: normal;
	font-size: 210%;
	margin-bottom: 0.9em;	
}

div#content h2 {
	font-weight: normal;
	font-size: 145%;
	margin: 1.4em 0 0.4em 0;	
}

div#content h3 {
	font-weight: normal;
	font-size: 120%;
	margin: 1.3em 0 0.2em 0;	
}

div#content p {
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 95%;
}

div#content ul {
	margin: 0 0 1em 1.1em;
	list-style-image: url(../design/bullet.gif);
	font-size: 95%;
}

div#content li {
	margin-bottom: 0.8em;
	line-height: 1.5em;	
}

div#content ul.nobullets {
	list-style: none;
	margin-left: 0;
}

div#content ul span.title {
	color: rgb(51,102,102);
	font-size: 75%;
}



/* form
--------------------------------------------------- */

form#form p.alert {
	margin: 2.5em 0 2em 0;
	font-size: 75%;
	padding-left: 22px;
	background: url(../design/warning.gif) no-repeat 0 50%;
	font-style: italic;
}

form#form fieldset {
	border: 1px rgb(215,215,215) solid;
	padding: 1.5em 1em 1em 1em;
}

form#form legend {
	color: rgb(51,102,102);
	font-size: 75%;
	font-weight: bold;
	padding: 0 4px;
}

form#form span.mandatory {
	color: rgb(108,28,0);
}

form#form dl {
	font-family: Verdana, sans-serif;
}

form#form dt {
	color: rgb(51,102,102);
	font-size: 75%;
	margin-bottom: 1px;
	text-transform: lowercase;
}

form#form dd {
	margin-bottom: 1em;
}

form#form input, form#form textarea, form#form select {
	padding: 3px;
	border: 1px rgb(210,210,210) solid;
	font-size: 85%;
	font-family: Verdana, sans-serif;
}

form#form input {
	width: 200px;	
}

form#form input.wide {
	width: 250px;
}

form#form textarea {
	width: 325px;
	padding: 3px;
	height: 100px;
}

form#form select {
	width: auto;
}

form#form input.submit, form#form input.submitroll { 
	font-size: 75%;
	padding: 5px 7px;
/*	border: 1px rgb(171,185,2) solid;*/
	margin-top: 2em;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	font-weight: bold;
	color: #fff;
	border: 0;
}

form#form input.submit {
	background: rgb(145,156,3);
}

form#form input.submitroll {
	background: rgb(133,143,3);
	cursor: pointer;
}

form#form input:focus, form#form textarea:focus, form#form input.sffocus, form#form textarea.sffocus {
	background-color: rgb(250,250,250);
}



/* table
--------------------------------------------------- */

table#categories {
	margin: 1em 0 2em 0;
	width: 100%;
	border-collapse: collapse;
	font-size: 85%;
}

table#categories th, table#categories td {
	border: 1px #fff solid;
	background: rgb(238,238,238);
	padding: 0.6em 0.7em;
	text-align: left;
	font-weight: normal;
}

table#categories th {
/*	font-weight: bold;*/
}

table#categories thead th {
	background: rgb(51,102,102);
	color: #fff;
	text-transform: lowercase;
}

table#categories td.subheading {
	background: rgb(225,225,225);
	font-style: italic;
}



/* sitemap
--------------------------------------------------- */

div#sitemap {
	margin-top: 1.5em;
}

div#sitemap ul {
	list-style: none;
	margin: 0;
}

div#sitemap ul li {
	margin-bottom: 1.5em;	
	color: rgb(51,102,102);
	font-weight: bold;
	text-transform: lowercase;
}

div#sitemap ul li .sectionheading {
	display: block;
	margin-bottom: 0.8em;
}

div#sitemap ul ul li {
	margin: 0 0 0 1em;
	font-size: 85%;
}

div#sitemap ul ul li a {
	display: block;    
	padding: 6px 2px 6px 25px;
	background: url(../design/menuarrow.gif) no-repeat 0 50%;
	font-weight: normal;
}

div#sitemap ul ul li a:link, div#sitemap ul ul li a:visited {
	border-bottom: 1px rgb(220,220,220) dotted;
}

div#sitemap ul ul li a:hover, div#sitemap ul ul li a:active {
	background-color: rgb(240,240,240);
	border-bottom: 1px rgb(230,230,230) dotted;
}



/* rightsidebar
--------------------------------------------------- */

div#rightsidebar {
	display: none;
}



/* footer
--------------------------------------------------- */

div#footerwrapper {

}

div#footer {
	font-size: 75%;
}

div#footer a:link {
	color: rgb(145,156,3);
	border-bottom: 1px rgb(220,215,143) dotted;
}

div#footer a:visited {
	color: rgb(133,143,3);
	border-bottom: 1px rgb(220,215,143) dotted;
}

div#footer a:hover, div#footer a:active {
	color: rgb(145,156,3);
	border-bottom: 1px rgb(220,215,143) solid;
}



/* footermessage
--------------------------------------------------- */

div#footermessagewrapper {
	display: none;
}