BODY {
	background-color: #E9E9DF;
	background-image:  url("../images/bgpattern_tansq.gif");

	color: black;
	margin: 0;
	padding: 0;

	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	text-align: left;
}

TD { font-size: 11px; }

BUTTON, INPUT, SELECT, TEXTAREA {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	padding-top: .2em;
	padding-bottom: .2em;
}

HR {
	border: none;
	background-color: #999;
	height: 1px;
	padding: 0;
	margin-left: -12px;
}

H1, H2, H3, H4, H5, H6 {
	font-family: trebuchet ms, trebuchet, arial, helvetica, geneva, sans-serif;;
	/*margin-left: -20px;*/
	margin: 1em 0 1em -12px;
	padding: 0;
}

H1 { font-size: 2em; font-weight: normal; }
H2 { font-size: 1.6em; font-weight: normal; }
H3 { font-size: 1.4em; font-weight: bold; }
H4 { font-size: 1.2em; font-weight: bold; }
H5 { font-size: 1em; font-weight: bold; }
H6 { font-size: .8em; font-weight: bold; }

H1 {
	font-weight: bold;
	padding-bottom: .25em;
	border-bottom: solid 1px #999;
}



A:link    { color: #258; }
A:visited { color: #258; }
A:active  { color: #258; }
A:hover   { color: #C00; }


DIV#pageHeading {
	background-color: #15A;
	height: 80px;
	margin: 5px 6px 0 5px;
}

DIV#pageHeadingInner {
/*	border: solid 1px red;*/
	position: relative;
	padding-top: 20px; padding-left: 15px;
}


DIV#pageHeading #heading {
/*
	position: absolute;
	top: 30px; left: 15px;
*/
	display: inline;
	margin: 0; padding: 0;
	padding-bottom: 4px;

	border-bottom: solid 1px #37C;
	color: white;

	font-size: 2.6em;
	font-weight: normal;
	font-family: trebuchet ms, trebuchet, arial, helvetica, geneva, sans-serif;
	font-weight: bold;
}

DIV#pageHeading #tagline {
/*
	position: absolute;
	top: 50px; left: 15px;
*/
	padding: 0; margin: 0;
	margin-top: 16px;
	color: white;
	font-size: 1em;
	font-weight: bold;
}


DIV#styleswitcher {

	position: absolute;
	z-index: 100;
	/*top: 10px; right: 10px;*/
	top: -10px; right: 25px;


	float: right;
	border: solid 1px #37C;
	padding: 5px;
	/*background-color: #EEE;*/
	width: 170px;
	color: white;
}


DIV#navMenu {
	position: absolute;
	top: 5px; right: 5px;

	width: 200px;    /*IE5.5*/
	width/* */:/* */ 180px;    /*Others*/

	padding: 100px 10px 100px 10px;
	background-color: #15A;
	margin-bottom: 1em;

	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 1em;
	text-align: left;
}

DIV#navMenu UL {
	margin: 0;
	padding: 0;
	border-top: solid 1px #69C;
}

DIV#navMenu LI {
	display: block;
	padding: 0px; margin: 0px;
	border-bottom: solid 1px #69C;
}

DIV#navMenu A { 

	display: block; 
	padding: 5px;
	padding-left: 8px;
	text-decoration: none; 
	width: 100%;    /*IE5.5*/
	width/* */:/* */ auto;    /*Others*/
}
DIV#navMenu A:link    { color: #FFF; }
DIV#navMenu A:visited { color: #FFF; }
DIV#navMenu A:active  { color: #FFF; }
DIV#navMenu A:hover   { 
/*	margin-left: 0;*/
/*	border-left: solid 8px #69C;*/
	background-color: #26B; 
	color: #FFF; 
}


DIV#mainContent {
	background-color: #FFF;
	padding: 2px 8px 20px 25px;
	/*margin-top: 2em;*/
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 218px;
	border: solid 1px #999;
	/*border-top: none;*/
}



DIV#pageFooter {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	color: #666;
	padding: 25px 0 25px 10px;
	line-height: 1.6em;
}
