/* CSS Document */

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: arial, Verdana, helvetica, times;
	font-size: 12px;
}

.holder{
	width: 748px;
	margin: 0 auto;
	margin-top: 10px;
	background-image: url(images/curve_mid.jpg);
	background-repeat: repeat-y;
}

.header{
	height: 36px;
	padding: 5px;
	padding-left: 22px;
}

.navigation{
	font-size: 16px;
	font-weight: normal;
	color: #b00000;
}

.block_left{
	background-image: url(images/nav_block.gif);
	background-repeat: no-repeat;
	float: left;
	width: 227px;
	height: 191px;
	margin-left: 22px;
}

*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{
	background-repeat: no-repeat;
	float: right;
	width: 437px;
	height: 66px;
	margin-right: 22px;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 133px;
	color: #ffffff;
}

*html .block_right{
	background-repeat:no-repeat;
	float:right;
	width:437px;
	height:66px;
	margin-right:10px;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 133px;
	color: #ffffff;
}

.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: 10px;
}

*html .left_content{
	float: left;
	width: 227px;
	margin-left: 10px;
	margin-top: 10px;
}

.body_content{
	float: left;
	width: 700px;
	margin-left: 22px;
	margin-top: 10px;
}

*html .body_content{
	float: left;
	width: 700px;
	margin-left: 10px;
	margin-top: 10px;
}

.right_content{
	margin-top: 10px;
	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: 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: 748px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

h2{
	margin: 0;
	color: #b00000;
	font-size: 18px;
	font-weight: normal;
	padding-left: 25px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

h2 a:link, h2 a:hover, h2 a:visited{
	color: #000;
	text-decoration: none;
}
	
h1{
	font-size: 20px;
	font-weight: normal;
	color: #b00000;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover{
	text-decoration: none;
	color: #003366;
}
	
h4{
	margin: 0;
	color: green;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 9px;
	background-image: url(images/dots-hr-4.gif);
	background-repeat: repeat-x;
}

.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: #b00000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.nav{
	color: green;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 5px;
	background-image: url(images/nav_buddy.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
}

.nav:hover{
	color: green;
	text-decoration: none;
	padding-left: 18px;
	padding-right: 5px;
	background-image: url(images/nav_buddy.gif);
	background-repeat: no-repeat;
	background-position: 5px -9px;
}
