/* @group base */@charset "UTF-8";body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	background: #eae6e0;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}body.twoColFixLtHdr {	margin: 0;	background-color: white;}.twoColFixLtHdr #container { 	width: 1000px;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left;	background: url(media/content_tile.gif) repeat-y 0 0;} .twoColFixLtHdr #header { 	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} .twoColFixLtHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.twoColFixLtHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	padding: 15px 5px 15px 10px;}.twoColFixLtHdr #mainContent { 	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */} .twoColFixLtHdr #footer { 	padding: 0;	margin: 0;	background-color: white;}* {	} .twoColFixLtHdr #footer p {		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 0 0 10px;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}/* @end *//* @group footer */#footer_content {	color: gray;	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	padding-left: 6px;}#footer_content a {	color: gray;	text-decoration: none;}#footer_content a:hover {	color: black;}/* @end *//* @group maincontent */#mainContent p {	font: 14px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	padding-right: 82px;	color: #484747;}#mainContent a {	color: #006595;	text-decoration: none;	font-weight: bold;
	border-bottom: 1px dotted gray;
}#mainContent a:hover {	color: black;	text-decoration: none;}#mainContent ul {	padding: 0;	list-style-position: outside;	list-style-type: none;	margin: 0;}#mainContent li, #mainContent table tbody tr td {	font: bold 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	margin: 0;	padding: 2px 0 0;}

#mainContent h2 {	color: gray;	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	padding: 0;}#mainContent h1 {	color: #006595;	font: 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}#mainContent h3 {	color: #006595;	font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	padding-top: 5px;	border-bottom: 1px solid #dcd5cb;}#mainContent h5 {	color: #5d5d5c;	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}/* @end */

/* @group misc */

#mainContent p.pull {	font-size: 22px;	line-height: 30px;	color: #006595;	padding-left: 10px;	border-left: 1px solid gray;
	padding-right: 15px;
}

#photobox, #photobox_single, #photobox_large, #photobox_large2, #photobox_bio {	float: left;
	width: 200px;
	padding: 10px;
	background-color: #dad3c5;
	margin-right: 20px;
}


#photobox_single {	width: 120px;}

#photobox_bio {	width: 120px;
	padding: 0;}

.floatleft {
	float: left;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 12px;
}

#photobox_large {
	float: right;	width: 300px;
	margin-left: 7px;
	padding-top: 7px;
}

#photobox_large h5 {
	margin: 5px 0;}



#photobox_large2 {
	float: left;	width: 300px;}

li.indent {
	color: #5d5d5c;
	font: italic 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-bottom: 1px dotted #b9ac97;
} 

/* @end */

/* @group forms */

td.formfield {
	width: 150px;
}


input {
	font-size: 18px;
}

select {
		font-size: 16px;

}

/* @end */

/* @group phone nums */
#phone p {
	padding: 0 0 15px;
	margin: 0;
}

#phone p a {
	font-size: 12px;
}


#phone h3 {
	padding: 13px 0px 0px;
	margin: 0;
	border: none;
}




/* @end */


