body {
	background-image:  url("/images/headerstrip.png");
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:100%;
	background-color:#FFFFFF;
	margin:0px 0px 0px 0px;
}

/* header tags -----------------------------------------------------*/

h1, h2, h3, h4 {
	color:#006699;
	margin:10px auto 0px auto;
	text-transform: uppercase;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

h4 {
	font-size: 0.9em;
	display: inline;
}

p{
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}
p a{
	text-decoration: none;
}

/* container tags -----------------------------------------------------*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin:0 auto;
	width:960px;
	min-height:100%;
}
#lhs {
	margin:0px auto 0px auto;
	width:600px;
	float:left;
}
#rhs {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin:0 auto;
	width:300px;
	float:right;
}

.topicheading{
	text-decoration: none;
	color:#000000;
}

.topicheading:hover{
	color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.reference{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEC2B3;
	text-decoration: none;
	color:#FF0000;
}


/* MAIN BODY CONTENT ------------------------------------------------------ */

#nav {
	text-transform: uppercase;
	font-weight:bold;
	clear:both;
	margin:10px 0px 20px 10px;
	font-size: 0.8em;
}

#nav a {
	color: #999999;
	text-decoration:none;
}
#nav a:hover {
	color: #999999;
	text-decoration:none;
}
#nav a:visited {
	color: #999999;
	text-decoration:none;
}

#nav ul{ 
	padding:0px;
	margin:0px;
}


#nav ul li { 
	display: inline;
	list-style-type:none;
}


#content {
	width: 960px;
	margin:10px;
	text-align: justify;
}

#content p{
	margin-bottom: 10px;
}

#content tr{
	margin-bottom: 10px;
}


/* footer content ---------------------------------------------------------*/

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BEC2B3;
	margin-top: 40px;
	text-align:center;
	font-size:.7em;
}

#footer a{
	color: #00000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	list-style-type: none;
	padding-bottom: 15px;
}

#footer li {
	display: inline;
	list-style-type: none;
}
