html
{
	font-family: "Arial";
	background-color: #666666;
}

div#main
{
	width: 100%;
	background-color: #666666;
}

div#links
{
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 10px;
	padding: 10px 20px 0px 20px;
	height: 170px;
	color: #489fc8;
	background-color: #ffffff;
	font-size: 1.7em;
	vertical-align: bottom;
	overflow: hidden;
}

div#links a:link,a:visited,a:focus,a:active
{
	text-decoration: underline;
	color: #489fc8;
	vertical-align: bottom;
}

div#links a:hover
{
	color: #000000;
	/*font-weight: bold;*/
	/*vertical-align: bottom;*/
}

div#links img#logo
{
	position: relative;
	top: -10px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:10px;
	margin-left: 10px;
}

div#content
{
	color: #ffffff;
	background-color: #666666;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 0px;
	padding-right: 0px;
	min-height: 400px;
	text-align: justify;
}

div#content h1
{
	margin-top: 40px;
	text-align: center;
	color: #489fc8;
	font-weight: bold;
	font-size: 2em;
}

div#content h2
{
	margin-top: 50px;
	color: #489fc8;
	font-weight: normal;
	font-size: 1.5em;
	clear: both;
}

div#content h2 span.date
{
	font-size: 0.5em;
	font-weight: bold;
} 

div#content img
{
	margin-bottom: 0px;
}

div#content img.border-center
{
	display: block;
	margin-left:auto;
	margin-right: auto;
	border-color: white;
	border-style: solid;
	border-color: #ffffff;
	border-width: 10px;
}

div#content img.noborder-center
{
	display: block;
	margin-left:auto;
	margin-right: auto;
}

div#content img.border
{
	border-color: white;
	border-style: solid;
	border-color: #ffffff;
	border-width: 10px;
}

div#content img.noborder
{

}

div#content img.border-float
{
	border-color: white;
	border-style: solid;
	border-color: #ffffff;
	border-width: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

div#content img.noborder-float
{
	margin-right: 20px;
	float: left;
}

div#content a:link,div#content a:visited,div#content a:focus,div#content a:active
{
	text-decoration: underline;
	color: #489fc8;
	/*vertical-align: text-bottom;*/
}

div#content a:hover
{
	font-weight: bold;
	/*vertical-align: text-bottom;*/
}

div#bottom
{
	color: #489fc8;
	font-weight: bold;
	font-size: 0.6em;
	text-align: center;
	padding-top: 20px;
	clear: both;
}

div#bottom a:link,div#bottom a:visited,div#bottom a:focus,div#bottom a:active
{
	color: #666666;
	font-weight: bold;
	font-size: 0.6em;
	text-align: center;
	clear: both;
}

div#bottom a#googlechat:link,div#bottom a#googlechat:visited,div#bottom a#googlechat:focus,div#bottom a#googlechat:active
{
	color: #ffffff;
	font-size: 1.5em;
	vertical-align: text-bottom;
}

div#bottom a:hover
{
	font-weight: bold;
	vertical-align: text-bottom;
	color: #cccccc;
}

.strike
{
	text-decoration: line-through;
}

p.indent
{
	margin-left: 1.5em;

}

span.italics
{
	font-style: italic;
}

