

body{
	background: #777777;
	margin: 0;
	padding: 20px;
}











#holder{
	position: relative;
	left: 50%;
	width: 594px;
	margin-left: -300px;
	background: #ffffff ;
	border-left: 3px #555555 solid;
	border-right: 3px #555555 solid;
}











#header, #footer{
	position: relative;
	width: 594px;
	left: 50%;
	margin-left: -300px;
	border-left: 3px #555555 solid;
	border-right: 3px #555555 solid;
}

#header h1{
	font: bold 1.3em/300% Georgia;
	color: #fff;
	margin: 0;
	padding: 150px 0 0 10px;
	background: #fff url(header.jpg) top left no-repeat;
	
	text-align: left;
	border-top: 3px #555555 solid;
	height:50px
}



#content{
	position: relative;
	left: 0;
	padding: 20px;
	width: 350px;
}


#content h3{
	font: 1.4em/100% Georgia;
	color: #AF2E31;
	margin: 0;
	padding: 10px 5px 0 0;

}


#content p{
	font: .8em/150% Arial, Sans-Serif;
	text-align: left; 
	margin: 0;
	padding: 10px 5px 1em 5px;
}

#content p img.floatleft{
	float: left;
	margin: 0 13px 5px 0;
	border: 2px #555 solid;
}

#content p.blockquote{
	margin: 0 5px 0 20px;
	padding: 6px;
	font: .6em Arial, Sans-serif;
	border-left: 1px #BD2C08 solid;
	background: #FFF2BB;
	text-align: justify;
	font-weight: bold;
}

#content p.blockquote:hover{
	border-left: 1px #BD2C08 solid ;
	background: #FFF2BB;
}




#content p.blockquote:after{
	content: close-quote;
	font-weight: bold;
	font-style: italic;
}


#content a{
	color: #F67C14;
	text-decoration: underline;
}


#content a:hover{
	color: #F67C14;
	text-decoration: none;
}

#menu{
	position: absolute;
	right: 0; top: 15px;
	width: 200px;
}

#menu h1{ font: 0em/0% arial, sans-serif; text-indent: -4321px; height: 0; margin: 0; padding: 0; }


#menu dl{
	margin: 0px 0 15px 0;
	padding: 15px 0 30px 0;
	border-left: 1px #BD2C08 solid;
}

#menu dt{
	margin: 15px 0 0 0;
	padding: 0 5px 0 5px;
	background: #BD2C08;
	font: .8em/150% verdana, sans-serif;
	color: #fff;
}

#menu dd{
	margin: 0;
	padding: 0;
}


#menu dd a{
	background: #ffffff ;
	display: block;
	font: .8em/20px verdana, sans-serif;
	color: #BD2C08;
	padding: 0 5px 0 15px;
	text-decoration: none;
}

#menu dd a:hover, #menu dd a.selected{
	color: #fff;
	background: #F67C14 ;
}

#menu dl:hover dd a.selected{
	background: #ffffff ;
	display: block;
	font: .8em/20px verdana, sans-serif;
	color: #5D5B32;
	padding: 0 5px 0 15px;
	text-decoration: none;
}












#footer h5{
	font: bold .8em/300% Arial, Sans-Serif;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 .5em;
	background: #BD2C08;
	text-align: center;
	border-top: 3px #555555 solid;
	border-bottom: 3px #555555 solid;
}





#footer a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


#footer a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}









acronym{
	border-bottom: 1px #000000 dotted;
}

