@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {border:0}

.large_header {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.spacedlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.small_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.green_note {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: italic;
	color: #009900;
}

.link_standard a:link {
	color: #006;
	text-decoration: none;
}
.link_standard a:visited {
	color: #1F2736;
	text-decoration: none;
	
}
.link_standard a:hover {
	color: #0000EE;
	text-decoration: underline;	
}

.link_standard a:active {
	color: #1F2736;
	text-decoration: none;
	
}


#apDiv1 {
	position:absolute;
	left:20px;
	top:681px;
	width:169px;
	height:122px;
	z-index:113;
}

.section_title_bg_tan
{
	padding:3px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background-image: url(../images/section_title_bg.png);
	background-repeat: repeat-x;
	 border:#003; border-style:solid; border-width:thin;
}.section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
.small_12
{ font-size:12px;
}

.indent_box {margin-left:23px; background-color:#F1EED8; padding:5px;
margin-right:10px; border:#003; border-style:solid; border-width:thin;}

.page_container{
	min-height:600px;}
	
	
.green_huge {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #01816A;
}

.roundedbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color:#F4EACA;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #030;
	padding: 10px;
	margin-top:10px;
}

.partybox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/bg-party.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	margin-bottom: 5px;
	border: thin double #036;
}