/* ----------- */
/*  Structure  */
/* ----------- */

BODY {
margin:0px;
padding:0px;
background:#dddddd url(../images/construct/background.gif) repeat-x;
background-attachment:fixed;
}
#container  {
width:100%;
padding-top:10px;
}
#pagearea {
width:960px;
margin:auto;
position:relative;
}
#topmasthead {
width:960px;
height:95px;
background:url(../images/construct/topmasthead.gif);
}
#bottommasthead {
width:960px;
height:74px;
background:url(../images/construct/bottommasthead.gif);
}
#topmenu {
position:relative;
top:80px;
}

#pagecontent {
width:960px;
background:url(../images/construct/pagebackground.gif) repeat-y;
}

#leftmenu {
width:221px;
float:left;
}

#actualpagecontent {
width:731px;
float:right;
padding:10px 0px 10px 0px;
}
#topshadow {
text-align:center;
}
#bottomshadow {
text-align:center;
}

/* -------- */
/*  Footer  */
/* -------- */

#footer {
	font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;;
	font-size:14px;
	text-align:center;
	background:#21508b;
	color:#eeeeee;
	height:75px;
	margin:0px;
	padding:20px 0px 0px 0px;
}
#footer a, #footer a:link, #footer a:visited{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#FFFF33;
	text-decoration:none;
}


/* top menu */
#topmenu ul {
	margin-top:0px;
	margin-left:10px;
	font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;;
	font-size:14px;
	letter-spacing:1.5px;
	line-height:12px;
	color:#eeeeee;
}
#topmenu li {
	font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;;
	font-size:14px;
	letter-spacing:1.5px;
	line-height:11px;
	color:#000000;
	list-style:none;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:1px 20px 2px 0px;
}

#topmenu a:link, #topmenu a:visited {
	color:#000000;
	text-decoration:none;
}
#topmenu a:hover, #topmenu a:active {
	color:#666600;
	text-decoration:none;
}


/* left menu */
#leftmenu ul {
	margin-top:0px;
	margin-left:10px;
	font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;;
	font-size:11px;
	letter-spacing:1.5px;
	line-height:12px;
	color:#eeeeee;
}
#leftmenu li {
	font-family:"Trebuchet MS", Helvetica, Arial, Sans-Serif;;
	font-size:11px;
	letter-spacing:1px;
	line-height:11px;
	color:#eeeeee;
	list-style:none;
	display:block;
	margin:0px 0px 0px 0px;
	padding:1px 20px 2px 0px;
}
#leftmenu ul li:hover {
	text-indent:5px;
}

#leftmenu a:link, #leftmenu a:visited {
	color:#eeeeee;
	text-decoration:none;
}
#leftmenu a:hover, #leftmenu a:active {
	color:#FFFF33;
	text-decoration:none;
}

