/* CSS Document */

body {
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.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-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: 0px;
}

.nav {
	text-align: right;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 210px;
}

.nav p, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #253e71;
	line-height: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: normal;
	
}

.nav p a {
	color: #253E71;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	margin: 0px;
	padding: 0px;
	
}

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



.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 h1 span {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;

}

.rightcol h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 15px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #253E71;
}

.rightcol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	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: #253E71;
}

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

.rightcol table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-collapse:collapse;

}

.rightcol td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	vertical-align: text-top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.rightcol th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	vertical-align: text-top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;

}

.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: #253E71;
	}

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

.spacer {
	clear: both;
}

