html, body {
	/*font-family: "Trebuchet MS", Arial, Verdana;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding:0;
	margin:0;
	text-align:center;
	height:100%;
}
a {
	color: #3399FF;
}
dl {
	padding: 0.5em;
}
dt {
    clear: left;
    color: #669ACC;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 100px;
}
dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}

#main_table {
	background-color:#FFF;
	padding:0;
	margin:0;
}
.page_block {
	width: 800px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#FFF;
	height:100%;
}
/*.page_block_padding {
	background-color:#FFF;
	padding:20px;
	text-align:left;
}*/
#menu {
	vertical-align:top;
}
/* -----------------------------------------| Side Block |---------------------------------- */
#side {
	/*float: right;*/
	background:url(images/side_blue_middle.jpg) center repeat-y;
	width: 274px;
	margin-top: 20px;
}
#side .t {
	background: url(images/side_blue_top.jpg) top no-repeat;
}
#side .b {
	background: url(images/side_blue_bottom.jpg) bottom no-repeat;
}
#side .content {
	/*	width:150px;*/
	padding: 0 46px 220px 60px;
	/*	margin: 0 0 0 60px;*/
	color:#FFF;
	text-align:justify;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:12px;
}
#side a {
	color:#FFFFFF;
}
#side .header {
	text-align:left;
	/*	width: 224px;
	height: 50px;*/
	padding:12px 46px 6px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
#side .spring_special {
	background: url("images/spring_special_sidebar_button.jpg") no-repeat scroll 45px center #FFFFFF;
	display: block;
	height: 140px;
	margin: 0;
	padding: 0;
	width:100%;
}
/* -----------------------------------------| Main Block |---------------------------------- */
#main {
	/*float: left;*/
	width:440px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size:12px;
	padding:20px 0 20px 40px;
}
#main p {
	text-indent:2em;
}
#main a {
	color: #3399FF;
}
#main .header {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
}
.quote {
	font-style:italic;
	float:left;
}
.quote_person {
	width:250px;
	float:right;
	margin:10px 0 20px 0;
}
.quote_person p {
	margin:0;
	padding:0;
	text-indent:0;
	text-align:left;
}
.info {
	margin:0 0 10px;
}
.info h3 {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	margin:0 0 5px;
}
.info p {
	margin:0 0 5px;
}
/* -----------------------------------------| Contact Us |---------------------------------- */
.contact_labels {
	font-size:14px;
}
.contact_labels div {
	float:left;
	width:120px;
	text-align:right;
	padding:0 5px 10px 0;
	font-weight:bold;
}
.contact_labels span {
	float:left;
}

