body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 11pt;
	color: #333;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
#header {
	padding-bottom: 15px;

}




#services {
	height: 300px;
	padding-bottom: 15px;
}
#navigation ul{
	margin: 0px;
	padding: 5px 0px;
	background: #eeeeee;
}

#navigation li   {
	display: inline;
	list-style-type: none;
	margin: 0px;
}
#navigation a {
	padding: 5px 10px;
	text-decoration: none;
	color: #036;
	background: #eeeeee;
}
#navigation a:hover {
	background: #fff;
	color: #06C;
	border-bottom: thin solid #06C;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #06C;
	border-right-color: #06C;
	border-left-color: #06C;
}

#sub_navigation ul{
	margin: 0px;
	padding: 5px 0px;
	background: #FFF8B9;
}

#sub_navigation li   {
	display: inline;
	list-style-type: none;
	margin: 0px;
}
#sub_navigation a {
	padding: 5px 10px;
	text-decoration: none;
	color: #036;
	background: #FFF8B9;
}
#sub_navigation a:hover {
	background: #fff;
	color: #06C;
	border-bottom: thin solid #06C;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #06C;
	border-right-color: #06C;
	border-left-color: #06C;
}


.body_300floatleft {
	float: left;
	width: 300px;
	padding: 0px;
	background: #FFFCF0 url(aug2009_images/_left_verticalbar.jpg) repeat-y;
}
.float_left_header {
	padding: 5px;
}


.body_300floatmiddle {
	background-color: #FFF;
	width: 625px;
	float: left;
	margin-left: 25px;
	padding: 0px;
}
#MyHappyPlace {
	margin-top: 20px;
}
.floatleft_300 {
	float: left;
	width: 300px;
}
.floatright_300 {
	float: right;
	width: 300px;
}
.caption {
	font-style: italic;
	text-align: right;
	font-size: 10pt;
}


#footer {
	clear: both;
	padding-top: 20px;
}
#footer_content {
	background: #eeeeee;
	font-size: 10pt;
	padding: 5px;
}
h1 {
	margin-top: 0px;
	font-size: 14pt;
	font-weight: normal;
	color: #066;
	line-height: 25pt;
}
h2 {
	margin-top: 0px;
	font-size: 11pt;
	font-weight: normal;
	line-height: 18pt;
	color: #333;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
}


p {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	color: #333;
}
ul {
	padding-top: 3pt;
	padding-bottom: 3pt;
	margin-bottom: 3pt;
	font-size: 10pt;
	padding-left: 2em;
	margin-top: 0pt;
}
li {
	padding-bottom: 3pt;
	font-size: 10pt;
}
a , a:visited{
	color: #06F;
	text-decoration: none;
}
a:hover {
	color: #03C;
	text-decoration: underline;
}
.callout {
	float: right;
	padding: 10px;
	width: 200px;
	font-size: 16pt;
	text-align: center;
}

.calloutleft {
	float: left;
	padding: 10px;
	width: 200px;
	font-size: 16pt;
	text-align: center;
}

.articleText {
	line-height: 15pt;
	text-align: justify;
}
.simplepadding {
	padding-right: 50px;
	padding-left: 100px;
	font-size: 16pt;
}

