
/* GLOBAL */
*{padding:0; margin:0;}
 body {font-size:62.5%; background-color:rgb(255,255,255); font-family:verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/

.page-container {width:680px; margin:0px auto; margin-top:10px; margin-bottom:10px; border:solid 1px rgb(150,150,150); font-size:1.0em;}

.main-content {display:inline; /*Fix IE floating margin bug*/; float:left; width:680px; margin:0 0 0 0px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/* HEADER */
.header {width:680px; font-family:"verdana",arial,sans-serif;}
.header-top {clear:both; width:680px; height:2.5em; padding:1.1em 0 0; background:rgb(225,225,225); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.header-top p {line-height:1.1em; text-align:center; font: Times New Roman; font-size:15px; font-weight:bold; color:#0066CC;}

/* MAIN SUBCONTENT */
.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}

.subcontent-unit-border-green {float:left; width:620px; padding:20px; margin:20px; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185);}

.subcontent-unit-border-blue  {float:left; width:620px; padding:20px; margin:20px; border:solid 1px rgb(137,170,214); background-color:rgb(213,225,240);}

.subcontent-unit-border-orange {float:left; width:600px; padding:20px; margin:20px; border:solid 0px rgb(232,177,13); background-color:rgb(248,224,150);}


/********************/
/*  FOOTER SECTION  */
/********************/
.footer {clear:both; width:680px; height:2.5em; padding:1.1em 0 0; background:rgb(225,225,225) url(../img/bg_foot.jpg) no-repeat; font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.footer p {line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
.footer a:visited {color:rgb(0,0,0);}

.titletext {
	font: 0.7em Times New Roman;
	font-size:15px;
	font-weight:bold;
	text-align:center; 
	color:#CC0000;
}

.bodytext {
	font: 0.7em Times New Roman;
	font-size:160%;
	text-align:justify; 
	color: black;
}
