﻿body
{
	margin: 0;
	padding: 0;
	font: 0.9em Calibri, Arial, Hevetica, Sans-Serif;
	text-align: center;
	color: #bfbfbf;
	background-color: #666666;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a:link { text-decoration: none; color: #bcc708; }
a:visited { text-decoration: none; color: #98a106; }
a:hover, a:active {  text-decoration: underline; color: #e5f20a; }

h1 {
	font-size: 15px;
	letter-spacing: 1px;
}

h2
{
	col or: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	col or: #5B5E0E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

img {
	border: none;
}

#container_top
{
	margin-top: 1em;
	width: 727px;
	height: 18px;
	text-align: left;
	background-image: url(images/content_top.png);
}

#container
{
	margin: 0em auto;
	width: 727px;
	text-align: left;
	background-image: url(images/content_middle.png);
}

#container_bottom
{
	padding-bottom: 35px;
	width: 727px;
	height: 18px;
	text-align: left;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
}

#header
{
	height: 304px;
	width: 100%;
	background-image: url(images/header_background.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	margin-bottom: 15px;
}

#header_insert
{
	width: 100%;
	height: 100%;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#menu
{
	float: right;
	width: 175px;
	margin-right: 10px;
	margin-left: 55px;
	margin-top: 0px;
}

#menu ul 
{
	margin-left: 12px; 
	margin-right: 5px; 
	list-style-type: square; 
}
#menu li { padding: 0px; }

#footer
{
	clear: both;
	color: #666666;
	text-align: right;
	font-size: 0.8em;
	padding: 0px 15px 5px 15px;
}

.standardCopy
{ 
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#contents { margin: 0 200px 40px 20px; }

.imagefloat { float: left; padding: 10px; }


/*----------------------------
					 Widgets
----------------------------*/

div#widgetzone{
	padding: 0;
	background: none;
}

div#widgetzone .clear{
	clear: left;
}

div.widget{
	padding: 10px 15px;
	margin-bottom: 10px;
	z-index: 1;
	min-width: 1px;
}

div.widget .content{
	line-height: 16px;
	color: #666666;
}

div.widget h4{
	font-size: 15px;
	border-bottom: 1px solid silver;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 5px;
	z-index: 0;
	color: #999999;
	letter-spacing: 1px;
}

div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

#widgetzone .widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}

#widgetzone .widget ul li {
	margin-bottom: 3px;
}

#widgetzone div.search{
	background: none;
	border: none;
	padding-left: 10px;
}

#widgetzone img.rssButton {
	margin-right: 3px;
}

/*----------------------------
					 Blogroll
----------------------------*/

#blogroll ul {
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0px;
}

#blogroll ul li ul li a {
	margin-left: 25px;
	color: #666666;
}

#blogroll ul li a img {
	border: none;
	margin-right: 3px;
}