﻿body
{
	margin: 0;
	padding: 0;
	background-color: #FE5523;
	font-family: Veranda, Helvetica, Sans-Serif;
	font-size: small;
	line-height: 1.8em;
	color: #000000;
}

hr
{
	color: Maroon;
}

.floatcenter
{
	float:  right;
}

.floatright
{
	float: right;
	padding: 1.5%;
}

.floatleft
{
	float: left;
	padding: 15px;
}

blockquote
{
	padding: 0 0 0 40px;
	line-height: 1.6em;
}

/* Content */

#content_wrapper
{
	width: 98%;
	margin: 5px;
	padding: 10px;
}

#content_wrapper h1
{
	font-size:  x-large;
	text-align: center;
	font-style: italic;
	padding-bottom: 8px;
}

#content_wrapper h2
{
	font-size: medium;
	text-align: center;
	font-style: normal;
	padding-bottom: 6px;
}

/* Menu */

#menu_bar
{
	font-family: Verdana, Helvetica, Sans-Serif;
	padding: 2px;
	font-weight: bolder;
	padding-left: 5px;
	padding-right: 10px;
}

/* Header */

#page_header
{
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;	
}

#page_header h1
{
	font-family: Script MT Bold, Coronet;	
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#page_header h2
{
	font-family: Tahoma;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-bottom: 0px;
}

#image_bar
{		
	height: 180px;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-color: Maroon;
	border-bottom-style: double;
	border-bottom-width: 1px;
	text-align: center;	
}
/* Links */

#links
{
	float: left;
	width: 220px;
}

#links ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul
{
	padding: 15px 20px 30px 20px;
}

#links li li
{
	padding: 3px 0;
}

#links li a
{
	background: none;
}

#links li i
{
	font-size: smaller;
}

#links h2
{
	font-size: 1.3em;
}

/* Footer */

#page_footer
{
	padding: 10px;
	background-color: #CCB37A;
}

#page_footer h3
{
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
}

#page_footer h4
{
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2em;	
	margin: 10px;
	font-weight: normal;
}

#page_footer a
{
	background: none;
	font-weight: bold;
}


/* Data Entry Forms  */

.data_panel
{
	border-color: Maroon;
	border-style: double;
	border-width: 3px;
}