body
{
	background-color: #EFEFEF;
	color: #5A5A5A;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 20px;
	color: #333333;
}

a
{
	color: #910E02;
}

hr
{
	margin: 3em 0 3em 0;
}


/* Page Header */

div#pageheader
{
	background-color: #1E1E1E;
}

div#pageheader h1
{
	margin-top: 5px;
	color: #F0F0F0;
}


/* Main Navigation */

div#navigation
{
	background-color: #1E1E1E;
	text-align: right;
}

div#navigation a:link
{
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #999999;
}

div#navigation a:visited
{
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #999999;
}

div#navigation a:hover
{
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #F0F0F0;
}

div#navigation ul
{
	margin: 0 0 10px 0;
	list-style: none;
	float: right;
}

div#navigation ul li
{
	float: left;
}

div#navigation ul li.current
{
	color: #F0F0F0;
}

div#navigation ul li.current a:link
{
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #F0F0F0;
}

div#navigation ul li.current a:visited
{
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #F0F0F0;
}

div#navigation ul li.current a:hover
{
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #F0F0F0;
}


/* Page Content */

div#pagecontent
{
	background-color: #EFEFEF;
}

div#contentcontainer
{
	padding: 0 0 10px 0;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}


/* Page Footer */

div#pagefooter
{
	background-color: #EFEFEF;
}

div#pagefooter p
{
	text-align: center;
	margin-top: 10px;
}


/* Image Styles */

.imagefull
{
	float: left;
	margin: 0 0 10px 0;
}

.imageleft
{
	float: left;
	margin: 0 10px 10px 0;
}

.imagecenter
{
	float: left;
	margin: 0 0 10px 0;
}

.imageright
{
	float: right;
	margin: 0 0 10px 10px;
}

.blogimage
{
	text-align: center;
	margin: 0 0 10px 0;
}
