﻿* {
	margin:0px;
	padding:0px;
}
body {
	margin:20px auto 0 auto;
	padding:0;
	background:#ffffff;
}
.clear {
	clear:both;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/*-------------------------Navigation------------------------------*/
#navigation {
	margin:0 auto 0 auto;
	padding-right:6px;
	background:#ebebeb url('images/navbg.jpg') no-repeat right center;
	width:894px;
	height:35px;
}
#navigation ul {
	margin:0 auto 0 auto;
	background:#ebebeb url('images/ulbg.jpg') repeat-x;
	height:35px;
}
#navigation li {
	height:35px;
	background:url('images/libg.jpg') no-repeat right center;
	list-style:none;
	float:left;
	display:block;
}
#navigation li a {
	padding:0 20px 0 20px;
	font:normal normal normal 12px/35px Arial;
	color:#555555;
	text-decoration:none;
	display:block;
}
#navigation li a:hover {
	color:#ff693a;
	text-decoration:none;
}
#navigation li.home {
	width:58px;
	background:url('images/homeicon.gif') no-repeat left center;
}
#navigation li.home a:hover {
	width:58px;
	background:url('images/homeiconhover.gif') no-repeat left center;
}
#navigation li.home.currentpage {
	width:58px;
	background:url('images/homeiconhover.gif') no-repeat left center;
}
#navigation li.currentpage a {
	color:#ff693a;
	text-decoration:none;
}
/*-------------------------Header------------------------------*/
#header {
	margin:0 auto 0 auto;
	padding:20px 0;
	height:39px;
	width:900px;
	border-bottom:1px #cdcdcd solid;
}
#logo {
	float:left;
}
/*-------------------------Wrapper------------------------------*/
#wrapper {
	margin:0 auto 0 auto;
	width:900px;
}
/*-------------------------Title------------------------------*/
#title {
	margin:0 auto 10px auto;
	padding:10px 0;
	width:700px;	
	float:left;
}
#title h1 {
	font:normal normal normal 12px Arial;
	color:#555555;
}
#bookmark {
	margin:0 auto 0 auto;
	padding:10px 0;
	width:200px;
	float:right;
	text-align:right;
}
/*-------------------------Left Side------------------------------*/
#leftcol {
	margin-right:20px;
	width:180px;
	float:left;
}
#leftcol h3 {
	margin-bottom:10px;
	font:normal normal normal 18px Arial;
	color:#1f2c58;	
}
#leftcol p {
	padding-bottom:20px;
	font:normal normal normal 12px/18px Arial;
	color:#555555;
}
#leftcol p a {
	font:normal normal normal 12px/18px Arial;
	color:#555555;
	text-decoration:none;
}
#leftcol p a.currentpage {
	color:#ff693a;
	text-decoration:none;
}
#leftcol p a:hover {
	color:#ff693a;
}
/*-------------------------Center------------------------------*/
#centercol {
	margin-right:20px;
	width:500px;
	float:left;
}
#centercol h2 {
	margin-bottom:10px;
	font:normal normal normal 18px Arial;
	color:#1f2c58;	
}
#centercol h2 a {
	font:normal normal normal 18px Arial;
	color:#1f2c58;	
	text-decoration:none;
}
#centercol h2 a:hover {
	font:normal normal normal 18px Arial;
	color:#ff693a;	
}
#centercol h3 {
	margin-bottom:10px;
	font:normal normal bold 12px Arial;
	color:#1f2c58;	
}
#centercol h4 {
	margin-bottom:10px;
	font:normal normal bold 12px Arial;
	color:#555555;	
}
#centercol p {
	padding-bottom:10px;
	font:normal normal normal 12px/18px Arial;
	color:#555555;
}
#centercol p a {
	font:normal normal normal 12px/18px Arial;
	color:#555555;
	text-decoration:none;
}
#centercol p a:hover {
	color:#ff693a;
}
#centercol p.announcement {
	margin-top:10px;
	margin-bottom:20px;
	padding:10px;
	background:#fff9d7;
	width:480px;
	font:normal normal normal 12px/18px Arial;
	color:#555555;
	border:1px #ff693a solid;
}
#centercol p.announcement a {
	font:normal normal normal 12px/18px Arial;
	color:#ff693a;
	text-decoration:none;
}
#centercol p.announcement a:hover {
	text-decoration:underline;
}
#centercol p.last {
	margin-bottom:10px;
	border-bottom:1px #cdcdcd solid;
}
#centercol p.tags {
	font:normal normal normal 10px/18px Arial;
}
#centercol p.tags a {
	font:normal normal normal 10px/18px Arial;
	color:#ff693a;
}
#centercol p.tags a:hover {
	text-decoration:underline;
}
#centercol p.right {
	text-align:right;
}
#centercol p.right a {
	font:normal normal normal 12px Arial;
	color:#555555;
	text-decoration:none;
}
#centercol p.right a:hover {
	color:#ff693a;
}
/*-------------------------Right Side------------------------------*/
#rightcol {
	width:180px;
	float:right;
	text-align:right;
}
#rightcol h3 {
	margin-bottom:10px;
	font:normal normal normal 18px Arial;
	color:#1f2c58;	
}
#rightcol p {
	padding-bottom:20px;
	font:normal normal normal 12px/18px Arial;
	color:#555555;
}
#rightcol p a {
	font:normal normal normal 12px/18px Arial;
	color:#555555;
	text-decoration:none;
}
#rightcol p a:hover {
	color:#ff693a;
}
/*-------------------------Footer------------------------------*/
#footer {
	margin:100px auto 20px auto;
	width:900px;
	text-align:left;
}
#footer p {
	font:normal normal normal 12px/18px Arial;
	color:#555555;
}
#footer p a {
	font:normal normal normal 12px/18px Arial;
	color:#555555;
	text-decoration:none;
}
#footer p a:hover {
	color:#ff693a;
}
















































