@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	cursor:default;
	background:#3598b7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1,h2,h3,h4,h5,h6 {
	margin:5px 0px; padding:0px;
}
h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
td {
			border:none;
   }
td{
text-align:left;
}

tr{
	border:none;
}

#wrapper {
	
}
#header {
	height:240px;
	background:#157b9b url(images/header_bg.jpg) no-repeat top center;
}
#header h1 {
	display:none;
}
#nav {
	height:30px;
	clear:both;
	color:#FFFFFF;
	background:none;
}
#nav ul {
	width:780px;
	margin:0px auto;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}
#nav ul li {
	float:left;
}
#nav ul li a.first {
	background:#75970f;
	border-left:0px none;
	font-size:14px;
	padding:7px 38px 6px 38px;
}
#nav ul li a.first:hover {
	background:#75970f;
}
#nav ul li a {
	background:#CE2464;
	display:block;
	padding:8px 22px;
	border-left:1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
}
#nav ul li a:hover {
background:#f93f3f;
}

ul.menu, ul.menu li {
	margin:0px; padding:0px;
	list-style:none;
}

ol li {
	margin-bottom: 10px; 
}

ul li {
	margin-bottom: 7px; 
}

#content {
	width:780px;
	margin:0px auto;
	clear:both;
	background:#FFFFFF;
}
#matter {
	float:left;
	width:570px;
}
#matter .specifier {
	padding:20px 15px 15px 20px;
	text-align:justify;
	line-height:160%;
	font-size:11px;
}
#matter h2 {
	color:#75970f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #efefef;
	padding-bottom:10px;
}
#matter h4 {
	margin:10px 0px;
}
#sidebar {
	width:200px;
	margin-left:572px;
	border-left:1px dashed #666666;
	font-size:11px;
}
#sidebar .specifier {
	padding:10px;
}
#sidebar h3 {
	padding-left:30px;
	color:#CE2464;
	font-size:13px;
	background:url(images/h3_image.jpg) left no-repeat;
}
#sidebar ul {
	margin:10px 0px;
}
#sidebar ul.menu li {
	margin:2px 0; padding:3px;

}
#sidebar ul.menu li a {
	display:block;
	color:#157B9B;
	font-size:11px;
 	text-decoration:underline;
}

 
#sidebar ul.menu li a:hover {
	text-decoration:underline;
      color: #CE2464; 
}

#footer {
	text-align:center;
	font-size:11px;
	clear:both;
	background:#157b9b;
	color:#FFFFFF;
	width:780px;
	margin:0px auto;
}
#footer .specifier {
	padding:10px 0px;
}

.cleaner {
	clear:left;
	height:1px;
	overflow:hidden;
}