/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-face: "Trebuchet MS", arial, hevetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
}
select, input, textarea {
	margin: 0;
	padding: 0;
	font-face: "Trebuchet MS", arial, hevetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
}

a:link { color: #600; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #B52C07;
	font: 150% "Trebuchet MS", arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #5B5E0E;
	font: 106% "Trebuchet MS", arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 100px;
	width: 100%;
	background-image: url(images/topbar_bg2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
	background-color: #FFFFFF;

}
#headerindex
{
	height: 100px;
	width: 100%;
	background-image: url(images/topbar_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
	background-color: #FFCC33;

}
#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { 
	list-style-type: none; 
	color: #FFFFFF;
 }
#mainnav li {
	display: inline;
	color: #FFFFFF;
}

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat {
	float: right;
	background-color: #FFFFFF;
}
.imagefloatleft {
	float: left;
	background-color: #FFFFFF;
}

#footer
{
	clear: both;
	color: #000000;
	text-align: right;
	font-size: 90%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
	visibility: hidden;
}
#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
.boxed {
	border: 1px solid #333333;
}
.dashed {
	border: 1px dashed #FFCC33;
}

a.topmenu:link {
	color: #FFFFFF;
}
a.topmenu:visited {
	color: #FFFFFF;
}
.quote {
	background-color: #EFEFEF;
	border: 1px solid #000000;
}
.quotemark {
	font-weight: bold;
	color: #663366;

}
.boxed {
	border: 1px solid #990000;
}
