body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFD600;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr.alt {
	border-top: 1px solid #888888;
	background-color: #E7F5FE;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0D8DD2;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: bottom;
}
th.main { font-size:16px; padding:5px; }
td.body {
	padding: 10px 20px 10px 20px;
	background-color: #ffffee;
	border-top: thick solid #007ACA;
	border-right: thick none;
	border-bottom: thick solid #45AC40;
	border-left: thick none;
}
a	{
	color: #007ACA;
	}
a:hover {
color: #45AC40;
}
a:visited {
color: #22541F;
}

td.grass {
	background-attachment: scroll;
	background-image: url(/images/grass.gif);
	background-repeat: repeat-y;
}
td.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	border-right: thin solid #009933;
	border-left: thin solid #009933;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #009933;
	border-bottom-color: #009933;
	text-align: center;
	text-transform: uppercase;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
legend {
	font-weight: bold;
	color: #000000;
	padding: 4px;

}
hr { height:1px; color:#0D8DD2; }

/* CUSTOM STYLES */
div#welcome_comment {
	color:#006600;
	font-weight:bold;
}

div#contact_info {
	float:right; 
	border-left:1px dashed #666; 
	padding:0px 0px 15px 15px; 
	margin:0px 0px 20px 20px; 
	font-size:14px;
}
div#welcome_message, div#welcome_message p, div#welcome_message table td {
	font-size:14px;
}
div#contact_photo_edit {
}
/*
	border-left:1px dashed #666; 
	float:right; 
	width:350px;
	padding:0px 0px 15px 15px; 
	margin:0px 0px 20px 20px; 
*/

table.page_Customize { border: 1px solid #000000; background-color:#FFFFFF; }
table.page_Customize td h3 {
	margin:5px 0px 10px 0px;
	padding:0px;
}
table.page_Customize td img, table.page_Customize td img a {
	border:1px solid #666;
}
table.page_Customize td img a:hover {
	border:1px solid #FFCC00;
}


