html {
	height:100%;
}
body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0px;
	background-color:#FFDC00;
	background-image:url(/images/page_bg_Yellow.jpg);
	/*background-position:50% 0%;*/
	color:#1E1100;
}
a {
	color:#1E1100;
	text-decoration:underline;
}
a:hover {
	color:#1E1100;
	text-decoration:underline;
}
a img { 
	border:0px;
}

p {
	margin-left:12px;
	margin-right:12px;
}
td {
}

th {
}
h1 {
	margin-left:12px;
	margin-right:12px;
	margin-top:0px;
}
h2 {
	margin-left:12px;
	margin-right:12px;
	margin-top:0px;
}
h3 {
	margin-left:12px;
	margin-right:12px;
}
h4 {
	margin-left:12px;
	margin-right:12px;
}
form {
	margin-top:0px;
	margin-bottom:0px;
	}

input {
	font-size:smaller;
	width:130px;
	vertical-align:middle;
	color:#595959;
}
input.radio_check, input[type=radio], input[type=checkbox] {
	width:20px;
	vertical-align:middle;
}
select {
	font-size:smaller;
	vertical-align:middle;
	color:#595959;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	border:0px;
}
fieldset tr {
	background-image:url(/images/dot_line_yellow.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	border:0px;
}
.bg_subsection fieldset tr {
	background-image:url(/images/dot_line_white.gif);
}

fieldset td {
	padding-top:5px;
	padding-bottom:8px;
}
legend {
	background-color:#000000;
	color:#FFDC00;
	padding-left:10px;
	width:803px;
	font-size:1.1em;
	line-height:1.4em;
}
select {
}

ul {
}

li {
}

ol {
}
/*### Layout ###*/
#frame {
	width:960px;
	padding-left:14px;
	padding-right:14px;
	padding-top:15px;
	/*border:1px solid #000000;*/
	margin-right:auto;
	margin-left:auto;	
	z-index:1;
	position:relative;
}
#top {
	width:813px;
	/*background-color:#FFFFFF;*/
	float:right;
	position:relative;
}
#left {
	width:138px;
	height:573px;
	/*background-color:#FFFFFF;*/
	float:left;
}
#content {
	width:813px;
	/*height:500px;*/
	min-height:500px;
	/*background-color:#FFFFFF;*/
	float:right;
	margin-top:12px;
}
#footer {
	width:813px;
	float:right;
	margin-top:8px;
	position:relative;
}
#footer p {
	margin-top:0px;
	margin-bottom:0px;
}
/*#footer_bottom {
	width:960px;
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;	
	z-index:2;
	margin-top:8px;
	position:absolute;
	top:95%
}
#footer_bottom p {
	margin-top:0px;
	margin-bottom:0px;
}*/
#top_functions {
	height:18px;
	/*background-color:#FFFFFF;*/
	float:right;
}
#donate_now {
	position:absolute; left:-6px; top:-8px; 
}
#corner_tab {
	position:fixed; 
	left:0px; 
	bottom:0px;
}

#top_menu {
	margin-top:24px;
	height:19px;
	/*background-color:#FFFFFF;*/
	width:100%;
	float:left;
}
#background {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
/* Menu ''''''''''''''''''''''''''''''''''*/
#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left li {
	width: 136px;
	/*height:19px;*/
	color:#FFDC00;
	font-weight:bold;
	/*font-size:0.85em;*/
	margin-bottom:5px;
}
#left li div {
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #1E1100;
	font-size:0.85em;
	background-color:#1E1100;
	cursor:pointer;
	/*background-image:url(/images/spacer_black.gif);*/
}
#left li div div {
	font-size:1em;
}
#left li div:hover {
	background-color:transparent;
	/*background-image:url(/images/spacer.gif);*/
	color:#1E1100;
}
#left li div:hover a {
	color: #1E1100;
}
#left li a {
	color: #FFDC00;
	text-decoration:none;
}
#left li.active div {
	background-color: transparent;
	/*background-image:url(/images/spacer.gif);*/
}
#left li.active div a {
	color: #1E1100;
}
#left li li {
	margin-bottom:0px;
}
#left li li a {
	color: #1E1100;
}
#left li li:hover {
	/*color: #FFDC00;*/
	background-image:url(/images/arrows/menu_bg_arrow_y.png);
	background-position:0px 7px;
	background-repeat:no-repeat;
}
#left li li.active {
	/*color: #FFDC00;*/
	background-image:url(/images/arrows/menu_bg_arrow_y.png);
	background-position:0px 7px;
	background-repeat:no-repeat;
}
#left li li div {
	border:0px;
	border-bottom: 1px solid #1E1100;
	padding-top:5px;
	padding-bottom:5px;
	/*border:1px solid #FFDC00;
	background-color: #FFDC00;
	padding-left:10px;*/
}
/* end Menu '''''''''''''''''''''''''''''''''''''''''''''''*/
/*### Classes ###*/
.bg_subsection {
	background-color:#FDFDF5;
	background-image:url(/images/page_bg_White.jpg);
}
.menu {
	padding-top:1px;
	padding-bottom:1px;/**/
	padding-left:10px;
	padding-right:10px;
	height:19px;/**/
	border:1px solid #1E1100;
	background-color:#1E1100;
	color:#FFDC00;
	font-weight:bold;
	font-size:0.85em;
}
.menu:hover {
	border:1px solid #1E1100;
	background-color:#FFDC00;
	color:#1E1100;
	text-decoration:none;
}
.menu_left {
}
.small {
	font-size: 0.9em;
}
.smaller {
	font-size: 0.8em;
}
.smallest {
	font-size: 0.7em;
}

.big {
	font-size: 1.1em;
}
.bg_white {
	background-color:#FFFFFF;
}
/*.button {
	background-color: #1E1100;
	color:#FFDC00;
	border:0px;
}*/
.button {
	padding-top:1px;
	padding-bottom:1px;/**/
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
	height:19px;/**/
	border:1px solid #1E1100;
	background-color:#1E1100;
	color:#FFDC00;
	font-weight:bold;
	font-size:0.85em;
}
.button:hover {
	border:1px solid #1E1100;
	background-color:transparent;
	color:#1E1100;
	text-decoration:none;
}

.arrow_button {
	background-image:url(/images/arrow_button.png);
	background-repeat:no-repeat;
	background-position: top right;
	background-color:transparent;
	border:0px;
	width:12px;
	height:12px;
}
.arrow_button:hover {
	background-position: bottom right;
}
a:hover img.arrow_button {
	background-position: bottom right;
}
.content_indent {
	margin-left:12px;
	margin-right:12px;
}
.white_black {
	background-color:#FFFFFF;
	color:#000000;
	padding:2px;
	border:1px solid #000000;
}

.yellow_black {
	background-color:#FFFFCC;
	color:#000000;
	padding:2px;
	border:1px solid #000000;
}

.black_white {
	background-color:#000000;
	color:#FFFFFF;
	padding:2px;
	border:1px solid #000000;
}
.dot_line_yellow {
	background-image:url(/images/dot_line_yellow.gif);
	background-repeat:repeat-x;
	background-position:50%;
}
.dot_line_white {
	background-image:url(/images/dot_line_white.gif);
	background-repeat:repeat-x;
	background-position:50%;
}
.highlight {
	background-color:#FDFDF5;
}
.no_underline{
	text-decoration:none;
}
.no_underline:hover{
	text-decoration:none;
}
.underline{
	text-decoration:underline;
}
.tab {
	text-decoration:underline;
}
.tabselected {
	text-decoration:none;
}

