* { margin: 0; padding: 0; }

body {
	background: #FFF;
	font: normal 70%/1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333; 
	text-align: left;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #667F99;	
}
a:hover {
	background: inherit;
	color: #666666; 
}
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: Bold; 		
}
h1 { font-size: 120%; }
h2 { font-size: 110%; text-transform: uppercase; }
h3 { font-size: 110%; color: #007E80; }

h1, h2, h3, p {
	margin: 0;
	padding: 10px;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Trebuchet MS', Arial, Helvetica, sans-serif ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 833px;
	background: url(bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	position: relative;
	width: 91%;
	margin: 0 auto;
	padding: 0;	
}
/* header */
#header {
	position: relative;
	width: 833px;
	height: 200px;
	margin: 0; padding: 0;
	font-size: 14px;
	color: #FFF;
}
/* menu */
#menu {
	clear: both;
	width: 833px;
	height: 26px;
	background: #FFF url(menubg.jpg) repeat-y;
	margin: 0;
	font: bolder 12px/26px Trebuchet MS, Arial, Helvetica, sans-serif;			
}
#menu ul{
	margin: 0; padding: 0 0 0 35px;
}
#menu ul li {
	float: left;
	list-style: none;		
}
#menu ul li a {
	display: block;
	text-decoration: none;	
	padding: 0 10px;
	background: inherit;
	color: #667F99;
}
#menu ul li a:hover {
   background: #FFF; 
	color: #667F99;  
}
#menu ul li#current a {	
	background: #30899F; 
	color: #667F99;	
}

/* Main */
#main {
	float: left;	
	width: 72%;
	padding: 0;	margin: 0;	
}
#sidebar {
	float: right;
	width: 26%;
	padding: 0; margin: 0;		
}	
#sidebar h1 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font: bold 120% Trebuchet MS, Arial, Helvetica, sans-serif;	
	color: #FFF;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(bullet.gif) no-repeat 2px 3px ;
	padding: 2px 0 2px 25px;
	margin: 0 2px;			 
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	padding: 2px 0; 		
	background: none;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Trebuchet MS, Arial, Helvetica, sans-serif;
	background: #FFF url(footerbg.jpg) no-repeat center top;	
	width: 833px;
	height: 60px;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 auto;	
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }


