body
{
	margin: auto;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background-color: #5E6670;
	line-height: 2em;
}

/*#head
{
	width: 850px;
	height: 170px;
	padding: 0px;
	background-color: #5E6670;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}*/

#navcontainer
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
	height: 50px;
	background-color: 000;
	background-image: url(images/navcontainer.gif) no-repeat;
}


#body_wrapper
{
	background: url(images/body_middle.gif) repeat-y;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#body_top
{
	background: url(images/body_top.gif) no-repeat;
	width: 850px;
	height: 38px;
}

#end_body
{
	background: url(images/footer.gif) no-repeat;
	width: 850px;
	height: 96px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clearer
{
	clear: both;
	height: 1px;
}

.content 
{
	padding: 0px 50px 0px 50px;
}

.center
{
	text-align: center;
}
	
#footer
{
 	margin: 0 auto; 
	width: 850px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

#footer a
{
	color: #000000;
}



/*  Headers  */
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #5E6670;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #96856F;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #AD7C41;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

h5 
{
	color: #96856F;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #5E6670;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}

/* HTML Tags */

/*code
{
	display: block;
	margin: 5px;
	padding: 5px;
	color: #ad4c21;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
}*/

a
{
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
}

a:hover
{
	color: #5E6670;
	border-bottom: 1px dashed;
}

hr
{
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}

.tips li 
{
	list-style-image: url(images/bullet.gif);
}

img.floatLeft 
{ 
    float: left; 
    margin: 10px; 
}

img.floatRight { 
    float: right; 
    margin: 10px; 
}


form
{
	margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
	float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
	color: #5E6670;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

blockquote 
{
	margin: 5px;
	background: transparent url(../images/quotes.gif) left top no-repeat;
	padding-left: 37px;
}

blockquote[cite]:after
{
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

del
{
	color: #800;
	text-decoration: line-through;
}

dt
{
	font-weight: bold;
	font-size: 1.05em;
	color: #ad4c21;
}

dd
{
	margin-left: 15px;
}

/* adds a space and then a graphic after any external (i.e. off-site) links */
a[target]:after
{
	content: " " url(../images/externalpage.gif);
}

