@charset "UTF-8";
/* CSS Document */
body {
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 36px;
	color: #5e6266;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 130px;
}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #5e6266;
    width: 100%;
	margin-top: 35px;
	border-bottom: 2px solid  #B5BEC5; 
}

#wrapper {
	width: 780px;
	text-align: center;
	margin-top: 0px; 
	margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
}

#header {
	background-image: url('../img/bgheader.gif');
	background-color: #B5BEC5;
	background-repeat: no-repeat;
	background-position: 1px;
	margin-top: 0px;
    border-bottom: 10px solid #8d9399;
    border-top: 1px solid #8d9399;
	font-family: arial, helvetica, sans-serif;
	float: left;
	width: 780px;
	height: 62px;
	text-align: left;
}
#header h1 {
	font-size: 16px;
	margin: 5px 10px;
}
#header #description {
	font-size: 12px;
	margin: 5px 10px;
}
#header h2 {
	font-size: 14px;
	margin: 5px 10px;
	border: none;
}

#side {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	float: left;
	width: 180px;
	text-align:left;
}
ul.menu {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
	margin-top: 30px;
	width: 180px;
	padding: 0px 0px 0px 5px;
}
ul.menu li {
  	display: block;
	font-size: 16px;
}
ul.menu li a {
	text-decoration: none;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	color: #555555;
}
ul.menu li a:hover {
	text-decoration: underline;
	font-size: 14px;
  	display: block;
	padding: 8px 0px 8px 0px;
	background-color: #e5e5e5;
	color: #000000;
}
ul.links {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.links li {
	margin: 10px 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
}
ul.links li a {
	display: block;
	font-size: 12px;
}
ul.links li a:hover {
}

#main-content {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
    line-height: 130%;
	color: #555555;
	float: right;
	width: 560px;
	text-align: justify;
}
.content {}
.title {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #5e6266;
    width: 100%;
	margin-top: 35px;
	border-bottom: 2px solid  #B5BEC5; 
}
.title a{
	color: #5e6266;
}

#footer {
	width: 780px;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	clear: both;
	margin-top: 0px; 
    margin-right: auto; 
	margin-bottom: 0px; 
	margin-left: auto; 
}
#footer p {
	font-size: small;
}
