
html, body{
 margin:0;
 padding:0;
 text-align:left;
 font-family:verdana;
 /*background:url(../img/mainbg.gif) repeat-x;*/
}

#pagewidth{
 width:738px;
 text-align:left;
 border-left:1px solid #FFFFFF;
 border-right:1px solid #FFFFFF;
}
/*header */
#header{
 width:738px;
 margin:0;
 background:url(../img/header/bg.gif) repeat-x;
 /*text-align:right;*/
}
#maincol{
  width:738px;
  margin:0;
  padding:0;
}
#contentAll{
  width:738px;
  background:url(/s/img/border/main.gif) repeat-y;
  padding:5px;
}
#contentSubnav{
  width:727px;
  height:26px;
  background:url(/s/img/border/subnav.gif);
}
#contentMiddle{
  width:727px;
  background:url(/s/img/border/content.gif) repeat-y;
}
#contentBgLeft{
  border-left:1px solid #8d887d;
  background-color:#edeee6;
}
#contentLeftSpacer{
   height:4px;
   border-left:1px solid #8d887d;
   font-size:1px;
}
#contentLeftBorder{
    height:25px;
    border-left:1px solid #8d887d;
    background-color:#dbdfce;
    text-indent:10px;
    font-family: Verdana, Helvetica ,sans-serif; 
  	font-size:16px;
  	font-weight:bold;
  	line-height:18px;
  	text-decoration:none;
  	color:#FFFFFF;
}
#footer{
 width:738;
 height:auto;
 color:#00466A;
 text-align:center;
 clear:both;
 display:block;
 background:url(../img/bgfooter.gif);
}

H2{
  color:#b00000;
  font-size:14px;
  font-family:verdana;
  font-weight:bold;
  text-decoration:none;
}
H3{
  color:#000000;
  font-size:16px;
  font-family:verdana;
  font-weight:bold;
  text-decoration:none;
}
H4{
  color:#ff9000;
  font-size:12px;
  font-family:verdana;
  font-weight:bold;
  text-decoration:none;
}
H5{
  color:#333333;
  font-size:20px;
  font-family:verdana;
  font-weight:bold;
  text-decoration:none;
}

/*floats*/
.floatleft{
  margin:0px;
  padding:0px;
  float:left;
}
#floatleft{
  margin:0px;
  padding:0px;
  float:left;
}
#floatright{
  margin:0px;
  padding:0px;
  float:right;
}
#clearLeft{
  margin:0px;
  padding:0px;
  clear:left;
}
#clearBoth{
  margin:0px;
  padding:0px;
  clear:both;
}
.clearfix:after {
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

/*main content definition*/
.form{
  background-color:#FFFFFF;
  border: 1px solid #333333;
  font: 11px Verdana;
  color:#333333;
}
#form{
  background-color:#FFFFFF;
  border: 1px solid #333333;
  font: 11px Verdana;
  color:#333333;
}
.formGrey{
  background-color:#FFFFFF;
  border:1px solid #e1e1e1;
  font:11px Verdana;
  color:#000000;
}

#margintop10{
  margin-top:10px;
}
#marginleft10{
  /*margin-top:10px;*/
  text-align:left;
}
#marginleft5{
  margin-left:5px;
  text-align:left;
}
.marginleft5{
  margin-left:5px;
  text-align:left;
}
#paddingLeft10{
  margin-top:10px;
}
#paddingLeft5{
  padding-left:5px;
  text-align:left;
}

/*layer boxen*/
#disableLayer{
  position:absolute;
  left:-200px;
  top:0px;
  width:100px;
  height:100px;
	z-index: 10;
	background-color: #000;
	filter:alpha(opacity=20);
}html>body #disableLayer{
	-moz-opacity: 0.2;
	opacity: 0.2;
}
#pageLayer {
  position:absolute;
  top:0px;
  left:-1000px;
  width:700px;
  height:auto;
  z-index: 20;
}
#notepadLayer{
  position:absolute;
  top:0px;
  left:-1000px;
  width:200px;
  height:auto;
  z-index:20;
}
#noteTop{
  display:block;
  width:204px;
  height:29px;
  background:URL(/s/img/notepad/notetop.gif);
}
#noteBottom{
  display:block;
  width:207px;
  height:36px;
  background:URL(/s/img/notepad/notebotttom.gif);
}
#notePadCont{
  display:block;
  width:204px;
  height:auto;
  background:URL(/s/img/notepad/notemid.gif);
}
#notePadContForm{
  width:204px;
  background:URL(/s/img/notepad/notemid.gif);
}
#GlobalAlertBox{
  position:absolute;
  top:0px;
  left:-500px;
  width:400px;
  height:auto;
  z-index: 20;
}
#divLayerOuter{
  border: 3px solid #e1e1e1;
  background-color:#ffffff;
  font-family:verdana;
  font-size:10px;
}
#divLayerInner{
  text-align:left;
  margin:5px;
}
#visitForm {
  display:none;
  height:500px;
  clear:both;
}
/*headline left*/

.headlineHomeText{
  
}
/*Footer*/
#footercontent{
  float:left;
  width:865px;
  background-color:#c30000;
}
/*spacer horizontal*/
.spacer3{
  display:block;
  height:3px;
  font-size:3px;
}
#spacer3{
  display:block;
  height:3px;
  font-size:3px;
}
#spacer10{
  height:10px;
  font-size:1px;
}
.spacer10{
  height:10px;
  font-size:1px;
}
.hline{
  height:1px;
  font-size:1px;
  border-top:1px solid #dbdfce;
  margin-top:5px;
}
.hlineSpacer{
  height:5px;
  font-size:1px;
  border-top:1px solid #dbdfce;
}
/*printer styles*/ 
 @media print{ 
#leftcol{display:none;} 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

