/* -- generic styles ------------------------*/
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../_images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
}
#header {
	width: 760px;
	padding: 10px 20px;
	height: 160px;
	text-align: left;
	position: relative;
	background-color: #FFF;
}
#header h4  {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: normal;
	color: #999;
	text-align: left;
	text-decoration: none;
	clear: both;
}
#header #headCaption {
	font-family: 'Raleway', sans-serif;
	font-size: 1.35em;
	margin-bottom: 0px;
	clear: both;
}
#header .highlight {
	color: #09F;
}
#header ul {
	list-style-type: none;
}
#header ul li {
	display: block;
	float: left;
	margin-left: 20px;
}
#header a {
	font-size: .85em;
	color: #666;
	text-decoration: none;
}
#header a:hover {
	color: #09F;
}
#header #topNav {
	position: absolute;
	left: 564px;
}
#header #homeButton {
	float: left;
	margin-bottom: 55px;
}
#mainNav {
	color: #333;
	padding-right: 20px;
	padding-left: 20px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	height: 40px;
	background-color: #FFF;
}
#mainNav ul li {
	display: block;
	margin-right: 20px;
	float: left;
	list-style-type: none;
	line-height: 40px;
}
#mainNav ul li a:link , #mainNav ul li a:visited{
	color: #333;
	font-size: 0.85em;
	line-height: 40px;
	text-decoration: none;
}
#mainNav ul li a:hover {
	color: #09F;
}
#mainNav .hide {
	color: #FFF;
}
.sectionDivider {
	margin: 0px;
	padding: 0px;
	width: 800px;
	clear: both;
	height: 20px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.sidebar {
	float: left;
	width: 260px;
	padding-top: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: left;
	color: #999;
}
.sidebar .tag {
	margin-bottom: 20px;
}
.sidebar .tag .tagHighlight {
	background-color: #09F;
	color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
}
.mainContent {
	float: right;
	width: 490px;
	padding-top: 20px;
	text-align: left;
}
.mainContent img {
	padding: 5px;
	background-color: #CCC;
	margin-right: 12px;
	margin-bottom: 20px;
	border: none;
}
.mainContent a:hover img {
	background-color: #09F;
}
.sidebar a:link, .sidebar a:visited {
	color: #999;
}

.sidebar a:hover {
	color: #000;
	text-decoration: none;
}

#footer {
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
}

