* { padding: 0; margin: 0; }

body {
	background: #ccc;
}
#wrapper { 
 margin-left: auto;
 margin-right:auto;
 margin-top: 20px;
 width: 885px;
background: #fff;
 
}
#header {
 width: 885px;
 color: #333;
 height: 150px;
 margin: 0;
 background: #f3f2ed url(images/header_bg.jpg);
}

#header .headLeft {
	float: left;
}

#header .headRight {
	float: right;
	font: normal 11px Arial, Verdana, sans-serif;
	padding-right:10px;
	padding-top: 25px;
	text-align: right;
}

.blueHL {
	color: #008ED1;
	font-weight: bold;
	display: block;
}

.blueHLI {
	color: #008ED1;
	font-style: italic;
	padding-top: 8px;
	display: block;
}

#headerClear {
	clear: both;
}
/* **********************************
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
padding: 0;
width: 885px;
background: #fff;
voice-family: "\"}\"";
voice-family: inherit;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:right;
color: white;
background: #008ED1 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:right;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
color: #000;
background-color: #DCEAF6;
}

#ddcolortabs a:hover span{
color: #000;
background-color: #DCEAF6;
}

#ddcolortabs #quote a, #ddcolortabs #quote span{ /*currently selected tab*/
background-color: #E6E657;
color: #000;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #008ED1;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}



#navigation {
 width: 885px;
 padding: 0;
 margin: 0;
}



#content { 
 width: 865px;
font-family: "Trebuchet MS"; 
font-size: 1em;
 height:auto;
 background:#fff;
 margin-left: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
 display: block;
}

/* Sidebar */

#sidebar {
	font: normal .80em "Trebuchet MS",Arial,sans-serif;
	float: right;
	width: 220px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #E6E6E6 url(images/img07.gif) no-repeat right bottom;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;
	border-top: 1px dotted #CDCDCD;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(images/img06.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #145997;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .first {
	border: none;
}

#footer { 
clear: both;
 width: 885px;
 color: #333;
 background-color:#DCEAF6;
 height: 14px;
}

#footer .text {
	font: normal 11px Arial, Verdana, sans-serif;
}

