@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: white;
}

.newsletter{
	width:500px;
	height:50px;
	background-image:url(images/newsletter.png);
	margin-top:0px;
	position: absolute;
	top: 0px;
	right: 120px;
}

.form {
	position: relative;
	left: 160px;
	top: 0px;
}

#MERGE0 {
	border: thin solid #396;
	position: absolute;
	top: 11px;
}
#submit {
	position: absolute;
	left: 220px;
	top: 3px;
}
.holder{
width:900px;
margin-left:auto;
margin-right:auto;
margin-top:50px;
background-image:url(images/curve_midL.jpg);
background-repeat:repeat-y;
}

.header{
height:5px;
padding:5px;
padding-left:22px;
}

.focus_block {
	height: 171px;
}

.navigation{
float:right;
font-size: 16px;
font-weight: normal;
letter-spacing: -1px;
color: #006699;
padding-right:22px;
padding-top:2px;
}

.block_left{
background-image:url(images/nav-block.jpg);
background-repeat:no-repeat;
float:left;
width:203px;
height:171px;
margin-left:22px;
}

*html .block_left{
background-image:url(images/nav_block.gif);
background-repeat:no-repeat;
float:left;
width:203px;
height:171px;
margin-left:10px;
}

.block_right{
	background-image:url(images/banner.jpg);
	;
	background-repeat:no-repeat;
	float:right;
	width:711px;
	height:185px;
	margin-right:10px;
	font-size: 36px;
	padding-left: 13px;
	color: #FFFFFF;
	font-family: Academy Engraved LET,Garamond, Georgia, serif;
}

*html .block_right{
	background-image:url(images/banner.jpg);
	;
	background-repeat:no-repeat;
	float:right;
	width:617px;
	height:185px;
	margin-right:0px;
	font-size: 36px;
	padding-left: 10px;
	color: #FFFFFF;
	font-family: Academy Engraved LET, Garamond, Georgia, serif;
}

.top_curve{
background-image:url(images/curve_topL.jpg);
background-repeat:no-repeat;
height:16px;}

.left_shade1{
background-image:url(images/curve_left.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.center_content{
width:890px;
background-color:#FFFFFF;
float:left;
}

.right_shade1{
background-image:url(images/curve_right.jpg);
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.left_content{
float:left;
width:203px;
margin-left:22px;
margin-top:10px;
}

*html .left_content{
float:left;
width:203px;
margin-left:10px;
margin-top:10px;
}

.center{
	margin-top:10px;
	margin-right:22px;
	margin-left:22px;
	padding-left: 10px;
}

*html .center{
	margin-top:10px;
	margin-right:22px;
	margin-left:22px;
	padding-left: 10px;
}

.right_content{
	margin-top:10px;
	float:right;
	width:711px;
	margin-right:22px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

*html .right_content{
	margin-top:10px;
	float:right;
	width:620px;
	margin-right:10px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

.bottom_curve{
height:17px;
background-image:url(images/curve_btm.jpg);
background-repeat:no-repeat;
background-position: center center;
clear:both;
}

.footer{
width:900px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:10px;
margin-bottom:25px;
}


.inner {
	padding: 5px;
}

a.blocklink:link {
	color:#CCC;
}

h2 {
	margin: 0;
	color: #096;
	font-size: 22px;
	font-weight: normal;
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
}

h2 a:link, h2 a:hover, h2 a:visited {
}
	
h1 {
	font-size: 29px;
	font-weight: normal;
	color: #006699;
	margin: 0;
	font-family: Garamond, Georgia, Times New Roman, Times, serif;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}
	

h3 {
	margin: 0 0 8px 0;
	color: #09C;
	font-size: 20px;
	font-weight: normal;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}


.hr{
	width: 100%;
	height:8px;
	background-image:url(images/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


.nav{
color:#006699;
text-decoration:none;
padding-left:20px;
padding-right:5px;
}


.nav:hover{
	color:#003366;
	text-decoration:none;
	padding-left:20px;
	padding-right:5px;
	background-image:url(images/spiral.jpg);
	background-repeat:no-repeat;
	background-position: 1px 5px;}
	
.image {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 9px;
	float: right;
}

.hidden { display: none; }
.unhidden { display: block; }
	

