/* CSS Document */

body {
	padding-top: 0px;
	padding-bottom: 20px;
}

.house {
	display: block;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/divider.gif);
	background-repeat: repeat-y;
	background-position: 238px 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.addressbox {
	background-image: url(../images/address.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 640px;
}


.leftcol {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 210px;
}

.logo {
	margin-bottom: 35px;
}

.nav {
	margin: 0px;
	padding: 0px;
}

.nav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #253e71;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: normal;
	text-align: right;
	display: block;
	float: right;
	clear: both;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}
.nav p.select {
	background-color: #FFF200;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
	display: block;
	line-height: 14px;
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #333333;
}

.nav p a {
	color: #666666;
	text-decoration: none;
	
}

.nav p a:hover {
	color: #000033;
	text-decoration: none;
	background-color: #FFFA9D;
	
}



.rightcol {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 370px;
}

.rightcol h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #333333;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
}

.rightcol h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #626366;
	line-height: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.rightcol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626366;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-weight: normal;
}

.rightcol p a {
	text-decoration: none;
	color: #0066CC;
}

.rightcol p a:hover {
	text-decoration: underline;	
}

.rightcol p.top a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #253E71;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 330px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #658CA4;
	height: 20px;
	width: 30px;
	background-color: #E4EBEF;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.rightcol p.top a:hover {
	background-color: #D3DEE4;
}


.rightcol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #626366;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: normal;
}

.rightcol li a {
	text-decoration: none;
	color: #0066CC;
	}

.rightcol li a:hover {
	text-decoration: underline;
	
}

.pdfs table {
	border-collapse:collapse;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pdfs td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	border: 1px solid #CCCCCC;
}

.pdfs td {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	color: #515151;
	}


.pdfs td { border:none;
}

.pdfs td.blue {
	color: #333333;
	background-color: #FFF200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.pdfs td a.download {
	background-color: #DDD8C2;
	text-align: center;
	color: #0066CC;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 0px;
	vertical-align: middle;
	display: block;
	height: 18px;
	width: 110px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.pdfs td a.download:hover {
background-color: #C5BC96;
}

.pdfs tr.r1 td {
	background-color: #CCCCCC;
}

.rightcol tr.r2 td {
}

.spacer {
	clear: both;
}
