/*  CSS Madness */
/*  Padding:  TOP RIGHT BOTTOM LEFT */

html, body {
	font: normal 12px Arial, Georgia, Tahoma, Verdana, sans-serif; 
	background: #fff;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;	
}

#Header {
	background-color: #2B426D;
}
#Main {
	font: bold 18px Arial, Georgia, Tahoma, Verdana, sans-serif; 
	text-align: left;
}
#Headerbox {
	/*background-color: #bcc9de;*/
	padding: 0;
	margin: 0;
	color: #0581b4;
}
#Headerbox h1 {
	font-weight: bold;
	font-size: 16px;
	color: #0581b4;
	line-height: 1.875em;
	text-decoration: none;
}

#Mainbox {
	padding: 0px 0 200px 0;
	background-color: #fff;
	font: 12px normal;
	text-align: left;
}
#Mainbox h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
#Mainbox h4 {
	font-weight: bold;
}
#Mainbox a:link, #Mainbox a:visited {
	color: #666;
	text-decoration: none;
}
#Mainbox a:hover {
	text-decoration: underline;
}
#piccy {
	text-align: center;
	padding: 20px 0 0 0;
}
#texty {
	line-height: 18px;
	margin: 5px 10px 0 0;
	vertical-align: top;
}

#Mini {
	padding: 200px 0 15px 0; 
	text-align: center;
}

#Mini img {
	vertical-align: middle;
}
#Mini h3 {
	font: bold 12px Arial, Georgia, Tahoma, Verdana, sans-serif;
	color: #0581b4;
	text-align: center;
}
#Mini a:link, a:visited {
	color: #666;
	text-decoration: none;
}
#Mini a:hover {
	text-decoration: underline;
}