
/*HTML styles */

* {
	font-family: georgia ;
}

body {
	background-image: url(/images/main_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-color: #fff ;
	margin: 10px 20px 20px 20px ;
	color: #131313 ;
	font-size: 16px ;
	line-height: 24px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 14px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

h1 {
	font-size: 32px ;
	font-weight: bold ;
	letter-spacing: -3px ;
	color: #005FBF ;
	margin-top: 0px ;
}

h2 {
	font-size: 24px ;
	font-weight: bold ;
	letter-spacing: -2px ;
	color: #005FBF ;
	margin-top: 0px ;
}

h3, .inline_h {
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #FFF;
}

.mceContentBody a {
	color: #005FBF !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

div.banner {
	position: relative; 
}

div.seal.left {
	position: absolute ;
	top: 10px;
	left: 10px; 
}

div.seal.right {
	position: absolute ;
	top: 10px;
	right: 10px; 
}

#content {
	padding: 20px ;
	background: url(/images/content_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	color: #fff ;
	background-image: url(/images/button_bg.gif) ;
	background-position: center ;
	text-decoration: none ;
	font-size: 22px ;
	letter-spacing: -1px ;
	line-height: 20px ;
	padding: 15px 10px ;
	text-align: center ;
	border-left: 1px solid #ffffff ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
}

a.link_white:link, a.link_white:active, a.link_white:visited, a.link_white:hover {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

.MA {
	padding: 15px ;
}

.MB_green {
	border: 1px solid #259152 ;
	padding: 1px ;
	background: #fff ;
}

.MH_green {
	background-image: url(/images/button_up.gif) ;
	background-position: center ;
	font-size: 24px ;
	letter-spacing: -1px ;
	line-height: 22px ;
	padding: 15px ;
	color: #fff ;
}

.home_title0, .home_title1 {
	font-size: 12px; 
	padding: 5px 15px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	background: #fff ;
	padding-bottom: 0px ;
	line-height: 16px ;
}

.home_title1 {
	background: #e5e5e5 ;
}

.home_date0, .home_date1 {
	padding: 5px 15px ;
	padding-top: 0px ;
	font-style: italic ;
	font-size: 10px ;
	background: #fff ;
}

.home_date1 {
	background: #e5e5e5 ;
}

a:link {
	color: #005FBF ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #259152 ;
}

.img_float {
	float: right ;
	margin: 0px 0px 5px 20px ;
	border: 1px solid #005FBF ;
}