/* Common Styles*/

BODY {
	color : Black;
	font-family : "Times New Roman";
	font-size : 14px;
    margin : 0;
	padding-top: 27px;
    scrollbar-arrow-color : #FEFDEE;
	scrollbar-track-color : #EAD5AF;
	scrollbar-face-color : #C1AB82;
	scrollbar-highlight-color : #E4DBCA;
	scrollbar-shadow-color : #80683C;
	scrollbar-darkshadow-color : Black;
	scrollbar-3dlight-color : Black;
	scrollbar-base-color : Black;
}
H1 {
	color : Black;
	font-size : 20px;
	font-weight : bold;
	letter-spacing : 1px;
	font-variant : small-caps;
	margin : 0 0 0 0;
}
H2 {
	color : Black;
	font-size : 19px;
	font-weight : bold;
	letter-spacing : 1px;
	margin : 0 0 0 0;
}
H3 {
	color : Black;
	font-size : 17px;
	font-weight : bold;
	letter-spacing : 1px;
	margin : 0 0 0 0;
}
H4 {
	color : Black;
	font-size : 15px;
	font-weight : bold;
	letter-spacing : 1px;
	margin : 0 0 0 0;
}
H3.indent {
	text-indent : 33px;
}
H4.indent {
	text-indent : 33px;
}
P {
	text-align : justify;
	text-indent : 33px;
	font-size : 14px;
	margin : 0 0 0 0;
}
P.woi {
	text-indent : 0px;
}
FONT {
	color : Black;
	font-size : 14px;
}
FONT.small {
	font-size : 12px;
}
FONT.bright {
	color : Red;
}
FONT.green {
	color : #E5E9B3;
}
TH {
	font-size : 14px;
	font-weight : bold;
	color : Black;
	background-color : #C1AB82;
}
TD  {
	font-size : 14px;
}
TD.white {
	background-color : White;
}
TR.white {
	background-color : White;
}
TD.yellow {
	background-color : #FCF5DB;
}
TR.yellow {
	background-color : #FCF5DB;
}
TD.beige  {
	background-color : #EAD5AF;
}
TR.beige  {
	background-color : #EAD5AF;
}
TD.green  {
	background-color : #E5E9B3;
}
TR.green  {
	background-color : #E5E9B3;
}
A {
	color : Black;
	/*color: #996600;*/
	text-decoration : underline;
}
A:VISITED {
	color : #956000;
	text-decoration : none;
}
A:HOVER {
	color : Red;
	text-decoration : underline;
}
OL {
	text-align : justify;
	margin-bottom : 0;
	margin-top : 0;
}
UL {
	text-align : justify;
	margin-bottom : 0;
	margin-top : 0;
}
HR {
	color : #9E8963;
}
INPUT.button {
	color : White;
	background-color: #9E8963;
	font-family : sans-serif;
	font-size : 14px;
	letter-spacing : 1px;
	padding : 2 0 0 0;
	border-bottom-color : #80683C;
	border-right-color : #80683C;
	border-top-color : #E4DBCA;
	border-left-color : #E4DBCA;
	border-style : solid;
	border-width : 1px;
}
INPUT.button1 {
	color : Black;
	background-color: #9E8963;
	font-family : sans-serif;
	font-size : 14px;
	letter-spacing : 1px;
	padding : 2 0 0 0;
	border-bottom-color : #80683C;
	border-right-color : #80683C;
	border-top-color : #E4DBCA;
	border-left-color : #E4DBCA;
	border-style : solid;
	border-width : 1px;
}

INPUT.text {
	color : Black;
	font-family :  "Times New Roman";
	font-size : 15px;
	background-color : White;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
}
TEXTAREA {
	color : Black;
	font-family :  "Times New Roman";
	font-size : 15px;
	background-color : White;
	border-color : Black;
	border-style : solid;
	border-width : 1px;
}
SELECT {
	color : Black;
	font-family :  "Times New Roman";
	font-size : 14px;
	background-color : White;
}


