/* **********GENERAL PAGE ELEMENTS BEGINS HERE */
* {font-family: Verdana, Geneva, Arial, helvetica, sans-serif; }
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #053022;
  background-color: #d3af7e;
  background-image: url(../images/bg_page.gif);
  margin: 0px;
}

p, tt, DT, DD { font-size: 12px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif;}

td { vertical-align: top; }

a:link, a:visited, a:active {
	color: #a38154;
	text-decoration: underline;
}

a:hover {
	color: #074833;
	text-decoration: none;
}

H3 {
	color: #c0362c;
}

H4 {
	color: #074833;
	font-size:13px;
}

H5 { color: #c0362c; font-size:13px; }

.PDF { font-size: 9px; }
/* /////////GENERAL PAGE ELEMENTS ENDS HERE  */

/* ********** HEADER BEGINS HERE  */
#Header {
	margin: 0px;
	width: 100%;
	background-color:#00FF33;
	height: 142px;
	background-image: url(../images/headerBG.gif);
	background-repeat: repeat-x;
}

.HeaderLeftTD {
	width: 212px;
	margin: 0px;
	height: 142px;
}

.HeaderMiddleTD {
	width: 100%;
	margin: 0px;
	height: 142px;
}

.HeaderRightTD {
	width: 42px;
	margin: 0px;
	height: 142px;
}
/* /////////HEADER ENDS HERE  */

/* ********** MAIN BEGINS HERE  */
#Main {
	margin: 0px;
	width: 100%;
}

.MainNAVcolumn {
	width: 212px;
	margin: 0px;
	background-image: url(../images/NavArea.gif);
	background-repeat: repeat-y;
}

/* NAV LIST BEGINS HERE  */

#navcontainer { 
	width: 170px;
	 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
}

#navcontainer ul {
	margin-left: 20px;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer li {
	margin: 0px 0px 5px 0px;
}

#navcontainer a {
	display: block;
	padding: 3px 3px 3px 8px;
	width: 170px;
	background-image: url(../images/NavButtons_off.gif);
	background-repeat: no-repeat;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-image: url(../images/NavButtons_on.gif);
	background-repeat: no-repeat;
	color: #fff;
}

/* NAV LIST ENDS HERE  */

.MainMIDDLEcolumn {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	background-image: url(../images/Main.gif);
}


.MainMIDDLEcolumn a:hover {
	color: #074833;
	text-decoration: none;
}

.subMenu p{ padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px; background-image: url(../images/sub_bullet.gif);	background-repeat: no-repeat;
	background-position: 0px 4px; background-position:top; background-position:left;}

.MainRIGHTcolumn {
	width: 42px;
	margin: 0px;
	background-image: url(../images/MainRight.gif);
}
/* /////////MAIN ENDS HERE  */

/* ********** FOOTER BEGINS HERE  */
#Footer {
	margin: 0px;
	width: 100%;
}

#Footer a {
	color: #074833;
}



#Footer a:visited {
	color: #527f71;
}

#Footer a:active {
	color: #074833;
}

#Footer a:hover {
	color: #074833;
	text-decoration: none;
}

.FooterLEFTcolumn {
	width: 212px;
	margin: 0px;
}

.FooterMIDDLEcolumn {
	width: 100%;
	margin: 0px;
	background-image: url(../images/footerMiddle.gif);
	font-size: 9px;
}

.FooterTEXT {
	margin: 0px;
	font-size: 9px;
}

.FooterRIGHTcolumn {
	width: 42px;
	margin: 0px;
}
/* /////////FOOTER ENDS HERE  */

#Tip {
	width: 200px;
	background-image: url(../images/tip_bg.gif);
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Tip P{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 15px;
}



/* ********** MEMBERS ONLY BEGINS HERE  */

#MOnavcontainer {
	border: 1px solid #c0362c;
	background-image: url(../images/bg_page.gif);
	width: 99%;
	height: 20px;
}

#MOnavcontainer ul {
	margin: 3px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#MOnavcontainer ul li { 
	display: inline;
	margin: 5px; 
}

#MOnavcontainer ul li a {
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #fff;
}

#MOnavcontainer ul li a:hover{
	color: #c0362c;
	background-color: #eee;
}

#homeLink {padding:2px 10px 0px 0px; font-size:11px;}
#homeLink a{font-size:11px;}
#homeLink a:active{font-size:11px; color:#CC0033; text-decoration:none;}
#homeLink a:hover{font-size:11px; color:#CC0033; text-decoration:none;}

#tableLayout {font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  color: #053022;
}

#tableLayout td{}
#tableLayout .hdr{ background-color:#cccccc}
#tableLayout .odd{ background-color:#e5e5e5}
#tableLayout .bttm td{background-color:#cccccc; height:4px;}

#amLinksTable {border:1px solid #b12a1c;}


.redHeader {
		color: #c0362c;
		font-size:13px;
		font-weight:bold;}

/* /////////MEMBERS ONLY ENDS HERE  */
