* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #414141; 
	text-align: center;
	margin: 15px 0;
}
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #34485f;
	background: inherit;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #34485f;
}
h3 {
	font-size: 130%;
	padding-bottom:0!important;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
table {
	border-collapse: collapse;
	margin: 10px;	
}
th {
	background: #93BC0C url(../img/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	background: #F8F8F8;
	line-height:30px;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}


button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

#wrap {
	position: relative;
	width: 820px;
	background: #CCC url(../img/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 820px;
	height: 19px;
	background: #CCC url(../img/top-bg.jpg) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 790px;	
	padding: 0; 	
	background: #E8E8E8;	
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;	
	display: inline;
}
#header {
	width: 820px;
	position: relative;
	height: 100px;
	background: #CCC url(../img/header-bg.jpg) repeat-y center top;
	padding: 0;	
	color: #FFF;	
}
#logo {
	padding: 19px 0 0 15px;
}
#logo img {
   border: none;
	padding: 0;
}

#navigation {
	background: url(../img/nav.jpg) repeat-x;	
	clear: both;	
	padding: 0;	
	margin:0 15px;
	text-align:center;
}
#navigation ul {
	list-style: none;
	width: 790px;		
	text-transform: uppercase;
	margin: 0;
	padding: 0;	
	display: inline;
}
#navigation ul li {
	display: inline;
	margin: 0; padding: 0;
}
#navigation ul li a {
	display: inline-block;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #3a5960;
	border-bottom: none;
	color: #FFF;
	font: bold 12px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	margin-left: -4px;
}
#navigation ul li.last a {border:none;}
#navigation ul li a:hover, 
#navigation ul li a:active {
background: url(../img/nav-current.jpg) repeat-x;	
}

#main {
	float: left;
	width: 67%;
	padding: 20px 0 0 0; margin: 0 0 0 10px;
	display: inline;
}
#main p {
	text-align:justify;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #43666f; 
	text-transform: none;
	padding: 10px 0 0px 10px; 			
}
#main ul li {
	list-style-image: url(../img/bullet.gif);
}
#sidebar {
	float: right;
	width: 27.5%;
	padding: 20px 10px 0 0; 
	margin: 0;		
}	
#sidebar h3 {
	padding: 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #43666f; 
}
#sidebar ul {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(../img/dots.jpg) repeat-x left top;
}
#sidebar ul li {
	list-style: none;
	background: url(../img/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul li a:hover {	
	color: #1773BC;	
}
#footer-wrap {
	clear: both;
	width: 820px;
	font-size: 95%;	
	text-align: left;
	padding: 25px 0;
	background: url(../img/footer-bottom.jpg) no-repeat center bottom;	
	text-align: center;
}
p.ask {
	margin:20px 0 0 0;
	color:#526b87;
	font-weight:bold;
	padding-bottom:0;
}
p.report {
	margin:0;
	padding-top:0;
	padding-bottom:0;
}
.rubriclist {
background: url(../img/dots.jpg) repeat-x left bottom;
width:250px;
height:25px;
margin:0 0 10px 10px;
}
.rubriclist a {
background:none;
}
.description {
background:#F8F8F8;
}
.description table {
border-right: 1px solid #dfdfdf;
border-top: 1px solid #dfdfdf;
}