/* CSS Document */

#content .link { 
	color:#FFFFFF;
	background-color:#93a435;
	line-height:22px;
	display:block;
	float:right;
	padding-left:7px;
	padding-right:7px;
	margin-top:5px;
}
#content h1 { 
	font-size:24px; 
	color:#2a4b6d; 
	margin-bottom:20px;
	margin-top:20px;
	font-weight:300;
}
#content h3 { 
	font-weight:inherit;
	padding-top:8px;
}

.red  { 
	color:#cc0000; 
	width:350px; 
	padding-right:60px;
}


#box {
	float:left;
	width:540px;
	background:#ebebeb url(../images/box_bg_corner_top.gif) no-repeat left top; 
	position:relative;
	padding:15px;
	margin-top:8px;
 }
#box .box_bottom {
	position:absolute;
	left:0;
	bottom:0;
	width:570px;
	height:8px;
	background:#ebebeb url(../images/box_bg_corner_bottom.gif) no-repeat left bottom;
}

#box h3 {
	font-weight:500;
}

#box img {
	margin-right:15px;
	float:left;
}

.pdf {
	float:left;
	width:570px;
	background:url(../images/box.gif) no-repeat;
	height:29px;
	line-height:29px;
	margin-bottom:7px;
	margin-top:2px;
}
.pdf a { 
	background:url(../images/icon.gif) no-repeat left 70%;
	display:block;
	margin-left:180px;
	padding-left:20px;
	color:#000000;
	text-decoration:underline;
}

