.Stil4 {font-size: 16px}
.Stil8 {color: #FFFFFF}
.Stil9 {font-size: 10px}
.Stil11 {color: #6395D0}
.Stil13 {
	color: #6192CB;
	font-weight: bold;
}
.Stil14 {color: #6192CB; font-weight: bold;
text-decoration:none; }


.Stil15 {color: #FCFFFF; font-weight: bold;
text-decoration:none; }

.Stil18 {color: #333333;}








* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
background: #CCCCA0;/*url(images/img1.gif) repeat-x*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #33332D;
	line-height:130%;
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	color:#33332D;
	font-weight: bold;
}
h2 { font-size: 16px; }
h3 { font-size: 12px; font-weight: bold; }

ul {
	line-height: 32px;
	font-size: 100%;

}


a {color:#002F2F;
text-decoration:none;
font-size:14px;
font-weight:600;

	}

#header {
	width: 831px;
	height: 78px;
	margin: 0 auto;
	background-color: #33332D;
	border-right: 1px solid #33332D;
	border-left: 1px solid #cccccc;
}

#logo {
	float: left;
	width: 239px;
	height: 78px;
	background: #ffffff;
	background-image: url(images/plan.jpg);
	border-right: 2px solid #fff;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 30px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	display: block;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #5687C2;
}



/* Splash */

#splash {
	width: 832px;
	height: 117px;
	margin: 0 auto;
	border-top: 3PX SOLID #990000;
	border-bottom: 5PX SOLID #9FB4CC;
	background-color: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
/*	background: url(images/img2.jpg) no-repeat right top;*/
}

#splash p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 832px;
	margin: 0 auto;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 554px;
	padding: 19px;
	text-align: left;
	height: 575px;
	background-color: #FFFFFF;
}
#content1 {
	float: right;
	width: 587px;
	text-align: left;
	height: 117px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#content ol, #content ul {
	margin-left: 3em;
}



#content2 {
	float: right;
	width: 587px;
	text-align: left;
	height: 117px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
#content ol, #content ul {
	margin-left: 3em;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 15px 10px 10px 20px;
	background: #9FB4CC;
	height: 588px;
}



#sidebar1 {
	float: left;
	width: 240px;
	height: 117px;
	background-image: url(images/test.gif);
	background-repeat: no-repeat;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}



/* Footer */

#footer {
	clear: both;
	width: 812px;
	height: 10px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #575757;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

