div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
/* ---------- WRAPPER STYLES ------------*/
#wrapper {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4b7f9a;
	border-right-color: #4b7f9a;
	border-bottom-color: #4b7f9a;
	border-left-color: #4b7f9a;
}

/* ---------- HEADER STYLES ------------*/
#header {
	position: relative;
	height: 155px;
	margin: 0px;
	padding: 0px;
	width: auto;
	background-color: #FFFfff;
}

#buttons {
	width: 100%;
	position: absolute;
	padding-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	bottom: 1px;
	height: 30px;
	margin-top: 205px;
	background-color: #68b022;
}

#header #buttons ul {
	list-style: none;
	width: 530px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: auto;
	color: #d0afa0;
}
#header #buttons ul li{
	width: 100px;
	float: left;
	height: 33px;
	line-height: 33px;
	background-color: #FFF;
	padding: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
}
#header #buttons ul li a:link, #buttons li a:visited {
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	color: #000000;
	display: block;
	font-size: 0.8em;
	text-transform: capitalize;
}

#header #buttons ul li a:hover {
	background-repeat: no-repeat;
	color: #0C3;
	background-color: #CCC;
}

#header #buttons ul li a:focus {
	outline: none;
	color: #b23327;
	background-color: #CCC;
}

#header #buttons ul li a.current {
	background-repeat: no-repeat;
	cursor: default;
	color: #666;
}
#header #buttons ul li a.next {


/* empty */	
}
#wrapper #header #buttons ul li .current:hover {
	text-decoration: none;
	color: #666;
}
/* ---------- CONTENT STYLES ------------*/
#content {
	float: right;
	width: 900px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	top: 0px;
	padding-bottom: 0px;
	height: auto;
}

#content h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #68b022;
}

#content h2 {
	font-size: 1.2em;
	color: #68b022;
}

#content h3 {
	font-size: 1.1em;
	color: #68b022;
}
#content h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}
#content p {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #666;
	clip: rect(auto,auto,auto,auto);
}

#content a:link, #sidebar-body a:visited{
	color: #0F0;
	text-decoration: none;
}

#content a:hover{
	color:#0F0;
	text-decoration: none;
}
#content a:visited  {
	color: #0F0;
	text-decoration: none;
}

#content img {
	top: 10px;
	white-space: normal;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content ul li  {
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
}



/* ---------- SIDEBAR STYLES ------------*/
#sidebar {
	width: 40px;
	position: static;
	float: left;
}
#sidebar-body {


}

#sidebar-body img {
	display: block;
	padding: 0px;
	top: 10px;
}


#sidebar-body p {
	font-size: 0.8em;
	color: #666;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar-body ul li a:link ,#sidebar-body ul li a:visited{
	color: #FF8000;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
	font-size: 0.8em;
}
#sidebar-body ul li a:active {
	color:#CCC;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
}
#sidebar-body ul li a:hover{
	color:#F30;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
}

#sidebar-body ul li a:focus{
	outline: none;
}
#sidebar-body ul {
	list-style-type: none;
	margin-left: auto;
	width: 180px;
	margin-right: auto;
}
#sidebar-body ul li {
	line-height: 1.2em;
	vertical-align: middle;
}
#sidebar-body ul li:hover {
	background-color: #CCC;
}


/* ---------- FOOTER STYLES ------------*/
#footer {
	font-size: 0.7em;
	color: #FFF;
	background-color: #68b022;
	width: 100%;
	position: relative;
	text-align: center;
	line-height: 30px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	height: 30px;
}
#footer a:link, #footer a:visited{
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
}

#footer a:hover{
	color: #0C3;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 5px;
}

#footer a:focus{
	outline: none;
}
