/*TYPOGRAPHY
TEXT*/
DIV#local_2, DIV#local_2 P
{
	padding: 0;
}
BODY, P
{
	text-align: left;
	font-family: Georgia;
	font-size: 13px;
	line-height: 20px;
	color: #797878;
}
P, SPAN.user-message
{
	margin-bottom: 15px;
	margin-top: 0px;
}
IMG
{
	border: 0;
}
P IMG
{
	padding: 5px 0px;
}
BLOCKQUOTE
{
	margin: 0;
}
BLOCKQUOTE P
{
	color: #E23A00;
	padding: 0px 20px;
	font-weight: bold;
	font-style: italic;
}
PRE
{
	font-family: monospace;
	font-size: 1em;
}
STRONG, B
{
	font-weight: bold;
}
EM, I
{
	font-style: italic;
}
CODE
{
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/*END TEXT
HEADINGS*/
H1, H1 A
{
	padding: 0;
	color: #FEFEFE;
	margin: 0px 0 10px 0px;
	font-weight: 500;
	font-family: "Archer Book", "Archer Book Pro", Archer, ArcherBookPro, ArcherBook, "Courier New";
	clear: both;
}
H2, H3, H4, H5, H2 A
{
	padding: 0;
	color: #FEFEFE;
	margin: 0px 0 10px 0px;
	font-weight: 500;
	font-family: Arial;
	clear: both;
}
DIV#main_narrow H2, DIV#main_narrow H3, DIV#main_narrow H4, DIV#main H2, DIV#main H3, DIV#main H4
{
	padding-top: 14px;
}
H1
{
	font-size: 51px;
	position: absolute;
	top: 172px;
	left: 240px;
	padding: 5px 2px 12px 0;
	display: block;
}
H2.archivetitle
{
	margin-bottom: 23px;
	font-size: 13px;
	font-weight: bold;
}
H2
{
	font-size: 13px;
	#margin-left: -350px;
	color: #000;
	padding: 0;
	margin-bottom: 0px;
	font-family: Georgia;
}
H3
{
	font-size: 21px;
	color: #333;
	margin-bottom: 0px;
	font-family: Georgia;
	padding: 0;
}
H4
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 10px;
}
H5
{
	font-size: 12px;
}
/*END HEADINGS
LINKS*/
A, A:link, A:active, A:visited
{
	background-color: transparent;
	text-decoration: none;
	color: #797878;
	text-decoration: underline;
}
A:hover
{
	text-decoration: underline;
}
DIV#footer P A, DIV#footer P A:link, DIV#footer P A:active, DIV#footer P A:visited
{
	color: #6F6F6F;
	text-decoration: none;
}
/*END LINKS
LISTS*/
UL, LI, OL, DL, DT
{
	padding: 0;
}
UL
{
	line-height: 1.3em;
	margin: 0 0 1.5em;
}
UL LI
{
	margin: 0 0 0.25em 30px;
}
OL
{
	line-height: 1.4em;
	margin: 0 0 1.5em;
}
OL LI
{
	font-size: 1em;
	margin: 0 0 0.25em 30px;
}
DL
{
	margin: 0 0 1.5em;
	line-height: 1.4em;
}
DL DT
{
	font-weight: bold;
	margin: 0.25em 0;
}
DL DD
{
	margin: 0 0 0 30px;
}
/*Optional image bullets*/
#main UL LI
{
/*
list-style-image: url(../img/bullet_11x8.gif);
margin-bottom: 0.5em;
font-size: 110%;
*/
}
/*END LISTS
TABLE*/
TABLE
{
}
TABLE CAPTION
{
}
TH
{
}
TD
{
}
/*END TABLE*/
HR
{
	width: 100%;
	border: 100% double #FF0606;
	height: 0px;
}
DIV.hr
{
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted #000000;
}
