body {
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #CCCCCC;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
	border-bottom: thin dotted #333333; 
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px 0px;
	margin: 0px;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
#content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content li {
	padding-left: 12px;
	background: url(images/bullet_1.gif) 0px 5px no-repeat;
}
#content li ul li{
	background: url(images/bullet_2.gif) 0px 5px no-repeat;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background:  url("post.jpg");
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
    background:  url("post.jpg");
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url("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;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DADADA; 	
}
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;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url("nav.jpg") repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* Mobile specific elements */
.m {display: none;}
@media handheld {
.m {display: inherit;}
}

/*
 * LAYOUT
	position: relative;
 */ 

#wrapper {
	position:relative;
	width: 820px;
	background: #CCC url("images/bkgd_wrapper.jpg") repeat-y;
	margin: 0 auto;
}
#header {
	width: 820px;
	height:	100px;
	background:  url("images/bkgd_header.jpg") no-repeat top left;
}
#header h1 {display: none;}
#header p {
	display: block;
	position: absolute;
	right: 45px;
	top: 30px;
	height: 15px;
	width: 300px;
	text-align: right;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
#header p a {
	color:#666666;
}
#media {
	clear: both;
	width: 790px;
	height: 201px;
	margin: 0px auto;
	padding:10px 0px 0px;
	background: url("images/bkgd_media.jpg") no-repeat 0px 10px;	
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;		
}
#nav ul {
	float: left;
	list-style: none;
	background:  url("images/nav.jpg") repeat-x;	
	width: 790px;		
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	border-bottom: none;
	color: #FFF;
	font: bold 10px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background:  url("images/nav-hover.jpg") repeat-x;	
}
#nav ul li#current a {	
	background:  url("images/nav-current.jpg") repeat-x;	
}
#sidebar {
	width: 200px;
	float: right;
	margin: 10px 25px 0px 0px;
}
#column {
	width: 550px;
	float: left;
	margin: 10px 0px 0px 25px;
}
#footer {
	clear: both;
	width: 820px;
	background: url("images/footer-bottom.jpg") no-repeat center bottom;
	padding: 0px 0px 15px;
}
#footer p {
	margin: 10px 15px 0px;
	text-align: center;
}