.stat_block {
	background-color: #fef9ef;
	border-bottom-color: #d4d4d4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #d4d4d4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #d4d4d4;
	border-right-style: solid;
	border-right-width: 1px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

/*Header, Footer, Menu, Navbar & other service Styles*/

	td.grants-menu {
	background-color: #9E8963;
	text-align: center;
	cursor: hand;
}
	td.grants-menu-selected {
		background-color: #FFFFFF;
	}
	td.grants-podmenu {
		font-size: 14px;
		text-align: center;
		background-color: #EAD5AF;
		border-color: #563D00;
		border-style: solid;
		border-width: 0 1 1 1;
		padding-top: 4px;
		padding-bottom: 4px;
   	cursor: hand;
	}
	A.grants-podmenu {
		color : Black;
		text-decoration : none;
	}
	A.grants-podmenu:VISITED {
		color : Black;
		text-decoration : none;
	}
	td.grants-podmenu-selected {
		font-size: 14px;
		text-align: center;
		background-color: #FFFFFF;
		border-color: #563D00;
		border-style: solid;
		border-width: 0 1 1 1;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top: 1px;
	}
	td.grants-podmenu-2 {
		font-size: 13px;
		text-align: center;
		background-color: #C1AB82;
		border-color: #563D00;
		border-style: solid;
		border-width: 0 1 1 1;
		padding-top: 4px;
		padding-bottom: 4px;
		cursor: hand;
	}
	A.grants-podmenu-2 {
		color : Black;
		text-decoration : none;
	}
	A.grants-podmenu-2:VISITED {
		color : Black;
		text-decoration : none;
	}
	td.grants-podmenu-2-selected {
		font-size: 13px;
		text-align: center;
		background-color: #FFFFFF;
		border-color: #563D00;
		border-style: solid;
		border-width: 0 1 1 1;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	td.grants-podmenu-3 {
		font-size: 12.5px;
		text-align: center;
		background-color: #B29C73;
		border-color: #563D00;
		border-style: solid;
		border-width: 0 1 1 1;
		padding-top: 4px;
		padding-bottom: 4px;
		cursor: hand;
	}
	A.grants-podmenu-3 {
		color : Black;
		text-decoration : none;
	}
	A.grants-podmenu-3:VISITED {
		color : Black;
		text-decoration : none;
	}
	td.grants-podmenu-3-selected {
		font-size: 12.5px;
		text-align: center;
		background-color: #FFFFFF;
		border-color: #563D00;
		border-style: solid;
		border-width: 0 1 1 1;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	td.grants-podmenu-4 {
		font-size: 12.5px;
		text-align: center;
		background-color: #A38D67;
		border-color: #563D00;
		border-style: solid;
		border-width: 0 1 1 1;
		padding-top: 4px;
		padding-bottom: 4px;
		cursor: hand;
	}
	A.grants-podmenu-4 {
		color : Black;
		text-decoration : none;
	}
	A.grants-podmenu-4:VISITED {
		color : Black;
		text-decoration : none;
	}
	td.grants-podmenu-4-selected {
		font-size: 12.5px;
		text-align: center;
		background-color: #FFFFFF;
		border-color: #563D00;
		border-style: solid;
		border-width: 0 1 1 1;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	

	td.grants-header {
	text-align: center;
	color: #563D00;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
   }
	td.grants-footer {
		color: #DAC59F;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		font-weight: bold;
		letter-spacing: 1px;
		filter: DropShadow(Color="#261600",OffX="1",OffY="1",Positive="1");
	}
	A.footer {
		color: #DAC59F;
		text-decoration : none;
	}
	A.footer:VISITED {
		color: #DAC59F;
		text-decoration : none;
	}
	A.footer:HOVER {
		color: #DAC59F;
		text-decoration : none;
	}
	td.navbar1 {
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	background-color: #DFD4BB;
	border-color: #563D00;
	border-style: solid;
	padding: 6 8 6 8;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-image: url(/img/navbar1_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 11px;
	}
	td.navbar1_sel {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-color: #D3C2A0;
	border-color: #563D00;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 6px;
	padding-bottom: 4px;
	background-image: url(/img/navbar1_sel_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 11px;
	padding: 6 8 6 8;
}
	td.navbar2 {
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
	background-color: #D3C2A0;
	border-color: #563D00;
	border-style: solid;
	padding: 6 8 6 8;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	background-image: url(/img/navbar2_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 10px;
	}
	td.navbar2_sel {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	background-color: #C5B084;
	border-color: #563D00;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	padding: 6 8 6 8;
	background-image: url(/img/navbar2_sel_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	line-height: 10px;
	}
	.navbar_end {
		border-right-color: #563D00;
		border-right-style: solid;
		border-right-width: 1px;
	}
	A.navbar1 {
		color: #563D00;
		text-decoration : none;
	}
	A.navbar1:VISITED {
		color: #563D00;
		text-decoration : none;
	}
	A.navbar1:HOVER {
		color: #563D00;
		text-decoration : none;
	}
	A.navbar2 {
		color: #563D00;
		text-decoration : none;
	}
	A.navbar2:VISITED {
		color: #563D00;
		text-decoration : none;
	}
	A.navbar2:HOVER {
		color: #563D00;
		text-decoration : none;
	}
