/* Font size chart:
 * Pixels	Percent
 * -----------------
 * 10		77
 * 11		85
 * 12		93
 * 13		100
 * 14		108
 * 15		116
 * 16		123.1
 * 17		131
 * 18		138.5
 * 19		146.5
 * 20		153.9
 * 21		161.6
 * 22		167
 * 23		174
 * 24		182
 * 25		189
 * 26		197
 */

html, body
{
	width: 100%;
	height: 100%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #330000;/*#cccccc;*/
	text-align: center;
}

a, a:link, a:active, a:visited
{
	color: #cc0000;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

a.noborder,
a.noborder:link,
a.noborder:active,
a.noborder:visited
{
	border-bottom: none;
}

a.top { padding-left: 15px; padding-top: 10px; font-variant: small-caps; font-size: 93%; }

acronym
{
	border-bottom: 1px dotted #000 !important;
	font-variant: small-caps;
}

#subfooter a,
#subfooter a:link,
#subfooter a:active,
#subfooter a:visited
{
	color: #ccc;
	border-bottom: 1px dotted #ccc;
	margin-right: 10px;
	/*font-variant: small-caps;*/
}

ul, ol
{
	/*padding-left: 10px;*/
	margin-left: 30px;
	margin-bottom: 10px;
}

ul.bullets,
ul.bullets li
{
	list-style-type: circle;
}

.menu ul
{
	margin-left: 10px;
	margin-bottom: 0;
}

.menu ul ul
{
	/*padding-left: 25px;*/
	margin-left: 25px;
}

.menu ul ul,
.menu ul ul li
{
	list-style-type: circle;
}

ol,
ol li
{
	list-style-type: decimal;
}

ol.Letters,
ol.Letters li
{
	list-style-type: upper-alpha;
}

ol.letters,
ol.letters li
{
	list-style-type: lower-alpha;
}

ol.Roman,
ol.Roman li
{
	list-style-type: upper-roman;
}

ol.roman,
ol.roman li
{
	list-style-type: lower-roman;
}

.even
{
	background-color: #ccccaa;
}

.odd
{
	background-color: #ddddbb;
}

h1,h2,h3,h4
{
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-bottom: 5px;
	margin-top: 20px;
}

h1
{
	font-size: 197%; /*26px*/
	border-bottom: 1px solid #990000;
	margin-top: 0;
}

h2
{
	font-size: 167%; /*22px*/
	padding-left: 5px;
}

h3
{
	font-size: 138.5%; /*18px*/
	padding-left: 10px;
}

h4
{
	font-size: 116%; /*15px*/
	padding-left: 15px;
}

p, pre, blockquote
{
	padding-left: 25px;
	margin-bottom: 20px;
}

blockquote
{
	padding: 5px 25px;
	background-color: #ddddbb;
	border: 1px solid #ccccaa;
	font-style: italic;
}

blockquote p
{
	margin-bottom: 0;
}

ol li p,
ul li p,
ol li pre,
ul li pre
{
	margin-bottom: 10px;
	margin-top: 10px;
}

code
{
	padding: 10px 30px;
	border: 1px solid #cccccc;
}

strong { font-weight: bold; }

cite {
	font-style: italic;
	font-weight: 600;
	font-family: Georgia,"Times New Roman",Times,serif;
}

hr
{
	width: 100%;
	color: #900;
	background-color: #900;
	border: none;
}

table
{
	margin-left: 25px;
	border: none;
	margin-bottom: 20px;
}

table td
{
	border: none;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

table th
{
	border-bottom: 1px solid #900;
	font-weight: bold;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.strikeout { text-decoration: line-through; }
.center {text-align: center;}
.nowrap {white-space: nowrap;}

.clear_both { clear: both; }

.left_half
{}

.right_half
{}

.small { font-size: 85%; }

.cright { clear: right; }

.dim { color: #553; }

.ref { color: #f00; }

#everything
{
	background-color: #cca;
	margin: 10px;
	text-align: left;
}

#header_right
{
	background-color: #ccccaa;
	padding: 5px;
	vertical-align: bottom;
}

#header_left
{
	padding-left: 6px;
	padding-top: 6px;
	background-color: #ccccaa;
}

#since
{
	font-style: italic;
	text-align: right;
}

#left_nav
{
	padding: 0 10px 0 5px;
	clear: left;
}

#search
{
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

#l_search_box
{
	margin-left: 10px;
}

#l_search_box input
{
	border: 1px solid #900;
	padding: 2px;
	margin-bottom: 5px;
}

.ad
{
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.menu_header
{
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 93%;
}

.menu
{
	line-height: 1.5em;
	margin-right: 5px;
	padding: 0 0 15px 0;
}

.menu a
{
	font-size: 85%;
}

.menu ul li
{
	border-bottom: 1px dotted #ccccaa;
}

.menu ul li.menu_skip
{
	border-bottom: none;
}

#content
{
	background-color: #fff;
}

.breadcrumbs
{
	margin-bottom: 5px;
	padding: 5px 0;
}

.crumb
{
	white-space: nowrap;
}

.crumb_sep
{
	padding: 0 10px;
}

.inner_menu
{
	text-align: center;
	background-color: #ddddbb;
	border: 1px solid #ccccaa;
	padding: 5px 0;
	line-height: 1.5em;
	margin-left: 0;
}

.inner_menu a
{
	white-space: nowrap;
	padding: 0 2px;
	margin: 0 5px;
	border-bottom: 1px dotted #aa8;
}

.news
{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.news h2
{
	font-size: 116%;
	font-weight: bold;
	margin-top: 0;
}

.news .link
{
	padding:0;
	margin: 0;
	padding-left: 20px;
}

.news .byline
{
	color: #666;
	padding:0 10px;
	font-size: 85%;
}

.news ul,
.news ol,
.news p,
.news pre,
.news blockquote
{
	clear: left;
	margin-top: 10px;
}

.news blockquote p
{
	margin-top: 0;
}

.news ul,
.news ol
{
	margin-bottom: 10px;
}

.news p
{
	padding: 0 10px;
	margin-bottom: 0;
}

.references,
.archive_list
{
	margin-left: 10px;
}

.references li,
.archive_list li
{
	padding: 5px;
}

.references .name
{
	padding-left: 20px;
}

img.rssfeed
{
	margin-top: 7px;
}

.highlight
{
	background-color: #ddddbb;
	border: 1px solid #ccccaa;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.highlight h1,
.highlight h2,
.highlight h3,
.highlight h4
{
	margin-top: 0;
	padding-left: 10px;
	border: none;
}

.highlight p
{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0;
}

.address
{
	background-color: #ddddbb;
	border: 1px solid #ccccaa;
	padding: 2px 5px;
}

.address li.phone,
.address li.fax,
.address li.email,
.address li.website
{
	border-top: 1px solid #ccccaa;
	margin-top: 5px;
}

.newsletter
{
	background-color: #ccccaa;
	vertical-align: middle;
	padding: 5px;
}

.newsletter li
{
	padding: 2px 10px;
	white-space: nowrap;
}

#footer
{
	background-color: #cca;
	padding-bottom: 5px;
}

.copyright
{
	padding-top: 3px;
	padding-right: 10px;
	font-size: 85%;
}

#subfooter
{
	text-align: right;
	background-color: #300;/*#cccccc;*/
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 85%;
	border-top: 5px solid #886;
}

