/* DEFAULT */

html,body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
font-family: arial, sans-serif;
font-size:12px;
color:#000000;
background-color:#ac0000; /* dark red */
/* background-color:#ffffff; /* white for development */
}
a:link, a:visited, a:hover, a:active  {
color:#24139e;
text-decoration: underline;
}
img {
border:0px solid #ffffff; 
}
h1 {
font-size:30px;
font-weight:bold;
}
h2 {
font-size:16px;
font-weight:bold;
}
h3 {
font-size:14px;
font-weight:bold;
}
h4 {
font-size:12px;
font-weight:bold;
}
h5 {
font-size:11px;
font-weight:bold;
}
h6 {
font-size:10px;
font-weight:bold;
}
div#intro {
font-size:12px;
font-weight:normal;
}

/* MAINWRAP */

div#pagecontainer{
position:relative; /* needed for footer positioning*/
margin:0 auto; /* center, not in IE5 */
width:1000px;
background-color:#ffffff; /* deep dark blue */
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
}

/* HEADER area */

div#header {
border-bottom:1px solid #ac0000; /* dark red */
width:1000px;
height:86px;
overflow:hidden;
background-color:#ffffff;
float:left;
}
div#toplogo {
margin:0;
padding:0;
width:251px;
height:86px;
float:left;
}


/* CONTENT area */

div#contentarea {
border-top:10px solid #ffffff;
margin:0;
padding:0;
padding-bottom: 5em; /* bottom padding for footer */
float:left;
}

/* LEFT area */

div#leftarea {
border:0px solid #000000;
width:180px;
margin-top:0px;
margin-right:0px;
margin-bottom:10px;
margin-left:2px;
padding:0;
font-family: Arial, sans-serif;
font-size:11px;
font-weight:normal;
float:left;
}

/* CENTER area */

.pagetitle {
margin:0;
padding:0;
background-color:#ffffff;
color:#ac0000; /* dark red */
}
.pagesubtitle {
margin:0;
padding:0;
background-color:#ffffff;
color:#ac0000; /* dark red */
}

/* BANNERS */

div#fullsize-banner {
margin-top:13px;
margin-right:2px;
padding:0;
width:468px;
height:60px;
text-align:center;
overflow:hidden;
float:right;
}
.dedicated-banner {
margin-top:5px;
padding-top:10px;
padding-bottom:10px;
width:170px;
height:60px;
background-color:#ffffff;
display:block;
overflow:hidden;
text-align:center;
}

/* FOOTER area */

div#footerarea {
position:absolute;
border-top:1px solid #ac0000; /* dark red */
width:992px;
margin:0;
padding:4px;
bottom:0; /* stick to bottom */
font-family: Arial, sans-serif;
font-size:10px;
color:#ac0000; /* dark red */
background-color:#ffffff;
text-align:right;
}
div#footerarea a {
background-color:#ffffff;
color:#ac0000; /* dark red */
text-decoration:none;
}
div#footerarea a:hover {
text-decoration:underline;
}

/* CLEARFIX */
div.clearfloats {clear:both;}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display:block;
}

