/* CSS Document */

body{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
	font-family: tahoma, Verdana, sans-serif;
	font-size: small;
	margin-top: -1px;
}


.holder{
width:748px;
margin-left:auto;
margin-right:auto;
margin-top:8px;
background-image:url(images/curve_mid.jpg);
background-repeat:repeat-y;
}

.header{
height:36px;
padding:2px;
padding-left:10px;
}

.navigation{
	float:inherit;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #006699;
	padding-right:0px;
	padding-top:0px;
	width: 400px;
	height: auto;
	margin-top:-15px;
	margin-left:270px;
	
}

.block_left{
	background-image:url(images/nav_block.gif);
	background-repeat:no-repeat;
	float:left;
	width:227px;
	height:220px;
	margin-left:22px;
	margin-top: 1px;
}

*html .block_left{
background-image:url(images/nav_block.gif);
background-repeat:no-repeat;
float:left;
width:227px;
height:191px;
margin-left:10px;
}

.block_right{
	float:right;
	width:400px;
	margin-right:50px;
	font-size: 20px;
	padding-left: 0px;
	padding-top: 0px;
	color: #006699;
	overflow: hidden;
	height: 200px;
	font-style: normal;
}

*html .block_right{
	
	background-repeat:no-repeat;
	float:right;
	width:400px;
	margin-right:30px;
	padding-left: 10px;
	color: #006699;
}

.top_curve{
background-image:url(images/curve_top.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:738px;
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:227px;
margin-left:22px;
margin-top:50px;
}

*html .left_content{
float:left;
width:227px;
margin-left:10px;
margin-top:10px;
}

.right_content{
	margin-top:40px;
	float:right;
	width:437px;
	margin-right:22px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

*html .right_content{
	margin-top:10px;
	float:right;
	width:437px;
	margin-right:10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d9aaca;
}

.bottom_curve{
height:17px;
background-image:url(images/curve_btm.jpg);
background-repeat:no-repeat;
background-position: center center;
clear:both;
}

.footer{
width:748px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top:10px;
margin-bottom:25px;
}
.nav{
text-decoration:none;
padding-left:5px;
padding-right:5px;
background-position: 7px 5px;}

.nav:hover{
color:#003366;
text-decoration:underline;}

.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;
}

