*{ padding: 0; margin: 0; }

IMG {
	border: 0px;
}

A {
	text-decoration: none;
	color: #CCCCCC;
}


A:hover, a:visited:hover {
	color: #0657C6;
}

A:visited {
	color: #CCCCCC;
}

BODY {
	font-family: tahoma;
	font-size: 100%;
	background-color: #407EC8;
}

#Wrapper {
	background: #407EC8 url(../piccs/wrapper_bg.png) repeat-x;
	width: 100%;
}

#Header {
	
}

#Header_Stripe {
	margin-top: 20px;
	border-bottom: 1px solid white;
	margin-bottom: 2px;
}

#Header_Bar {
	background-color: white;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	height: 70px;
	border-bottom: 1px solid white;
}

#Logo {
	position: absolute;
	top: 27px;
	left: 20px;
}

#Children_Drawing {
	position: absolute;
	top: 23px;
	left: 420px;
}
/*
#Banner {
	border: 1px dotted green;
}

#Topnav {
	border: 1px dotted blue;
}
*/

#Leftnav {
	width: 200px;
	margin-top: 50px;
	float: left;
}

#Leftnav .item {
	padding-top: 15px;
}

#Leftnav .subitem LI {
	list-style-type: circle;
	color: white;
	line-height: 200%;
	margin-left: 45px;
}

#Leftnav .subitem A {
	font-size: 70%;
	color: white;
	text-decoration: none;
}

#Leftnav .subitem A:hover {
	text-decoration: underline;
}

#Pagetitle {
	position: absolute;
	left: 310px;
	top: 110px;
	padding-left: 10px;
	padding-top: 10px;
}

#Content {
	margin-top: -93px;
	margin-left: 300px;
	margin-bottom: 75px;
	width: 450px;
	background: transparent url(../pics/white_20.png) repeat;
	height:100%;
	border: 0px dotted white;
	padding: 160px 10px 20px 30px;
}

#Content, #Content TD, #Content SPAN, #Content P {
	color: white;
	font-size: 95%;
	line-height: 150%;
	letter-spacing: 0.05cm;
}

.section {
	border: 0px dotted white;
	margin-top: 5px;
	margin-bottom: 10px;
}

LI {
	list-style-position: none;
	margin-left: 20px;
	line-height: 150%;
}

H2 {
	color: #CCFFCC;
	font-size: 11pt;
	margin-top: 10px;
	padding-bottom: 4px;
}

#Footer {
	background-color: #0657C6;
	padding: 3px;
	border-top: 1px solid white;
}

#Copyright {
	color: white;
	font-size: 10px;
}