body {
	font-size: 12px;
	font-family: Trebuchet, 'Trebuchet MS', Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
}
a {
	color: #263B7E;
	text-decoration: none;
}
a:hover {
	color: #B8D433;
	text-decoration: underline;
}
a img{
	border: 0px;
	text-decoration: none;
}
p {
	text-align: justify;
	line-height: 1.35em;
	font-family: Trebuchet, Trebuchet MS, Tahoma, Geneva, sans-serif;	
}	
h1 {
	font-size: 18px;
	font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

h2 {
	font-size: 17px;
	font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

h3 {
	font-size: 14px;
	font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}


#header {
	background-image: url('images/head-cont-bg2.jpg');
}
#header-index {
	background-image: url('images/head-cont-bg2.jpg');
}


#headerimg {
	background-image: url('images/2011Header.jpg');
	background-repeat: no-repeat;
	height: 155px;
	width: 970px;
	margin: 0px auto;
}


#div-nav{
	background-image: url('images/div-nav-bg2.jpg');
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
#div-nav ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 40px;
	width: 970px;
	margin: 0px auto;
	list-style: none;
}
#div-nav ul li{
	float: left;
	height: 40px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#div-nav ul li a{
	display: block;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	border-left: solid 2px #000;
	color: #fff;
	text-decoration: none;
}
#div-nav ul li a:hover{
	background-image: url('images/div-nav-hover-bg.jpg');
	color: #eee;
}
#div-nav #div-nav-right {
	border-right: solid 2px #000;
	width: 483px;
}


#nav {
	width: 970px;
	margin: 0px auto;
	background-image: url('images/nav-bg.jpg');
	color: #fff;
	font-size: 14px;
	height: 35px;
	overflow: hidden;
}

#nav ul {
	margin: 0px;
	height: 35px;
	list-style: none;
	border-left: solid 1px #222;
	padding: 0px;
}
#nav ul li {
	float: left;
	height: 35px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 35px;
	border-right: solid 1px #222;
}
#nav ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #ddd;
	padding: 0px 25px;
	text-decoration: none;
	font-weight: bold;
}
#nav ul li a:hover {
	background-image: url('images/nav-hover-bg.jpg');
	color: #fff;
}

#nav #form{
	float: right;
	margin: 5px 5px 0px 0px;
}

#container{
	width: 930px;
	margin: 0px auto;
	background-color: #fff;
	padding: 20px;
	overflow: auto;
	min-height: 400px;
}



.content-block {
	background-image: url('images/content-block-bg.jpg');
	background-repeat: repeat-x;
	border: solid 1px #D6CFE2;
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
}
.content-block h1{
	color: #263B7E;
	font-size: 17px;
	border-bottom: solid 1px #B8D433;
	padding: 0px;
	margin: 0px;
}
.content-block h2{
	color: #263B7E;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;	
}
.content-block ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.content-block ul li{
	margin: 3px 0px 0px 0px;
	line-height: 18px;
	padding: 0px;
}
.content-block ul li ul{
	margin-left: 10px;
	font-size: 12px;
}





#left-col {
    width: 265px; /* 265 less 10 for the padding on a the content-block*/
	float: left;
	padding: 0px;
}
#right-col {
	width: 265px; /* 265 less 10 for the padding on a the content-block*/
	float: right;
	padding: 0px;
}    
#center-intro {
	margin-left: 280px !important;
	margin-right: 280px !important;
}
#center-intro-bottom{
	margin-left: 280px !important;
	margin-right: 280px !important;
}
#center-intro h1{
	text-align: center;
	font-size: 18px;
}


#center-col-left{
	float: left;
	width: 165px !important;
}

#center-col-right{
	float: right;
	width: 165px !important;
}
.intro-side-nav-head-red a, .intro-side-nav-head-blue a{
	display: block;
	height: 40px;
	color: white;
	text-align: center;
	line-height: 40px;
}
.intro-side-nav-head-red a, .intro-side-nav-head-blue a {
	color: white;
}
.intro-side-nav-head-red a:hover, .intro-side-nav-head-blue a:hover {
	text-decoration: none;
}
.intro-side-nav-head-red a{
	background-image: url('images/red-bg.jpg');
}
.intro-side-nav-head-red a:hover{
	background-image: url('images/red-bg-hover.jpg');
}
.intro-side-nav-head-blue a{
	background-image: url('images/blue-bg.jpg');
}
.intro-side-nav-head-blue a:hover{
	background-image: url('images/blue-bg-hover.jpg');
}


.splash-side-tbl{
	width: 100%;
}
.splash-side-tbl tr td{
	padding: 5px;
}

.splash-side-tbl td{
	/* height: 110px; */
}
.splash-side-tbl .image-left{
	float: left;
	margin-right: 5px;
}
.splash-side-tbl .image-right{
	float: right;
	margin-left: 5px;
}
.splash-side-tbl .odd_red {
	background-color: #F1F2DF;
}
.splash-side-tbl .odd_blue {
	background-color: #F1F2DF;
}
#page-nav {
	width: 160px; /* 170 less 10 px for content-block padding*/
	float: right;
}
.narrowcolumn {
	margin-right: 10px;
}
.narrowcolumn h2{
	margin: 0px;
}

.pagesidebar {
	width: 270px;
	overflow: auto;
	float: left;
}


#home-footer {
	background-image: url('images/home-footer-bg2.jpg');
	margin: 0px;
	padding: 0px;
}
#home-footerimg {
	height: 150px;
	width: 970px;
	margin: 0px auto;
}
#footer {
	background-image: url('images/footer-bg.jpg');
	margin: 0px;
	padding: 0px;
}
#footerimg {
	height: 35px;
	width: 970px;
	margin: 0px auto;
}
	
#home-footer p {
	text-align: center;
	padding-top: 40px;
	color: #DDDBDB;
	font-size: 13px;
	line-height: 1.5em;
}

#home-footer a {
	color: #B8D433;
}
	
.pageh2 {
	color: #263B7E;
	font-size: 20px;
	font-family: Georgia, 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	padding-bottom: 10px;
}

.content-blockpg {
	background-image: url('images/content-block-bg.jpg');
	background-repeat: repeat-x;
	border: solid 1px #D6CFE2;
	margin: 10px;
	width: 225px;
	float: left;
	clear: both;
}
	
.content-blockpg h3 {
	margin: 7px 0px 0px 15px;
	color: #263B7E;
	text-decoration: underline;	
}

.content-blockpg li {
	margin: 10px 0px 0px 10px;
	list-style: none;
	position: relative;
	left: -30px;
}

#FlashMovie {
	position: absolute; 
	width: 540px;
	margin-top: -20px;
	margin-left: 195px;
	z-index: 999;
	border: 0px;
}

