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

/* BEGIN TYPOGRAPHY AND COLORS */
body{
	background-color:#999999;
	font-size:.8em;
}

#wrapper{
	background-color:#FFFFFF;
	font-family:verdana, helvetica, arial, sans-serif;
	background-image:url(../images/logoBackground.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#bannerBackground{
	background-color:#e6e6e6;
}

img{
	border:none;
}

a:link{
	color:#333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#999999;
}

p{
	font-size:.8em;
}

h1{
	font-size:1.2em;
	font-weight:bold;
}

h2{
	font-size:.8em;
	font-weight:bold;
}

ul{
	list-style-type:square;
	font-size:.8em;
}

#resources a{
	font-weight:bold;
}

/* BEGIN STRUCTURE */
#wrapper{
	width:1024px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:-11px;
}

#mainContent{
	min-height:465px;
	
	padding-left:175px;
}

#leftColumn{
	float:left;
	padding-top:40px;
	padding-bottom:40px;
	width:460px;
}

#rightColumn{
	float:left;
	padding-top:40px;
	padding-left:40px;
	width:250px;
}

#bottomRow{
	clear:both;
}

.pdfThumb{
	width:225px;
	height:320px;
	padding-bottom:24px;
	float:left;
}

.pdfDescription{
	text-align:center;
	font-weight:bold;
}
