body 			{ font-family: Tahoma; 
				font-size: 8pt; 
				color: #336699;
				text-align: center;
				background-color: #EAEAE8;
				background-image: url(images/body_grad.jpg);
				background-repeat: repeat-x;
				background-attachment: scroll;
				background-position: top;
				}
				
a				{text-decoration: none;
				}
				
a:hover			{text-decoration: none;
				color: red;
				}

a:visited		{text-decoration: none;
				color: blue;
				}
				
a:visited:hover	{text-decoration: none;
				color: red;
				}
				
h1				{font-family: Tahoma; 
				font-size: 10pt; 
				color: #336699;
				text-align: center; 
				font-weight:bold;
				}

/*.container 		{ margin-left: auto;
				margin-right: auto;
				}*/
				
.main_table		{ width: 788px;
				margin-left: auto;
				margin-right: auto;
				background-color: #ffffff;
				}

.header			{width:768px;
				}
						
.menu_box		{background-image: url('images/menu_bkg.jpg');
				height: 200px;
				width: 200px;
				background-repeat: repeat-x;
				text-align: left;
				line-height: 1.4;
				vertical-align: top;								font-size:10pt;
				}
				
.housepic		{background-image: url('images/house.jpg');
				height: 200px;
				width: 206px;
				background-repeat: no-repeat;
				}
							
.logo_area		{background-image: url('images/logo_area.jpg');
				height: 200px;
				width: 380px;
				background-repeat: no-repeat;
				vertical-align: bottom;
				text-align: right;
				}
				
.search			{font-family: Tahoma; 
				font-size: 8pt; 
				color: #336699;
				text-align: right;
				}
				
.searchgo		{font-family: Tahoma; 
				font-size: 8pt; 
				color: #336699;
				}			
				
.divider		{background-color: #808080;
				height: 4px;
				}
				
.sidebar		{height: 400px;
				width: 200px; 
				background-color:#EBEBEB;
				text-align: center;
				vertical-align: top;
				line-height: 1.4
				}
				
.smallindent	{margin-left: 15px;
				}
				
.bigindent		{margin-left: 25px;
				}
				
.content		{text-align: justify;
				color: #000000;
				vertical-align: top;
				width: 585px;
				}

.piccontent		{text-align: justify;
				color: #000000;
				text-align: center;
				width: 585px;
				}

.footer			{height: 40px; 
				background-color:#829CA6;
				font-size: 11px; 
				color: #000099;
				font-family:Tahoma
				}