@charset "utf-8";
/* CSS Document */

/* --- initial centering and padding/margin removal ---- */
* {
	padding:0;
	margin: 0;
	}
	
body {
	background-color: #FFFFFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	background-image: url(../images/background.gif);
	background-position: left top;
	background-repeat: repeat-x;
	}
#wrapper {
	position:relative;
	width: 870px;
	text-align: left;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
	}
#content h3 {
}
#clear {
	clear:both;
	}
/* --- container layout styles ---*/
#header {
	height: 85px;
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-bottom: 25px;
}
#content{
	float:left;
	width: 400px;
	}
#content_wide{
	float:left;
	width: 850px;
	}
#navbar {
	float:left;
	width: 150px;
	background-color:#FFFFFF;
	}
#sidebar {
	float:right;
	width: 320px;
	background-color:#FFFFFF;
	}
#footer {
	width: 850px
	color: #fff;
	background: #FFFFFF;
	clear: both;
	}
#featured h2 {
	background-color: #FFFFFF;
	margin: 0px;
}
	
#content img {
	float: left;
	clear: both;
	margin-right: 8px;
	border: 3px solid #FFFFFF;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00B0D8;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00B0D8;
	font-size: 1em;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: left;
	padding-left: 10px;
}
#content p br {
	clear: left;
}
#featured p br {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}
#featured hr {
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #00B0D8;
	line-height: 1.2em;
	font-style: italic;
	margin-right: 40px;
	margin-left: 40px;
	font-weight: normal;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content a {
	color: #8C921C;
	font-weight: bold;
}
#content a:hover {
}
#featured  a:hover  {
	color: #330099;
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #00B0D8;
	margin-right: 40px;
	margin-left: 40px;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	line-height: 2em;
}
#sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.4em;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 2px;
}
#sidebar img {
}
#sidebar #form1 {
}
/* --- featured area styles ---*/
#featured {
	background-color: #00B0D8;
	background-image: url(../images/drop.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 90px;
	margin-left: 10px;
	}
#featured img {
}
#featured p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
}
#featured a {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#sidebar #form1 label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
}
#sidebar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
}
#sidebar input {
}
#current {
	clear: both;
}
/* -- favorites area styles -- */
#favorites {
	padding: 1em 0 1em 1.2em;
	}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover {
	color: #85C018;
	text-decoration: none;
}
#current h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#wrapper #content #current #form1 label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
}
#header img {
	float: left;
}
#sidebar input {
}

