BODY {
	margin : 0px;
	padding : 10px 10px 0px 10px;
	background-color : white;
	font-family : Georgia, "Trebuchet MS", Tahoma, "Arial Narrow", Arial;
	font-size : medium;
	color : #000;
}

A {
	text-decoration : none;
	color : #008FDD;
}
A:hover {
	text-decoration : underline;
}

LI {
	margin-bottom : 3px;
	margin-top : 3px;
}

H1 {
	font-size : large;
	text-align : center;
}

H2 {
	font-size : large;
	text-align : left;
	color : #00486A;
}

UL.intext_menu {
	margin: 0px;
	padding: 0px 0px 20px 14px;
	list-style: none;
}
UL.intext_menu li {
	margin: 0px;
	padding: 0px 0px 7px 16px;
	background: url(/_img/bg_list.gif) no-repeat left 4px;
}
UL.intext_menu li ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 25px;
}
UL.intext_menu ul li {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background: url(none);
	list-style: none;
}
.main_table {
	border: 1px solid #383838;
	background-color : White;
	width : 100%;
}

.header_logo {
	text-align : center;
	width : 100%;
}

.main_menu {
	text-align : center;
	border-top : 1px dashed Gray;
	border-bottom : 1px dashed Gray;
	margin-bottom : 20px;
	color : Gray;
	padding : 8px 0px 10px 0px;
}

.content {
	padding : 0px 20px 20px 20px;	
}

.copy {
	font-size : small;
	color : Gray;
	padding : 0px 15px 15px 15px;
}

.nav_small {
	font-size : small;
	color : Gray;
}

.author {
	text-align : right;
	font-size : small;
	font-variant : normal;
	color : Gray;
}

.col1 {
	background-color : #FFF;
	padding : 5px 20px 5px 20px;
	border : 1px solid Gray;
	margin-bottom : 20px;
	margin-top : 20px;
}

.col2 {
	background-color : #F7F7F7;
	border : 1px solid Gray;
	padding : 5px 20px 5px 20px;
	margin-bottom : 20px;
	margin-top : 20px;
}

#donate {
	text-align : center;
	font-weight : bold;
	font-family : Tahoma, Verdana;
	font-size : 8pt;
	position : absolute;
	right : 10px;
	padding : 10px;
}
.statlink {
	text-align : right;
	font-family : Tahoma, Verdana;
	font-size : 8pt;
	padding-right : 15px;
}
.statlink A { color : Silver; }
.statlink A:hover {	color : White; text-decoration : none; }