/*This is the whole page. Gradiant background*/body {	background-image: url(img/bg.jpg);	background-repeat: repeat-x;	background-color: #F4E5BE;}/*Navigation Tabs*/#navtags{	font-size: 11px;	font-family: Arial, Helvetica, sans-serif;	color: #2D6071;	font-weight: bold;	line-height: 11px;	text-decoration: none;}#navtags a {color:#2D6071;text-decoration: none;}#navtags a:hover{color:#650460;text-decoration: none;}/*Main Content Area*//*this is the background image*/#maincontent {	background-color: #F6E9BD;}.header {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px;	color: #650460;	font-weight: bold;	padding-top: 15px;	padding-left: 15px;	padding-right: 1px;}.text_main {	color: #005883;	padding-right: 10px;	padding-left: 25px;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 16px;}.footer {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	color: #650460;	font-weight: bold;	padding: 3px 3px 3px 3px;}