* {
margin: 0;
padding: 0;
}

body {
margin: 5px 5% 20px 5%;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: #e0e0e0;
color: #000;
}

p, li {
	font-size: 80%;
}


#wrapper {
	background-color: #e0e0e0;
	color: #000;
	height: 1%;
	border: 1px #000;
}


/* ---- */
#header {
	color: #fff;
	background-color: #C6C6FF;
	height: 66px;
}

/* ---- */
#mainmenue {
	padding: 3px 0 4px 0;
	text-align: center;
	background-color: #e0e0e0;
	color: #000099;
	border-top: 1px solid #CCCCCC;
}
#mainmenue ul li {
display: inline;
margin-right: 14px;
}
#mainmenue a {
	text-decoration: none;
	font-weight: normal;
	padding: 1px 10px 2px 10px;
	background-color: #e0e0e0;
	color: #000099;
}

#mainmenue a:hover, a:active {
background-color: #000099;
color: #FFFFFF;
}

/* ---- */
#leftmenue {
	float: left;
	left: 10px;
	width: 180px;
	padding-bottom: 200px;
	color: #000099;
	margin-top: 10px;
}
#leftmenue ul li {
	list-style-type: none
}
#leftmenue a {
	display: block;
	text-decoration: none;
	width: 150px;
	margin: 2px 0;
	padding: 1px 2px 2px 5px;
	font-weight: normal;
	background-color: #C6C6FF;
	color: #000099;
	border-top: 1px solid #000099;
	border-right: 1px solid #000099;
	border-bottom: 1px solid #000099;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
}
#leftmenue a:Link {
}
#leftmenue a:visited {
background-color: #C6C6FF;
color: #990000;
}
#leftmenue a:hover {
background-color: #000099;
color: #fff;
}
#leftmenue a:active {
background-color: #000099;
color: #C6C6FF;
}
#leftmenue a:focus {
}

/* ---- */
#content {
	background-color: #FFFFFF;
	color: #000;
	border-left: 170px solid #e0e0e0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: justify;
	list-style-position: inside;
	list-style-type: square;
	
	}

}
#content h1, #content h2, #content h3 {
padding: 10px 20px 5px 30px;
color: #666;
text-align: left;
}
#content h1 {
padding: 10px 20px 5px 30px;
font-size: 150%;
letter-spacing: 1pt;
color: #666;
}
#content h2 {
font-size: 125%;
}
#content h3 {
font-size: 105%;
}
#content p {
line-height: 120%;
padding: 0 30px 15px 30px;
}
#content p.topper {
padding: 10px 20px 10px;
}
#content a {
text-decoration: none;
background-color: transparent;
color: #900;
/*border-bottom: 1px solid #900;*/
}
#content a:hover {
background-color: transparent;
color: #000099;
border-bottom: 1px solid #000099;
}
#content ul li {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 50px;
	list-style-type: square;
}

/* 
.breaker {
clear: both;
}---- */
#footer {
	height: 20px;
	background-color: #CCCCFF;
	color: #000000;
	border-top: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;


}
#footer p {
padding: 8px 15px;
font-size: 60%;

}
#footer a {
text-decoration: none;
background-color: transparent;
color: #000099;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}

/* ---- */
#main .invis, hr {
	display: none;
}

