*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #26393d;
}

#wrapper
{
	margin: 0 auto;
	width: 924px;
}

#fake_columns
{
	background: #fff;
	margin-bottom: 5px;
	overflow: auto;
	width: 100%;
}

#header
{
	width: 924px;
	margin: 5px 0px 5px 0px;
	background: #fff;
}

#navigation
{
	background: #fff;
	color: #000;
	margin: 0px 0px 5px 0px;
	height: 36px;
	border-bottom: #eee solid 1px;
	border-top: #eee solid 1px;
}

#navigation ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	color: #000;
	font: 14px/24px "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}

#navigation a
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 123px;
	padding: 6px 15px;
}

#navigation li#active
{
	background: #eee;
	font-weight: bold;
	color: #344a4e;
	width: 123px;
	padding: 6px 15px;
}

#navigation a:hover
{
	background: #eee;
	color: #000;
}

#breadcrumb
{
	color: #333;
	padding: 10px 10px 10px 26px;
	margin: 0px 0px 5px 0px;
	background: #fff;
	font-size: 11px;
	border-bottom: #eee solid 1px;
}

#leftcolumn
{
	display: inline;
	color: #333;
	padding: 0px;
	width: 165px;
	float: left;
	margin: 26px 0 26px 26px;
}

#rightcolumn
{
	float: right;
	color: #333;
	margin: 20px 20px 20px 0;
	padding: 0px;
	width: 653px;
	display: inline;
	position: relative;
}

#footer
{
	width: 924px;
	clear: both;
	color: #333;
	background: #fff;
	margin-bottom: 5px;
	border-top: #eee solid 1px;
}

#search
{
	padding: 15px 23px 0 0;
	margin: 0;
}

a
{
	color: #0177b2;
	text-decoration: none;
	font-weight: bold;
}

a:hover { text-decoration: underline; }
a:visited { color: #ef7600; }

.copyright a
{
	color: #0177b2;
	text-decoration: none;
	font-weight: normal;
}

.copyright a:hover { text-decoration: underline; }
.copyright a:visited { color: #ef7600; }

#leftcolumn a
{
	color: #0177b2;
	text-decoration: none;
	font-weight: normal;
}

#leftcolumn a:hover { text-decoration: underline; }
#leftcolumn a:visited { color: #ef7600; }

h1
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2
{
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}

.indent { padding-left: 18px; }

.big
{
	padding-left: 18px;
	font-size: 120%;
}

#rightcolumn p
{
	font: small;
	margin-bottom: 10px;
	line-height: 22px;
}

#leftcolumn p
{
	font: small;
	margin-bottom: 10px;
	line-height: 18px;
}

.switch a
{
	font: bold 14px/24px "trebuchet ms", helvetica, sans-serif;
	border-bottom: 1px dotted #000;
	color: #000;
}

.switch a:hover
{
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.switch a:visited { color: #000; }
.right { float: right; }

.page_number
{
	float: right;
	margin-top: 10px;
	border: 1px solid #c7dc4f;
	padding: 10px;
	background: #fff;
}

.img { margin: 5px 5px 0; }
.img_border { border: 5px solid #fff; }

.center
{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.credit
{
	font-size: 9px;
	text-align: center;
	font-style: italic;
}

.credit a { font-weight: normal; }

.box
{
	margin-top: 5px;
	padding: 10px;
	background: #fff;
}

object { border: 5px solid #fff; }

.tip
{
	border: 1px solid #71bce2;
	padding: 10px 10px 0;
	background: #fff;
	margin-bottom: 5px;
	margin-top: 10px;
}

.copyright
{
	text-align: center;
	padding: 12px 10px 10px;
	font-size: 10px;
}

.roundtop { background: url(img/tr_h.gif) no-repeat top right; }
.roundbottom { background: url(img/br_f.gif) no-repeat top right; }

img.corner
{
	width: 6px;
	height: 6px;
	border: none;
	display: block !important;
}

.clear
{
	clear: both;
	background: none;
}
