body 	{
  	position: relative;
	background-color: #fff;
  	background-image: url('img/redstripe.gif');
	background-repeat: repeat-y;
	background-position: center;
  	margin: 0px;
	z-index: 1;
	}


#topdrop 	{ 
	position: fixed; 
	top: 0px; 
	left: 0px;
	width: 100%; 
	z-index: 10;
	}


#container 	{
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: center;
	}
	

#sidenav 	{
	
	position: relative;
	margin: 0;
	width: 200px;
	top:30px;
 	left: auto;
	padding-left: 740px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
	


.heading	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b96969;
	font-weight: bold;
	}



	
.tagline {	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}


.titleblock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.numbertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* ------------ content columns ------------- */

#content1 	{
	margin: 0;
	width: 320px;
	position: absolute;
	top:81px;
	left: 14px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}


#content2 	{
	margin: 0;
	width: 320px;
	position: absolute;
	top:89px;
	left: 367px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}

#content3 	{
	margin: 0;
	width: 673px;
	position: absolute;
	top:194px;
	left: 17px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: 619px;
	}


/* ------------ link styles ------------- */


a.nav:link	{
	color: #b96969;
	text-decoration: none;
	font-weight: normal;
	}

a.nav:visited {
	color: #b96969;
	text-decoration: line-through;
	font-weight: normal;
	}

a.nav:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}

a.navon:link{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}
	
	
a.navon:visited {
	color: #b96969;
	text-decoration: line-through;
	font-weight: normal;
	}

a.navon:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	}
	
	
a.textlink:link	{
	color: #8e0e0e;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	}

a.textlink:visited {
	color: #8e0e0e;
	font-size: 12px;
	text-decoration: line-through;
	font-weight: normal;
	}

a.textlink:hover {
	color: #660000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	}
	
	
	
a.greenlink:link {

	color: #000000;
	background-color: #CCFF00;
	text-decoration: none;
	
}
a.greenlink:visited {
	text-decoration: none;
	color: #000000;
	background-color: #CCFF00;
}
a.greenlink:hover {
	text-decoration: none;
}
a.greenlink:active {
	text-decoration: none;
		color: #000000;
	background-color: #CCFF00;
}


a.redlink:link {

	color: #000000;
	background-color: #FFFF7A;
	text-decoration: none;
	
}
a.redlink:visited {
	text-decoration: none;
	color: #000000;
	background-color: #FFFF7A;
}
a.redlink:hover {
	text-decoration: none;
}
a.redlink:active {
	text-decoration: none;
		color: #000000;
	background-color: #FFFF7A;
}

	
	

