/* COLORS

BLUEGREY: #3d5a71
BROWN: #954c0b
DK. GREEN: #133951

*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	background-color: #e7e7e7;
	margin: 0;
}

#wrapper
{
	width: 900px;
	margin: 0 auto 12px auto;
	background-color: #ffffff;
	/*  
	I no longer used <div align="center" as this is deprecated code.
	To center, your wrapper div gets a left and right margin of "auto".
	Top is 0 and bottom is 12px, which I do to give a touch of air at
	bottom below last item.
	*/
}

#navigation
{
	background-color: #e7e7e7;
	color: #000000;
	font-size: 90%;
	text-align: right;
	width: 900px;
	padding: 15pt 0 5pt 0;
	/*
	Since navigation is the first div, I moved it to the top. I generally try
	to order the CSS definitions to match the order elements appear in the
	pages, though this isn't a rule. Just handy, and I'm not fanatical
	about it.
	*/
}

#header
{
	width: 900px;
	clear: both;
	margin: 0;
}

#mainnav
{
	width: 900px;
	height: 36px;
}

#content
{
	width: 900px;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

#inthissection
{
	background-color: #ffffff;
	width: 846px;
	clear: both;
	margin: 9px auto 8px auto;
}

/* START UPPER FRAME ELEMENTS */
#upperframe
/* Holds upper left and upper right div elements */
{
	background-color: transparent;
	width: 856px;
	clear: both;
	margin: 8px auto 11px auto;
	background-image: url(i/sidebar_rule_black.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#upperleftcontainer
{
	float: left;
	width: 571px;
	padding: 0;
	background: transparent;
}

#upperleftupper
{
	margin: 0;
	width: 571px;
	background-image: url(i/upper_frame.png);
	background-repeat: repeat-y;
}

#upperleftcontent
{
	background-image: url(i/upper_upper.png);
	background-repeat: no-repeat;
	margin: 0;
	width: 571px;
	padding: 0;
	min-height: 96px;
}

#upperleftcontainer p
{
	color: #727272;
	font-size: 110%;
	margin: 0 15px 9px 25px;
}

#upperleftcontainer h1
{
	font-size: 150%;
	margin: 0 15px 3px 25px;
}

#upperleftcontainer h4
{
	font-size: 110%;
	margin: 0 15px 3px 25px;
	font-weight: bold;
	color: #02746F;
}


#leftcolumn
{
	float: left;
	width: 350px;
	padding: 0;
	margin: 0 45px 3px 45px;
	background: transparent;
}


#upperrightcontainer
{
	float: right;
	width: 245px;
	padding: 0;
	margin background: transparent;
	margin: 0 10px 0 0;
}

#upperrightcontainer p
{
	color: #02746F;
	font-size: 100%;
	margin: 0 0 9px 0;
	line-height: 1.7em;
}

#rightcolumn
{
	float: right;
	width: 350px;
	padding: 0;
	margin background: transparent;
	margin: 0 20px 0 0;
}

/* END UPPER FRAME ELEMENTS 

BEGIN LOWER FRAME ELEMENTS */

#lowerframe
{
	background-color: #ffffff;
	width: 846px;
	clear: both;
	margin: 12px auto 11px auto;
}


#lowerleftframe h4
{
	font-size: 105%;
	font-weight: bold;
	color: #02746F;
}

.lowerrightcontainer
{
	float: right;
	width: 255px;
	padding: 0;
	margin background: transparent;
	margin: 0 0 9px 24px;
}

#lowerrightcontainer h4
{
	font-size: 105%;
	font-weight: bold;
	color: #02746F;
}


.lowerdivider
{
	clear: both;
	padding: 3px 0 10px 0;
	width: 846px;
	margin: 0;
}

#homeframe
/* Holds upper left and upper right div elements */
{
	background-color: transparent;
	width: 856px;
	clear: both;
	margin: 8px auto 11px auto;
}

/* END  LOWER FRAME ELEMENTS */
#footer
{
	width: 820px;
	padding: 9px 40px 13px 40px;
	background-color: #e7e7e7;
}

.separator
{
	background-image: url(i/hd_bottom.gif);
	position: relative;
	width: 900px;
	clear: left;
}

h1
{
	font-size: 145%;
	font-weight: normal;
	color: #727272;
	text-align: left;
	margin: 0 0 9px 0;
}

h2
{
	font-size: 135%;
	font-weight: normal;
	color: #727272;
	text-align: left;
	margin: 0 0 9px 0;
}

h3
{
	font-size: 125%;
	font-weight: bold;
	text-align: left;
	color: #727272;
	margin: 0 0 6px 0;
}

h4
{
	font-size: 105%;
	font-weight: bold;
	text-align: left;
	margin: 0 0 7px 0;
	color: #02746F;
}

h5, h6
{
	font-size: 95%;
	font-weight: bold;
	text-align: left;
	color: #02746F;
	margin: 0 0 7px 0;
}

p
{
	color: #727272;
	text-align: left;
	font-size: 95%;
	margin: 0 0 7px 0;
}

ul, ol, li
{
	color: #727272;
	text-align: left;
	font-size: 100%;
}


.btt
{
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
}

.copyright
{
	font-size: 90%;
	line-height: 1.5em;
	color: #000000;
	text-align: center;
}

a:link
{
	text-decoration: none;
	font-weight: normal;
}

a:visited
{
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
	font-weight: normal;
}

#navigation a:link
{
	text-decoration: none;
	color: blue;
}

#navigation a:visited
{
	text-decoration: none;
	color: #2e452b;
}

#navigation a:hover
{
	text-decoration: underline;
	color: blue;
}

.nine_bottom { margin: 0 0 9px 0; }

.zero
{
	margin: 0;
	padding: 0;
}

.imgcell a { display: block; }

#errors
{
	padding: 8px;
	border: 1px solid #9bafbe;
	margin: 12px 24px 8px 24px;
	clear: left;
	color: #FF6600;
}

.indent ul, li
{
	margin: 0px 60px 0px 10px;
	text-align: left;
}

.clearit
{
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 auto 0 auto;
}

.thumbnails
{
	padding: 6px 0 0 0;
	width: 255px;
}

.thumbleft { margin: 0 auto 0 0; }
.thumbmiddle { margin: 0 auto 0 auto; }
.thumbright { margin: 0 0 0 auto; }

#upperstaff
/* Holds upper left and upper right div elements */
{
	background-color: transparent;
	width: 856px;
	clear: both;
	margin: 8px auto 11px auto;
	background-repeat: no-repeat;
	background-position: right bottom;
}


