/** BASIC */

body {
	background-color:#ffffff;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	font: small Comic Sans, "Comic Sans", Times, serif;
	color: #000000;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #8A3923;
}

a:hover {
	text-decoration: none;
}

A:link		{ color: #634403; }

A:visited	{ color: #006666; }

A:active 	{ color: #1962a9; }

A:hover 	{ color: #E7ac7e; }

#container {
	position:absolute;
	width:700px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	}


/** HEADER */

#header {
	width: 770px;
	height: 180px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 30px;
	font-style: italic;
	letter-spacing: -2px;
	color: #000000;
}

#header h2 {
	padding-left: 25px;
	font-size: 10px;
}
.hovermenu ul{
font: bold 12px verdana;
padding-left: 0;
margin-left: 50;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 5px 0.5em;
text-decoration: none;
float: center;
color: black;
background-color: #fff2df;
border: 2px solid #776ebc;
}

.hovermenu ul li a:hover{
background-color: #ffe5e5;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#glowingtabs{
float:left;
width:100%;
font-size:90%;
line-height:normal;
border-bottom: 1px solid #7e9fff; /*Add border strip to bottom of menu*/
}

#glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

#glowingtabs li{
display:inline;
margin:0;
padding:0;
}

#glowingtabs a{
float:left;
background:url(imagesb/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

#glowingtabs a span{
float:left;
display:block;
background:url(imagesb/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */

#glowingtabs a:hover span {
color: black;
}

#glowingtabs #current a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs #current a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

#glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->

/** MENU */

#menu {
	width: 750px;
	margin: -2.5em auto 1em auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 0 0 2em;
	text-decoration: none;
	font-weight: bold;
	color: #898F7D;
}

#menu a:hover {
}

/** CONTENT */

#content {
	width: 900px;
	margin: 0 auto 1em auto;
	background: #FFFFFF;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: right;
	width: 750px;
	padding: 25px 20px 0 20px;
}

#columnB {
	float: left;
	width: 190px;
	padding: 25px 20px 0 10px;
}

#columnB h2 {
	padding-top: .45em;
	font-size: medium;
}

/** FOOTER */

#footer {
	clear: both;
	width: 790px;
	height: 30px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
}