/*design and CSS by Holger Kreis (amy rae)
Use of this style sheet is governed by a Creative Commons Attribution-NonCommercial-ShareAlike 1.0 license
   http://creativecommons.org/licenses/by-nc-sa/1.0/
Use of the images employed by this style sheet are NOT governed by the same terms!
No use of the images may be made without the permission of the above parties.
*/
body {
	color:#000;
	font:100% Trebuchet MS, Trebuchet, Palatino,"Book Antiqua",Times,"Times New Roman",serif;
}

#masthead {
	diplay: none;
}

h2, h3, h4 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
}
h3 {
	font-size:1.2em;
}
a:link {
	color:#000099;
	text-decoration: none;
	border-bottom:1px dotted #000099;
}
a:visited {
	color: #990099;
	text-decoration: none;
	border-bottom:1px dotted #990099;
}

a:hover {
	text-decoration: none;
	border-bottom:1px solid #990099;
}
#wrapper {
	width:auto;
}

#content {
	width:100%;
}
#content h2 {
	margin:1.5em 5px 15px;
	padding-bottom:0.2em;
	border-bottom:1px solid #ccc;
}
#content h3 {
	margin:1.5em 5px 0;
	color:#CC3333;
	font-weight:bold;
}
#content p {
	margin: 0.5em 8px 1em;
}


#content li {
    margin:-0.1em 5px 1em;
}

#content h3 a,li a, li a:hover {
	text-decoration:none;
}


#content .footer {
	margin-top: 4.0em;
	padding-top:4.1em;
	color:#999;
}

#nav {
	display: none;
}


img { 
    border: 0px;
}
.imgright {
    float: right;
}

table {
   	margin:5px;
	padding: 0px;
	}

td {
   
	vertical-align:top;
	padding-right: 15px;
}

.tabledescr {
   
    font-weight: bolder;
   
 }
 
.navjump {

    display: none;
}