/* CSS Document */
/* EPS Web Colors - Gray=#8a7967 Red=#b42e34 */

body {
	background-color: #dcd7d1;
	margin: 0px;}

#TopStripeTD {width: 800px; 
				height: 20px;
				background-color: #b42e34;
				}


#MenuDIV	{width: 250px;
			 height: 130px;
			 background-color:#8a7967;
}

#MainTable {padding: 0px;
			vertical-align: top;
			background-color: #FFFFFF;
			}
			
#ContentDIV {	overflow: auto;
				padding: 15px;
				width: 535px;
				height: auto; 
				}
			
#RightMenuTD {width: 250px;
				height: 75px;}


#LogoTD {	width: 565px;
background-color: #8a7967;
				}

#RightImageTD {width: 200px;
				height: 430px;
				}

#FooterTD		{width: 535px;
				height: autopx;
				vertical-align: bottom;
				border-top: thin;
				border-top-style: solid;
				border-top-color:#b42e34;
}

#FooterDIV {	overflow: auto;
				padding: 15px;
				width: 535px;
				height: auto; 
				}
			
#BottomStripeTD {width: 800px; 
				height: 20px;
				background-color: #8a7967;
				}
			

				
#FooterBottomRight {	background-color: #aab537;
				width: auto;
				height: 30px; 
				padding-left: 240px;
				}

.h1 {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-style: italic;
font-weight: bold;
color: #8a7967; }

.normal {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style: normal;
color: #8a7967; }

.footer {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style: normal;
color: #b42e34; }

a:link {
	color: #8a7967;
}
	
a:hover {
	color: #b42e34; 
}

a:visited {
	color: #8a7967; 
}
	

