body {
	background: #ebe9e3 url(img/litebg2000.gif);
	background-repeat: repeat-x;
	font-family:trebuchet ms, tahoma, verdana, arial, helvetica, sans-serif;
	font-size:13px;
	margin:24px 20% 0px 128px;
	color:#555555;
}
h1 {
	font-size:24px;
	font-weight:bold;
	\\ margin:0px;
}
h2 {
	font-size:17px;
	margin:4px 0px 8px 0px;
}
h3 {
	font-size:13px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}
ul {
	margin:8px 0px 8px 16px;
	list-style-type:square;
}
hr {
	border-style:dotted;
	height:3px;
	color:#555555;
	margin:12px 0px 12px 0px;
	\\ color:#214E9B;
}
a:link{
	color:#555555;
	text-decoration:underline;
}
a:visited{
	color: #555555; 
	text-decoration: underline;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
a:active{
	color: #575C30; 
	text-decoration: underline 
}


a.navbutton{
	background:#FFFFFF;
	padding:2px 8px 4px 8px;
	text-decoration:none;
	font-weight:normal;
}
a.navbutton:visited {
	text-decoration:none;
}
a.navbutton:hover {
	text-decoration:underline;
}


#logo {
	float:left;
	position:absolute;
	margin:0px 32px 16px -232px;
}
#navigation {
	margin-left:-148px;
}
.content {
	background: #f9f9f6 url(img/gradation-top.gif) fixed;
	background-repeat: repeat-x;
	background-position:top;
	padding:0px 64px 0px 148px;
	border-style:solid;
	border-color:white;
	border-width:4px;
	border-bottom:0px;
}
.bottom {
	height:64px;
	background: #f9f9f6 url(img/gradation-bottom.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding:0px 64px 0px 148px;
	border-style:solid;
	border-color:white;
	border-width:4px;
	border-top:0px;
}

.footer {
	margin-top:32px;
	color:#999999;
}

