body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
/* prop is used to keep the content box open to a minimum height so the background looks right */
.prop {
    height:250px;
	float:right;
    width:1px;

}
.prop_interior {
    height:450px;
	float:right;
    width:1px;

}
/* clear is used to keep the content box open to a minimum height so the background looks right */
.clear {
	clear:both;
    height:1px;
    overflow:hidden;
}
a {
	color: #22517F;
	text-decoration: underline;
}
a:hover {
	color: #22517F;
	text-decoration: none;
}
li {
	list-style-image: url(../images/bullet_yellow.gif);
	list-style-position: outside;
	font-weight: bold;
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #224F7B;
	font-weight: normal;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #224F7B;
	font-weight: normal;
}.main_table {
	background-image: url(../images/bg_vertical.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width:911px;
}
.left_home {
	margin-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 30px;
}
.left {
	margin-left: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(../images/bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
}
.right {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 10px;
}
.navigation {
	margin-right: 6px;
}

.navigation a {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	display: inline;
}
.navigation a:hover {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	display: inline;
	color: #FFFFFF;
	background-color:#22517F;
}
