body {
	margin: 0px;
	font-family: verdana,arial,san-serif;
	font-size: smaller;
	background-color: #FFFFFF;
	/*border: #000000 1px solid; */
	/*background-color: #000000;*/
}

td {
	font-family: verdana, arial helvetica, san-serif;
	font-size: x-small;
}

.heading {
	font-family: verdana, arial, san-serif;
	font-size: medium;
	color: #000;
}

.form {
	margin: 0px;
	font-family: verdana,arial,san-serif;
	font-size: x-small;
	background-color: #FFFFFF;
}

.button {
	font-family: verdana,arial,san-serif;
	color: #336633; 
	background-color: #DEDEDE; 
	border: #336633 solid 1px;
}

img {
	border: none;
}

a {
	color: #336633;
	font-weight: bolder;
}

a:hover {
	color: #993333;
	font-weight: bolder;
}

.header_block {
	width: 100%;
	background-color: #FFFFFF;
	padding: 5px;
	/*
	border: #000000 1px solid;
	position: relative;
	top: 20%;
	right: 10%; */
	
}

.menu_block {
	width: 20%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.menu_item_last {
	border-bottom: 1px solid #000;
}

.menu_item, .menu_item_last {
	padding-top: 3%;
	padding-left: 10px;
	padding-bottom: 3%;
    font-family: verdana, arial, san-serif;
	font-size: x-small;
	font-weight: bold;
	font-stretch: wider;
	color: #787878; 
	border-top: #000000 1px solid;
	/*border-right: #000000 1px solid;*/
	background-color: #EFEFEF;
	text-decoration: none;
}



.menu_item_filler {
	height:100%;
	border-right:1px solid #000;
}

.menu_item a, .menu_item_last a{
	padding-bottom: 2%;
	color: #787878; 
	text-decoration: none;
}

.menu_item a:hover {
	color: #993333;
}

.menu_selected_item {
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 10px;
	font-family: verdana, arial, san-serif;
	font-size: x-small;
	font-weight: bold;
	font-stretch: wider;
	color: #336633;
	background-color: #A8D5A8;
	/*background-color: #E1A6A6;*/
	border-top: #000000 1px solid;
	border-right: #336633 5px solid;
	text-decoration: none;
}

.menu_selected_item a {
	text-decoration: none;
}

.submenu_item {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 1%;
	padding-bottom: 1%;
    font-family: verdana, arial, san-serif;
	font-size: xx-small;
	font-weight: normal;
	font-stretch: wider;
	color: #787878; 
	border-top: #000000 1px solid;
	border-right: #336633 5px solid;
	background-color: #EFEFEF;
	text-decoration: none;
	text-align: right;
}

.submenu_item a {
	text-decoration: none;
	color: #787878;
}

.submenu_item a:hover {
	border-right: #;
}


.content_block {
	font-family: verdana, arial helvetica, san-serif;
	font-size: x-small;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;	
	background-color: #FFFFFF; 
	border-left:1px solid #000;
	width:80%;
}

.form_block {
	border: 1px, solid, #878787;
}

.content_block a {
	font-weight: normal;
}

.content_block a:hover {
	font-weight: normal;
}


.footer_block {
    font-family: arial, helvetica, san-serif;
	font-size: x-small;
	border-top: #000000 1px solid;
	padding: 5px;
	width: 100%;
	text-align: center;
	background-color: #EFEFEF;
	float: none;
}

.footer_block a {
	color: #336633;
	font-weight: normal;
}

.footer_block a:hover {
	color: #993333;
	font-weight: normal;
}

.words_gn {
	color: #336633;
	font-weight: bolder;
}

.words_rd {
	color: #993333;
	font-weight: bolder;
}

.words_grey{
	color: #333333;
}

.words_bold {
	font-weight: bolder;
}

/* pretties */

ul {
list-style-image: url(img/dot.gif);
} 

li {
padding-bottom: 1%;
}


.text_padding {
	padding-top: 10px;
}

.strip_gn {
	background-color: #336633;
	height: 2%;
	width: 100%;
	color: #EFEFEF;
	font-size:x-small;
	font-weight:bolder;
}

.strip_wt {
	background-color: #FFFFFF;
	height: 1%;
	width: 100%;
}

.strip_rd {
	background-color: #993333;
	height: 1%;
	width: 100%;
}

.align_right {
	right: 0;
}

.blank {
	height: 5%;
}


