/* CSS Document */

body{
	background:url(images/bg.gif) left top repeat-x;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	}
	
.header_bg{
	background:url(images/header_bg.gif) left top no-repeat;
	height:112px;
	}
	
.top_link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}	
	
.top_link a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	}	
	
.top_link a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#145eab;
	text-decoration:underline;
	}	
	
.contact_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#3d2085;
	text-decoration:none;
	}
	
.content_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#252525;
	text-decoration:none;
	}	
	
.address_text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	}
	
.address_text a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#fff;
	text-decoration:underline;
	line-height:20px;
	}	
	
.address_text a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#1b0455;
	text-decoration:none;
	line-height:20px;
	}		
	
.menu_link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#1b0455;
	text-decoration:none;
	}	
	
.menu_link a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#1b0455;
	text-decoration:none;
	}	
	
.menu_link a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#145eab;
	text-decoration:underline;
	}
	
.content_bg{
	background:url(images/content_bg.jpg) left top repeat-x;
	background-color:#FFFFFF;
	}
	
.footer_bg{
	background:url(images/footer_bg.gif) left top repeat-x;
	height:65px;
	}	
					
