/* ########## styles main ########## */

body {
	margin: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	padding: 0;
	font: 16px Helvetica, Arial, sans-serif;
	color: #565C75;
}

table {
	font: 16px Helvetica, Arial, sans-serif;
	color: #565C75;
}
th { text-align: left; vertical-align: top; }
td { text-align: left; vertical-align: top; }

a:link { color: #565C75; text-decoration: underline; }
a:visited { color: #565C75; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #565C75; text-decoration: underline; }

img { display: block; border: 0; }

input, selectbox, textarea { font: 12px Helvetica, Arial, sans-serif; }

h1 {
	margin: 0 0 18px 0;
	font-size: 15px;
	font-weight: normal;
	color: #000;
}

hr {
	margin: 0 0 18px 0;
	border: none;
	height: 1px;
	background-color: #565C75;
	color: #565C75;
}

p { margin: 0 0 18px 0; }
p img { display: inline; }

ul {
	margin: 0 0 18px 20px;
	padding: 0;
}
li {
	margin-bottom: 10px;
	line-height: 120%;
}

/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* areaHeader */

.areaHeader {
	margin: 15px 0 25px 15px;
	background-color: #DCDBE2;
	padding: 0;
	width: 770px;
}

/* boxNav */

.areaHeader .boxNav {
	margin: 15px 0 0 15px;
	padding-bottom: 8px; /* instead of margin because of the 7px margin-bottom of the LI (no collapsing) */
	width: 140px;
	font-size: 12px;
	font-weight: bold;
	color: #565C75;
}
.boxNav a:link,
.boxNav a:visited,
.boxNav a:active {
	color: #565C75;
	text-decoration: none;
}
.boxNav a:hover {
	color: #000;
	text-decoration: none;
}
.boxNav ul { margin: 0; padding: 0; }
.boxNav li { margin: 0 0 7px; padding: 0; list-style: none; }

/* boxSubnav */

.areaHeader .boxSubnav {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: normal;
	color: #565C75;
}
.boxSubnav a:link,
.boxSubnav a:visited,
.boxSubnav a:active {
	color: #565C75;
	text-decoration: none;
}
.boxSubnav a:hover {
	color: #000;
	text-decoration: none;
}

/* areaMain */

.areaMain {
	margin: 0 0 10px 170px; /* plus 18px from P-tags */
	padding: 0;
	width: 615px;
}

/* areaFooter */

.areaFooter {
	margin: 0 0 20px 15px;
	border-top: 8px solid #DCDBE2;
	padding-top: 3px;
	width: 770px;
}

/* containerCopyright */

.areaFooter .boxCopyright {
	margin-left: 145px;
	font-size: 11px;
	color: #000;
}

/* containerTools */

.areaFooter .boxTools {
	text-align: right;
	font-size: 11px;
}
.boxTools a:link,
.boxTools a:visited,
.boxTools a:active {
	color: #565C75;
	text-decoration: none;
}
.boxTools a:hover {
	color: #000;
	text-decoration: none;
}

/* ########## boxes ########## */

.boxText p { line-height: 140%; }

.boxText .subTitle {
	margin-bottom: 2px;
	font-size: 11px;
	color: #000;
}
.subTitle a:link,
.subTitle a:visited,
.subTitle a:hover,
.subTitle a:active {
	color: #000;
	text-decoration: none;
}

.boxText .textSmall {
	line-height: 120%;
	font-size: 11px;
}

.boxImageBlock { margin: 0 0 16px; }
.boxImageBlock img { display: inline; }



