@charset "UTF-8";
/* CSS Document */

body {
	background: #e6e6e6; /* For browsers that do not support gradients */
	/* For Safari 5.1 to 6.0 */
	background: -webkit-linear-gradient(left, #e6e6e6, #fdfdfd, #e4e4e4);
	/* For Opera 11.1 to 12.0 */
	background: -o-linear-gradient(left, #e6e6e6, #fdfdfd, #e4e4e4);
	/* For Fx 3.6 to 15 */
	background: -moz-linear-gradient(left, #e6e6e6, #fdfdfd, #e4e4e4);
	/* Standard syntax */
	background: linear-gradient(to right, #e6e6e6, #fdfdfd, #e4e4e4);
	
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
a { text-decoration:none;}
a:hover { text-decoration:underline; color:#ffffff;}
h2 { color:#cc0033; font-size:20px; font-weight:300;}


.first { padding-left:40px; width:145px; float:left;}
.second { width:350px;}
.divider { width:2px; height:445px; float:left; margin-top:-70px; margin-left:50px; margin-right:50px; background-image:url("images/divider.png");}

#content { width:851px; height:344px; margin:80px auto 80px auto; background-color:#ffffff; padding:85px 0px 0px 70px; 
-moz-box-shadow: 3px 3px 5px 3px #ccc;
-webkit-box-shadow: 3px 3px 5px 3px #ccc;
box-shadow: 3px 3px 5px 3px #ccc;
}

#left { width: 500px; float:left; }
#right { width:185px; float:left; margin-top:-20px;	}
#header { width:500px; height:40px; line-height:42px; color:#ffffff; font-weight:100; background-image:url("images/bg_header.jpg"); }
#info table { line-height:30px; }
.pdf { width:189px; height:56px; display:block; background-image:url("images/pdf_bg.png");}
.pdf_title { padding-top:25px; display:block; margin-left:60px; color:#ffffff;}