@charset "UTF-8";
/* CSS Document */
#wrapper {
	position:relative;
	width: 1000px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#f3f3f3;
	color:#333333;
}
#menu {
	background-color:#f3f3f3;
	width:100%
}

textarea, input {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
#header {
	position:relative;
	width:1000px;
	background-image:url(../images/header_small.png);
	background-repeat:no-repeat;
	height: 355px;
}
#captionHeader {
	position:relative;
	top:185px;
	left:160px;
	font-size:24px;
	width:800px;
}
#sidebar {
float:right;
width:300px
}

a{
text-decoration:none;
color:#0491D9;
}

a:hover {
text-decoration:underline;
}
h2 {
	font-size:18px;
	font-weight:bold;
	}
#left {
float:left;
width:400px;
}
#captionHeader2 {
	position:relative;
	top:185px;
	left:160px;
	font-size:16px;
	width:800px;
}
#navigation {
	list-style: none;
	margin: 0;
	padding-left:120px;
}
#navigation li {
	float: left;
	border-left:5px #0491D9 solid;
}
#navigation li.last {
	border-right: 5px #0491D9 solid;
	float: left;
	border-left:5px #0491D9 solid;
}
#navigation li a {
	display: block;
	background: #f3f3f3;
	width: 145px;
	text-align: center;
	color: #333333;
	padding: 3px 0;
	text-decoration:none;
}
#navigation li a:hover {
	background: #cccccc;
	color: #024190;
}
#content {
	margin-left:120px;
	padding-left:15px;
	margin-right:120px;
	text-align:justify;
	border-left: 5px #0491d9 solid;
	font-size:14px;
}
.listed {
	list-style:inside;
	list-style-type:square;
	}
h1 {
	margin-left:105px;
	border:none;
	font-size:30px;
}
.menuSmall {
	font-size:12px;
	color:#0491D9;