
body 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 12px;
	color: #666;
	background-color: #fff;
}

a         { text-decoration: none; font-weight: normal; color: #368; }
a:visited { text-decoration: none; font-weight: normal; color: #368; }
a:active  { text-decoration: none; font-weight: normal; color: #368; }
a:hover   { text-decoration: underline; font-weight: normal; color: #c60; }

#body_pane a         { text-decoration: none; font-weight: normal; color: #58a; }
#body_pane a:visited { text-decoration: none; font-weight: normal; color: #58a; }
#body_pane a:active  { text-decoration: none; font-weight: normal; color: #58a; }
#body_pane a:hover   { text-decoration: underline; font-weight: normal; color: #c60; }

p, td, li
{
	font-size: 13px;
	margin-top: 7px;
	margin-bottom: 7px;
	line-height: 1.5em;
}

#body_pane p {
	padding: 0 0 .75em;
}

#header_bar p {
	font-size: 12px;
}

p.indent
{
	text-indent: 2em;
}

p.nav
{
	margin-left: 25px;
	text-align: left;
	font: 11.3px Georgia, Serif;
	line-height: 1.5em;
}

fieldset
{
 padding: 0px;
 border: solid 1px #ccc;
 margin-bottom: 10px;
}

legend
{
 font: 13px Georgia, Serif;
 color: #03c;
}

/***************************** FORM STYLES  ***********************************/

form 
{
	margin-bottom: 0px;
	margin-top: 0px;
}

input.field
{
	font: normal 11px tahoma, Sans-Serif;
	color: black;
	background-color: white;
	padding-left: 2px;
	border-top: 1px solid #505050;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	height: 14px;
	width: 100px;
	margin: 0px;
}

input.button
{
	font: normal 11px tahoma, Sans-Serif;
	background-color: #ccc;
	color: black;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin: 0px;
}

/***************************** TEXT STYLES  ***********************************/

h1 
{
	font-size: 20px;
	font-family: Georgia, Serif;
	font-weight: bold;
	color: #900;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 
{
	font-size: 18px;
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #700;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 
{
	font-size: 16px;
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #933;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3.bottom_border
{
	border-bottom: solid 1px #963; 
	padding-bottom: 3px; 
	margin-bottom: 3px;	
}

h4 
{
	font-size: 14px;
	font-family: Georgia, Serif;
	font-weight: normal;
	color: #222;
	margin-top: 10px;
	margin-bottom: 5px;
}

/***************************** IMAGE STYLES ***********************************/

img 
{
	border: 0px;
}

img.avatar
{
	margin: 0px auto 10px auto;
}

/***************************** BOXES AND SUCH *********************************/

div.adBox 
{
	width: 200px;
	text-align: center;
	background-color: #eee; 
	border-bottom: solid 1px #ccc; 
	margin-top: 10px;
}

div.noticeBox
{
	border: solid 1px #cc3; 
	background-color: #ffc; 
	padding: 5px 10px; 
	margin-bottom: 1.5em;
}

/***************************** LAYOUT STYLE ***********************************/

#header_bar
{
	display: none;
	width: 980px;
	_width: 985px;
	font-size: 13px;
	font-family: Georgia, Serif;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border: 0px;
	background-color: #C1E0FF;
	height: auto; /* was "30" */
	float: left;
}

#title_bar
{
	/* Look in header.txt for the "background" of the title bar */

	display: none;
	width: 990px;
	_width: 995px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: solid 1px #ccc;
	height: 29px;
	float: left;
}

#main_content
{
	background: url('../img/bg_pattern.gif');
	border-bottom: solid 1px #eee;
	width: 990px;
	_width: 995px;
	float: left;
}

#nav_pane
{
	display: none;
	background: transparent;
	margin: 10px 0px 10px 0px;
	border: 0px;
	text-align: center;
	width: 200px;
	float: left;
}

#body_pane
{
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 6.5in; 
	float: left;
	color: #3D2B19;
}


#footer_bar
{
	padding: 10px;
	text-align: center;
	font: normal 13px Georgia, Serif;
	width: 970px;
	_width: 975px;
	background-color: transparent;
	float: left;
}
