
body
{
	font-family: Verdana, Arial, serif;
	font-size: 13px;
	margin: 0;
/*	text-align: center; */
}

font
{
	font-size: 12px;
}

a, a:visited
{
	color: #005689;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: white;
	background-color: #005689;
	text-decoration: none;	
}

img
{
	border: 0;
}

h1, h2, h3, h4
{
	margin-top: 0;
	padding: 0;
}

h1
{
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 28px;
}

h2
{
	font-size: 17px;
	margin-bottom: 3px;
}

h3
{
	font-size: 14px;
	margin-bottom: 3px;
}
h4
{
	font-size: 12px;
	margin-bottom: 3px;

}

pre {
	white-space: -moz-pre-wrap !important;/* Mozilla, since 1999 */
	white-space: pre-wrap; /* css-3 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -hp-pre-wrap; /* HP Printers */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	_white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */
	overflow:hidden;
	width:528px;
}
.TopHeader
{
	margin-top:5px;  
	margin-bottom:8px; /* Margin between the header and the main content */
	/* border: 1px solid red; */
	text-align: left;
}

.SiteLogo
{
	width: 190px;
	/*margin-right: 5px;*/
	margin-left: 5px;
	margin-top: 10px;
	padding-left: 5px;
	/* border: 1px solid black; */
}
.ColumnWide
{
	width: 300px;
	float: left;
}


.ColumnNerrow
{
	width: 160px;
	float: left;
}

.ColumnNerrowPlus
{
	width: 210px;
	float: left;
}
.ColumnNarrow
{
	width: 160px;
	float: left;
}

.ColumnNarrowPlus
{
	width: 210px; /* width: 200px; */
	float: left;
}

.ColumnHalfContent
{
	float: left;
	width: 260px;
}

.ColumnBorder
{
	padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px;
    border-right: 1px solid #bebebe;
}

