html,body {
	margin: 0px;
	padding: 0px;
}

#page {
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
}

td.shadow {
	width: 8px;
	background-repeat: repeat-y;
}

td#shadow_left.shadow {
	background-image: url(images/page-shadow-left.png);
}
td#shadow_right.shadow {
	background-image: url(images/page-shadow-right.png);
}
td#shadow_bottom {
	background-image: url(images/page-shadow-bottom.png);
	height: 8px;
	background-repeat: no-repeat;
}

.shadow img {
	/*height: 400;*/
	width: 8px;
}


a#header {
	display: block;
	width: 760px;
	height: 150px;
}
a#header img { border: none; }

body,li,p,input,textarea {
	font-family: Lucida, Lucida Grande, Helvetica, Arial, Sans-Serif; /*Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 9pt;
}

#body_holder {
	padding-bottom: 40px;
}


.column {
	float: left;
	border: solid 0px #000000;
}

.clr {
	display: block;
	height: 0px;
	clear: both;
	content: '.';
	visibility: hidden;
}


#content_main {
	width: 500px;
	padding: 20px;
}

#content_side {
	width: 200px;
	padding: 10px;
	overflow: hidden;
}

#footer {
	width: 530px;
	padding-right: 215px;
	margin-left: 15px;
	display: block;
	clear: both;
}
#footer p {
	font-size: 7pt; 
	margin-top: 0px;
}
#footer p, #footer a {
	color: #90abe2;
}
#footer a:hover {
	color: #ffffff;
}
#footer p#copyright {
	float: left;
}
#footer p#credits {
	float: right;
}


small#last_modified {
	display: block;
	float: right;
	margin-top: -10px;
	color: #5f5f5f;
}
img.right {
	float: right;
	margin-left: 0px;	
}

h1 {
	font-family: Georgia;
	margin-top: 0px;
}

address, #quick_contact p {
	font-size: 8pt;
	font-style: normal;
	margin-left: 40px;
}
p.phone {
	margin-top: 8px;	
}

#content_main p {
	line-height: 16px;
}
#content_side p {
	line-height: 14px;	
}
#quick_contact h2 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 14px;
	padding: 0px;
	font-family: Bitstream Vera Sans;
	font-size: 14pt;
	font-weight: normal;
}

p.map, #quick_contact p.map {
	font-size: 7pt;
	margin: 10px;
	margin-left: 40px;
	margin-bottom: 5px;
	padding: 0px;
}


#content_main .block {
	border: solid 1px #999999;	
	margin-bottom: 10px;
}

.block img {
	float: left;
	margin-right: 10px;	
}

.small p {
	font-size: 8pt;	
}

#page_table, #extra_right {
	float: left;	
}
#page_holder {
	width: 970px;
	text-align: left;
}

#extra_right {
	width: 190px;
}

#extra_right p {
	font-size: 8pt;	
}