/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }
body {
	background: #ffffff;
	background-repeat:no-repeat;
	background-position:center bottom;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #000000; 
}
/* links */
a, a:visited {	
	color: #4682B4;
	background: inherit;
	text-decoration: none;
	font-weight: Bold; 
}
a:hover {
	color: #B0C4DE;
	background: inherit;
	text-decoration: none;
	font-weight: Bold; 
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #4682B4;	
}
h1 {
	font-size: 2.9em;		
}
h2 {
	font-size: 2.1em;
	color: #4682B4;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}
/* Paragraph */
p { padding: 5px 10px; text-align: justify;	}
ul {	
	list-style: none;
	border: none; 
}
/* images */
*img {
	background: #FFFFFF;
	border: none; padding: 0px;
}
ul#image img{border:0px;}
/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;		
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #B0C4DE;
	text-align: left;
	background: #fff;	
	border-width: 0px;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}	
/* end - table */
/* form elements */
label {
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}
option { padding-right: 0.5em; } 
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #B0C4DE;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}
/*LAYOUT*/ 
#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(../img/wrap.gif) repeat-y center top;
	margin: 40px auto 30px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 5px 0 10px 0; 	
}
#header {
	clear: both;
	position: relative;
	width: 952px;
	height: 210px;
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
/* Main Column */
#main {
	float: left;
	width: 590px;
	padding: 0; margin: -5px 0 -10px 22px;
	display: inline;	
}
#main h2 {
	font: bold 2.1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #4682B4; 
	padding: 10px 0 5px 5px; 		
	letter-spacing: -2px;	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li { 
	float : left;
	text-decoration: none;
	display:block;
	margin: 0;
	padding: 0;
}
#sidebar {
	float: right;
	width: 285px;
	padding: 0; 
	margin: -4px 21px 0 0;
	display: inline;	
}
#sidebar h3 {
	color: #4682B4; 
	font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -2px;	
	padding: 5px 0 5px 7px; 
	margin: 10px 0 5px 10px; 	
	border-bottom: 1px solid #B0C4DE;	
}
/* sidebar menu */
#sidebar  img {
	border: none; padding: 0px; 
}
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px;  
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #4682B4;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #777;	
	font-size: .9em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #B0C4DE;		
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }
/* footer */
#footer {
	clear: both;
	width: 952px;
	height: 22px;
	margin: 0;
	padding: 0px 0 0px 0;
	background: #fff url(../img/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding: 0px 0 0px 0; text-align: center; color: #555;
}