body {
	background: #e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
    color:#333;
	margin: 0px;
	padding: 0px;
}
a, h1, h2, h3, h4 {
	color: #416eac;
}
h7 {
	color: #416eac;
	font-weight: strong;

}
img {
	border: none;
}
h1 {
	font-weight: normal;
	font-size: 12pt;
}
.clear {
	clear: both;
	height: 0px;
}
.right {
	float: right;
}
#outer {
	width: 802px;
	margin: 10px auto;
	padding: 0px 30px 30px 30px;
	background: #fff;
}
#main {
	width: 802px;
	margin: 0px auto;
	background: url('../images/mainbg.png') repeat-y;
}
#main.index {
	background: url('../images/mainbg-index.png') repeat-y;
}

/*-- Header --*/
#header {
	height: 99px;
	position: relative;
	border-bottom: #fff 2px solid;
	background: #fff;
}
img#logo {
	position: absolute;
	top: 26px;
	left: 0px;
}
#headerhorizbar {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background: #416eac;
	color: #fff;
}
#headerhorizbar p {
	margin: 0px 20px 0px 20px;
	padding: 0px;
}
#headerhorizbar a {
	color: #fff;
	text-decoration: none;
}
#headerhorizbar a:hover {
	text-decoration: underline;
}

/*-- Left Side --*/
#leftside {
	float: left;
	width: 235px;
}
#main.index #leftside {
	width: 328px;
}
#leftside a {
	color: #fff;
	text-decoration: none;
	
}
#leftside ul.nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftside ul.nav li {
	line-height: 32px;
	background: url('../images/navbg-basic.png') no-repeat left top;
	border-bottom: #fff 2px solid;
	font-size: 8pt;
	padding-left: 25px
}
#leftside ul.major li {
	background: url('../images/navbg-major.png') no-repeat left top;
	font-size: 10pt;
}
#main.index #leftside ul.major li {
	background: url('../images/navbg-major-index.png') no-repeat left top;
}
#leftside ul.major li ul.minor {
	position: relative;
	left: -25px;
	width: 205px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftside ul.major li ul.minor li {
	width: 170px;
	min-height:20px;
	background: url('../images/navbg-minor.gif') no-repeat top #77a7d5;
	border-top: #fff 2px solid;
	border-bottom: none;
	font-size: 12px;
	line-height:16px;
	padding:8px 10px 4px 50px;
	/*padding-left: 50px;
	padding-right: 10px;*/
}
#leftside h2, #leftside p {
	margin: 5px 20px 5px 25px;
	color: #fff;
	
}
#leftside h3, #leftside p {
	margin: 5px 20px 5px 25px;
	color: #fff;
}
#leftside h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	
}
#leftside h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#leftside p {
	font-size: 7.5pt;
}

/*-- Right Side --*/
#rightside {
	float: right;
	width: 547px;
	margin-bottom: 40px;
}
#rightside.index {
	margin-bottom: 0px;
	width: 566px;
}
#rightside #flashcontent{
	width: 566px;
	margin-right: -20px;
}
#breadcrumbs {
	line-height: 34px;
	font-size: 8pt;
}
#breadcrumbs a {
	color: #6b6e71;
}
#rightside ul li {
	margin-bottom: 15px;
}

/*-- Inner Feature --*/
#inner-feature {
	width: 519px;
	margin-left: 6px;
}
#inner-feature-top {
	height: 16px;
	background: url('../images/inner-feature-top') no-repeat top left;
}
#inner-feature-main {
	background: url('../images/inner-feature-main') repeat-y left;
	text-align: center;
}
#inner-feature-main * {
	margin: 0px 0px;
}
#inner-feature-bottom {
	height: 14px;
	background: url('../images/inner-feature-bottom') no-repeat top left;
}

/*-- Footer --*/
#footer {
	background: #416eac;
	color: #fff;
	height: 34px;
	border-top: #fff 2px solid;
	position: relative;
	width: 100;
}
#footerslogan {
	position: absolute;
	right: 3px;
	line-height: 34px;
	font-size: 11pt;
}
#footerlogo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-left: #fff 2px solid;
} 

/*-- False Footer - used on index only --*/
#false_footer {
	height: 100px;
	background: #fff;
	border-top: #fff 2px solid;
	position: relative;
}
#ff_content {
 	position: absolute;
 	left: 0px;
 	top: 0px;
 	width: 815px;
 	height: 100px;
 	background: url('../images/false-footbg.png') no-repeat ;
}
#ff_content div {
	float: left;
}
#ff_content h2, #ff_content p {
	margin: 5px 5px 5px 20px;
	color: #fff;
}
#ff_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
#ff_content p {
	font-size: 7.5pt;
}

div.spacer {
	height: 35px;
	background: #fff;
	border: none;
}

#bottom_right_index {
	width: 473px;
	background: #eaecf0;
	color: #888888;
}
#bottom_right_index p {
	margin: 20px;
}
#bottom_right_index .hl {
	color: #820000;
}

#scroll_outer {
	float: left;
	width: 750px;
	overflow: hidden;
}
#scroll_inner {
	height: 100px;
}
#scroll_inner img {
	margin: 0px 1px;
}

/* wp items */
.post h2 a {
	text-decoration: none;
}
.post h2 a:hover {
	text-decoration: underline;
}
.postmetadata {
	color: #999;
}

/* ------------ Home Flash classes ------------ */
.home-flash-wrapper{ text-align:right;}
#home-flash{}


h1-headersub {
	font-size: 18pt;
	font-weight: strong;
	color: #416eac;
}
h1-headertext {
	font-size: 14pt;
	color: #416eac;
}

