﻿html {
	overflow-y: scroll;
}
body {
	text-align: center;
	margin: 0;
	background: #FFF ;
}
#main {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FAFAFA;
}
#header {
	border-left: 0 solid #999;
	border-right: 0 solid #999;
	border-top: 0 solid #999;
	border-bottom: 0 solid #999;
	height: 90px;
	padding: 5px 0;
	background: #fff url('images/header-2.gif') no-repeat right center;
}
#nav, #nav2 {
	float: left;
	color: #D98C57;
	text-decoration: none;
	border-color: #CCC;
	width: 140px;
	text-align: center;
	border-style: solid;
	border-width: 0 0 0 0;
	margin: 0;
	padding: 5px 5px 15px;
	background: FFF;
	font: 400 70% Verdana,Arial,Helvetica,sans-serif;
}
#content {
	color: #666;
	text-decoration: none;
	width: 555px;
	text-align: left;
	padding: 5px 5px 15px;
	font: 70% Verdana,Arial,Helvetica,sans-serif;
}
#footer {
	color: #999;
	text-align: center;
	clear: left;
	padding: 10px 0;
	background: #FFF;
	font: 70% Verdana,Arial,Helvetica,sans-serif;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: #427BBD;
	text-decoration: underline;
}
a.nav, a.nav2 {
	color: #666;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: 400;
	border-color: #DEDEDE;
	border-style: solid;
	border-width: 0 0 0 0;
	padding: 3px 0 3px 5px;
}
a.nav2 {
	margin-left: 8px;
}
a.nav:hover, a.nav2:hover {
	text-decoration: none;
	border-color: white;
	color: white;
	background-color:#427BBD;
}
h2 {
	color: #427BBD;
	font-size: 180%;
	text-decoration: none;
	text-align: left;
	font-weight: 400;
	border-color: #CCC;
	border-style: solid;
	border-width: 0;
	margin: 0 0 15px;
	padding: 2px 25px 0 0;
}
h3 {
	color: #666;
	font-size: 150%;
	text-decoration: none;
	text-align: left;
	font-weight: 400;
	border-color: #CCC;
	border-style: solid;
	border-width: 0;
	margin: 0 0 15px;
	padding: 2px 25px 0 0;
}
h4 {
	color: #427BBD;
	font-size: 120%;
	text-decoration: none;
	text-align: left;
	font-weight: 400;
	border-color: #CCC;
	border-style: solid;
	border-width: 0;
	margin: 0 0 15px;
	padding: 2px 25px 0 0;
}
.togTitle {
	color: #427BBD;
	font-size: 150%;
	text-decoration: none;
	text-align: left;
	font-weight: 400;
	border-color: #CCC;
	border-style: solid;
	border-width: 0;
	margin: 0 0 15px;
	padding: 2px 25px 0 0;
}
a.togTitle {
	text-decoration: none;
}
a.togTitle:hover {
	text-decoration: none;
}
.itempost {
	xborder-color: #F6F6F6;
	xborder-style: solid;
	xborder-width: 0;
	xmargin: 5px 5px 20px;
 	xpadding: 10px;
	xbackground: #FCFCFC;
}
.itempost img {
	border-width: 0;
}
.itempost b {
	color: #427BBD;
	font-size: 110%;
}
.itemdate {
	text-align: right;
	font-size: 9px;
	color: #427BBD;
	font-style: italic;
	font-weight: 400;
	border-color: #CCC #EEE #EEE;
	border-style: solid;
	border-width: 1px 0 0;
	margin: 5px 0 3px;
}
 
.fader3 {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#FFFFFF',EndColorStr='#427BBD');
}

.fader1 {
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#427BBD',EndColorStr='#FFFFFF');
}
 
.sitename1 {
	font-size:28px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#427BBD;	
}

.sitename2 {
	font-size:28px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:gray;	
}