html, body {
height: 99%; 
color:#FFFFFF;
margin:2px 2px;
 font: normal normal normal 12px Verdana, sans-serif;
 scrollbar-face-color: #4C5163;
scrollbar-highlight-color: #4C5163;
scrollbar-3dlight-color: #C20000;
scrollbar-darkshadow-color: #C20000;
scrollbar-shadow-color: #4C5163;
scrollbar-track-color: #4C5163;
scrollbar-arrow-color: #C20000;
 background: tranparent;
}

/* LINK BEHAVIOTR*/

a:link, a:visited, a:active {
font-weight:normal;
color:#000000;
background: transparent;
}

a:hover {
font-weight:normal;
color:#760000;
background: transparent;
}

a.headermenu:link, a.headermenu:visited, a.headermenu:active {
color:#AB0000;
background: transparent;
 text-decoration: none;
 font-weight: bold;
}

a.headermenu:hover {
color:#FF0707;
background: transparent;
 font-weight: bold;
}
/* PAGE LAYOUT */

#container {
top: 0px;
left: 0px;
height: 100%;
width:100%;
position: fixed;
display:block;
 overflow: visible;
  background: transparent url(../graphics/newwindows_bg.gif) repeat;
	z-index:1;
}

#header{
top: 0px;
left: 0px;
height: 45px;
width:100%;
position: fixed;
display:block;
 overflow: visible;
  background: transparent url(../graphics/newwindows_header_bg.gif) repeat-x;
	z-index:10;	
}

.headerhome {
top: 15px;
left: 0px;
height: 12px;
width:95%;
position: fixed;
display:block;
 overflow: visible;
  background: transparent;
	color: #C20000;
	z-index:11;
	font: bold smaller;
	text-align: right;
	padding-right: 20px;
}

#primaryContent{
top: 45px;
left: 6px;
right: 6px;
position: absolute;
text-align:left;
display:block;
background: transparent url(../graphics/trans_white.png) repeat;
color: black;
 overflow: visible;
padding-top: 0px;
 padding-left: 10px;
 padding-right: 10px;
 z-index:5;
}

.primarybottom {
text-align: right;
width: 100%;
position: relative;
display: block;
padding-top: 4px;
padding-bottom: 10px;
border-top: 1px solid #D9DBDF;
color: #969BA3;
background: transparent;
 font-size: smaller;	
}

