@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 130%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #e6eef4 url(images/bgbody.gif) top repeat-x;
}
h2 {
	font-size: 2.0em;
	font-weight: normal;
	line-height: normal;
	margin: 10px auto;
	padding: 0;
	text-transform: uppercase;
	color: #999999;
}
h3,h4 { line-height:normal; margin: 5px auto;}
a img{ border: none;
}
a {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}
#outer {
	width: 772px;
	margin: 0 auto;
}
#topbuffer {
	height: 40px;
	background: url(images/topblur.png) bottom center no-repeat;
	color: #ffffff;
	text-align: right;
	line-height: 30px;
}
#topbuffer a {
	color: #ffffff;
	margin-right: 20px;
}
#topbuffer a:hover {
	color: #ffffff;
}
#sideblur {
	background:  url(images/sideblur.png) center repeat-y;
}
#inner {
	width: 750px;
	margin: 0 auto;
	border: #ffffff 1px solid;
	border-bottom: none;
	background: #ffffff;
	text-align: left;
	font-size: 1.2em;
}
#logoarea {
	min-height: 50px;
	padding: 3px 10px 6px 20px;
	margin: 0 auto;
	border-bottom: #0096d6 1px solid;
}
#logoarea h1 {
	color: #0096d6;
	font-weight: normal;
	font-size: 2.4em;
	text-align: center;
	line-height: normal;
	margin: 0 auto;
	padding: 0;
}
.headertext {
	font-weight: normal;
	font-size: 50%;
	text-align: center;
}
#banner {
	height: 150px;
	background: url(images/banner.jpg) center no-repeat;
}
#banner p {
	color: #0096d6;
	font-weight: normal;
	font-size: 1.8em;
	text-align: left;
	line-height: normal;
	margin: 0 auto;
	padding: 47px 0 0 245px;
	letter-spacing: -1px;
}
#banner span { font-size: 60%;
}
#topmenu {
	min-height: 3.2em;
	font-size: 0.8em;
	border-top: #0096d6 1px solid;
	border-bottom: #0096d6 1px solid;
	background: #c8e3ac;
}
#breadcrumbs {
	height: 24px;
	line-height: 24px;
	font-size: 0.8em;
	border-bottom: #999999 1px dotted;
	padding: 0 10px;
}
#breadcrumbs p {
	padding: 0;
	margin: 0 auto;
	width: 65%;
	float: left;
}
#breadcrumbs .date {
	float: right;
	width: 30%;
	text-align: right;
}
#framed {
	padding: 0;
	margin: 0;
	width: 775px;
	background: transparent;
	clear: both;
}
#content {
	padding: 0 10px 10px 10px;
	line-height: 130%;
	clear: both;
}
#leftcolumn {
	width: 170px;
	float: left;
	padding-top: 20px;
}
#leftcolumn ul {
	list-style: none;
	padding: 0 10px 0 0;
	margin: 0 auto;
}
#leftcolumn ul li {
	list-style: none;
	padding: 0;
	margin: 5px auto;
}
#rightcolumn {
	width: 540px;
	float: right;
	padding: 10px 0 20px 15px;
	border-left: #999999 1px dotted;
	min-height: 350px;
}
#corpmenu {
	clear: both;
	color: #000000;
	padding: 0 15px;
	margin: 15px auto;
	text-align: center;
	font-size: 80%;
}
#footer {
	min-height: 40px;
	background: #6d6e71;
	border-top: #fbb034 1px solid;
	color: #ffffff;
	padding: 10px;
	font-size: 90%;
}
#footer p {
	margin:3px auto;
	padding: 0;
}
#footer a {
	color: silver;
}
#footer a:hover {
	color: silver;
}
#bottomblur {
	background: url(images/bottomblur.png) top center no-repeat;
}
#credit {
	font-size: 90%;color: silver;
}
#credit a {
	color: silver;
}
#credit a:hover {
	color: silver;
}
.float-left {
	float: left;
}
.float-right {
	float: right; margin-left: 10px; margin-bottom: 10px;
}
.center { margin: 15px auto;
	text-align: center;
}
