body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 15pt;
	background-color: #FFFFFF;
	width: 100%;
}
#wrap, #wrap.wrap_onecolumn {
	width: 100%;
}

#masthead {
	display: none;
}
#search {
	display: none;
}
#tabs {
	display: none;
}
#sidebar {
	display: none;
}
#subnavbar {
	display: none;
}

#photoshow {
	display:none;
}

#column_right {
	display:none;
}

td.blogpic {
	display:none;
}

#container {
	width: 100%;
}
#content, #content.content_onecolumn {
	margin: 0px;
	padding: 0px;
	width: 90%;
}
#content a {
	color: #225566;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	background-color: #DDDDCC;
}
#content a:hover img {
	background-color: #FFFFFF;
}
#content a:visited {
	color: #660066;
	font-weight: normal;
}
#content h1, #content h2, #content h3, #content h4 {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
	line-height: 16pt;
	color: #000000;
	text-align: left;
}
#content h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 16pt;
}
#content h2 {
	text-transform: uppercase;
}
#content h3 {
}
#content h4 {
}
#content p {
	text-align: left;
}

#content ul {
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-weight: normal;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 15px;
	list-style-type: square;
	list-style-position: outside;
}

#content ul p {
	font-family:"Times New Roman", Times, serif;
}

#content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px 0px 15px 15px;
	padding: 0px 0px 0px 15px;
}
#content li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#content img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


#box {
	margin-right: 5px;
	margin-left: 5px;
}
#box h2 {
	text-transform: none;
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #225566;
	color: #FFFFFF;
	font-weight: normal;
}
#box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.87em;
	line-height: 1.4em;
	color: #333333;
	margin: 0px;
	padding: 3px 5px;
	text-align: justify;
	border: 1px solid #225566;
}
#box ul {
	margin: 0px;
	padding: 5px 0px;
	border: 1px solid #225566;
}
#box ul li {
	list-style-type: none;
	margin-left: 10px;
}

#footer {
	display: none;
}

