/* Main layout page styles */
html {
	background-color: #FFFFFF;
	background-image: url("/picts/main_bgn.gif");
}
body {
	background-color: #FFFFFF;
	background-image: url("/picts/main_bgn.gif");
	font-family: Tahoma, "Times New Roman";
	font-size: 1em;
}
#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 699px;
	height: 150px;
	background-image: url(/images/AwakenedWebBanner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin: auto;
}
#content {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#spamarrest {
	float: right;
	padding-top: 110px;
	padding-right: 10px;
}
#copyright {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	bottom: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

img {
	border: none;
}
/* End Main Layout Styles */

/* Menu Styles */
#menu {
	vertical-align: text-top;
	padding: 5px;
	list-style-type: circle;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
}
#menu li {
	list-style-type: disc;
	list-style-position: outside;
}
/* End Menu Styles */

/* Start Headline Styles */
h1 {
	text-align: center;
	font-size: 2em;
}
h2 {
	text-align: left;
	font-size: 1.8em;
}
h3 {
	text-align: center;
	font-size: 1.5em;
}
h4 {
	font-size: 1.1em;
}
/* End headline styles */

/* Body Content styles */
p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 20px;
}
/* End body content styles */

/* Custom classes */
.checkmark_bullets {
	list-style-image: url(../images/bullet3.gif);
	list-style-position: outside;
}
.underline {
	text-decoration: underline;
}
.Red {
	color: #990000;
}
.RedCrossout {
	color: #990000;
	text-decoration: line-through;
}

.quote {
	font-style: italic;
	padding: 15px;
	background-color: #FFFFCC;
	white-space: normal;
}

.highlight {
	background-color: #FFFF66;
}
.red_dash_box {
	border: medium dashed #FF0000;
	line-height: normal;
	background-color: #FFCCCC;
	padding: 20px;
}
.form_box {
	margin: 10px;
	padding: 10px;
	border: 2px solid #000000;
}
.dashedbox {
	margin: 10px;
	padding: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}
/* End custom sites */
