/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, fieldset, form, label, legend,  caption, tbody, tfoot, thead {
	background: transparent;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	}

/* Resets font size to 10px. (1.2em will be 12px, etc.). */


body {
	color:#000000;
	font: 95%/1.4 Helvetica, Arial, sans-serif;
	background: url(images/theold_background.jpg) #FFFFEB;
	font : 12px Tahoma;
	margin: 3px;
	padding: 3px;
	width : 98%;
}

p {
	margin-left: 250px;
	margin-right: 30px;
	font : 16px Tahoma;
	align: left;
	text-align : left;
}




h1 {
	text-align: left;
	margin-left: 5%;
	color : #D0CABC;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
	font-size : 48px;
	/*background: url(../images/theold_background.jpg) #FFFFEB;*/
}

h2 {
	color: black;
	font-size : 14px;
	font-weight : 400;
	margin-left: 500px;
	/*background: url(../images/theold_background.jpg) #FFFFEB;
	*/
	font-style : italic;
	text-align : right;
}

h3 {
	color: Green;
	font-size : 20px;
	font-weight : 400;
/*	background: url(../images/theold_background.jpg) #FFFFEB;*/
}

h4 {
	text-align: left;
	margin-left: 5%;
	color : #D0CABC;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
	font-size : 24px;
}

#contentholder{
	position:relative;
	width:90%;
	margin-left:2px;
	margin-right:1px;
	margin-top: 15px;
}

 #contentholder a:link {
 	color: black;
  }

 #contentholder a:hover {
	color: black;
	text-decoration : underline;
}
  
	
#left {
	/*position: relative;
	*/
	float: left;
	left: 2(.05%);
	width: 200px;
	background-color : #E74E32;
	vertical-align : top;
	text-align : right;
	height : auto;
	color : White;
	padding-left : 0px;
	padding-right : 20px;
	border : medium ridge Blue;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 0px;
	font-family: arial, Helvetica, sans-serif;
	font-size: .9em;
}

#left p {
	margin-left: 10px;
	margin-right: 20px;
	font : 16px Tahoma;
	align: left;
	text-align : left;
	color: white;
}


#left ul {
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 5px;
	text-decoration : none;
	list-style-image : url(images/mty.gif);
	list-style-position : inside;
}
	

#left li {
	margin-left: 0px;
	font-size : 160%;
	font-weight : 400;
	text-decoration : none;
	background: url(images/leftbtn.png);
	height : 50px;
	background-repeat : no-repeat;
	text-align : center;
	vertical-align : bottom;
	width: 200px;
	list-style-image : none;
	list-style-type : none;
}



#left a:link {
	color: yellow;
	text-decoration : none;
	vertical-align : middle;
}

#left a:visited {
	color: yellow;
	text-decoration : none;
	vertical-align : middle;
}

#precenter {
	margin-left: 20px;
	background: url(images/theold_background.jpg) #FFFFEB;
}
	
#center {
	margin-left: 20px;
	background: #FFFFEB;
	}
 
#topbar {
	color: black;
	font-family: arial, Helvetica, sans-serif;
	font-size: .9em;
}

	
#topbar ul {
	list-style : none;
	margin: 0;
	padding:0;
	padding-top: 4px;
}

#topbar li {
	font-size : 260%;
	font-weight : 500;
	list-style-image : none;
	list-style-type : none;
	float: left;
	margin-left: 10 px;
	padding-top: 10 px;
}

	
#topbar a:link {
	text-decoration: none;
	margin-right: 4px;
	padding: 3px 10px 2px 10px;
	color: black;
	background: url(images/Yelllowfade.jpg);
	order-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}

#topbar a:visited {
	text-decoration: none;
	margin-right: 4px;
	padding: 3px 10px 2px 10px;
	color: black;
	background: url(images/Yelllowfade.jpg);

	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;

}

#topbar a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

