#header {
 position: absolute;
 left: 0px;
 top: 0px;
 background-color: #000000;
 width: 100%;
 width: 1024px;
 height: 200px;

 color: #FFF;
 font-style: italic;
}




#header #logoholder {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	border-width: 0px;
	width: 200px;
	height: 180px;
	text-indent: 20px;
}
#header #logo {
	position: absolute;
	z-index: 5;
	border-width: 0;
	top: 25px;
	text-align: center;
}
#header #bevel {
 position: relative;
 z-index: 5;
 float: right;
 height: 120;
 line-height: 0;
 border: 30px solid #FFF;
 border-color: #369 #FFF #FFF #369;
}
#header #bevel #span {
 display: none;
}
#header #presents {
 position: absolute;
 text-indent: 200px;
 font-family: Georgia, "Times New Roman", Times, serif;
 width: 100%;
 top: 10px;
 height: 20px;

}
#header #title {
 position: absolute;
 text-align: center;
 text-indent: 200px;
 letter-spacing: 0px;
 font-family: Georgia, "Times New Roman", Times, serif;
 width: 100%;
 top: 23px;
 height: 55px;
 font-size: 35px;
}
#header #description {
	position: absolute;
	top: 165px;
	width: 100%;
	text-indent: 200px;
	text-align: center;
	
}
#header #description2 {
	position: absolute;
	top: 180px;
	width: 100%;
	text-indent: 200px;
	text-align: center;
	height: 25px;
}



#container {
	position: absolute;
	top: 201px;
	width: 100%;
	z-index: 10;
	left: 0px;
}


#content {
	position: absolute;
	left: 203px;
	width: 791px;
	border-left: 0px solid #000;
	background-color: #FFFFFF;
	margin:0 20;
	padding: 0;
	z-index: 30;
}

#content a {
 color: #36C;
}
#content a:visited {
 color: #63C;
}
#content a:hover {
 background-color: #DEF;
 border: 1px dashed #ACE;
 margin: 0 -3px 0 -3px;
 padding: 0 2px 0 2px;
}
#content a:active {
 background-color: #36C;
 color: #FFF;
 border: 1px inset #36C;
 margin: 0 -3px 0 -3px;
 padding: 0 2px 0 2px;
}
#content ul {
 padding-left: 0;
 margin-left: 1.2em;
}
#content ol {
 padding-left: 0;
 margin-left: 1.7em;
}
#content dt {
 font-weight: bold;
 margin-top: 0.5em;
}
#content li {
 margin: 0.2em 0em 0.2em 0.2em;
 padding-left: 0.5em;
}
#content acronym {
 border-bottom: 1px dashed #CCC;
 cursor: help;
}


#footer {
 width: 100%;
 font-size: 80%;
 color: gray;
 border-top: 1px solid #99C;
 text-align: center;
}
#footer a {
 color: #69C;
}
