﻿
body {
	font-family: Arial;
	font-size: small;
	background-image: none;
	background-color: #CCCCCC;
}
h1 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 150%
}
#container {
	border-color: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left-style: solid;
	border-left-width: 9px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
}
#masthead {
	border-style: none none solid solid;
	border-width: 0px 0px 4px 5px;
	border-color: #000000;
	text-align: right;
	width: 780px;
	padding: 0px 0px 13px 11px;
}
#navheader {
	padding: 5px 2px 2px 2px;
	border-color: #000000;
	width: 800;
	height: 20px;
	margin: 0px 0px 4px 0px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	font-weight: bold;
}
#adsblock  {
	width: 780px;
}
#navigation {
	margin: 10px 0px 10px 5px;
	border-style: none;
	border-color: #FFFFFF;
	float: left;
	width: 139px;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}
#content {
	margin: 10px 20px 5px 145px;
	border-style: solid none solid solid;
	border-width: thin 0px thin thin;
	border-color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
#footer {
	padding: 3px;
	text-align: center;
	clear: both;
	width: 780px;
	border: 0px none #000000;
	color: #000000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px none #0000FF;
}
#navigation a {
	border: 0px solid #FFFFFF;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
	font-size: 100%;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #000000;
	font-weight: bold;
	font-size: 200%;
}
#content img {
	background-position: center;
	border: 0px none #402640;
	clip: rect(auto, auto, auto, auto);
	right: auto;
	left: auto;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/* Navheader Styles */
#navheader p {
	color: #808080;
}
#navheader a {
	color: #000000;
	text-decoration: underline;
}
#navheader a:hover {
	color: #000000;
	text-decoration: none;
}

a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


.center {
	text-align: center;

}

img.pixcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
     }

.quotes {
	font-weight: bold;
	font-size: 110%;
	font-style: italic;
	text-align: center;
	display: block;
}



#navigation h2 {
	text-align: center;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 150%;
}
