html {
background: #ffffff;
}
body { 
margin: 0px;
background: #ffffff;
text-align: center;
/*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#6b84a5)); 
background: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#6b84a5)); 
background: -moz-linear-gradient(top, #ffffff,  #6b84a5);
filter:progid:DXImageTransform.Microsoft.Gradient
 (GradientType =0, startColorstr=#ffffff,
 endColorstr=#6b84a5);*/
}
#container {
width: 1000px;
display: inline-block;
position: relative;
margin: auto;
text-align: center;
background: #ffffff;
-moz-border-radius: 0px 23px 0px 23px;
-webkit-border-radius: 0px 23px 0px 23px;
-khtml-border-radius: 0px 23px 0px 23px;
border-radius: 0px 23px 0px 23px;
border: 1px solid #6b84a5;
margin-bottom: 10px;
}
#logo {
position: absolute;
z-index: 10;
top: 12px;
right: 25px;
width: auto;
height: auto;
}
#ieSpacer {
height: 50px;
}
#header {
height: 80px;
width: 1000px;
background: url(img/fields.png) no-repeat 0px 20px;
-moz-border-radius: 0px 23px 0px 0px;
-webkit-border-radius: 0px 23px 0px 0px;
-khtml-border-radius: 0px 23px 0px 0px;;
border-radius: 0px 23px 0px 0px;
position: relative;
}
#mainbox {
width: 725px;
margin-top: 0px;
min-height: 550px;
_height: 550px;
position: relative;
display: inline-block;
background: white;
float: left;
-moz-border-radius: 0px 0px 0px 23px;
-webkit-border-radius: 0px 0px 0px 23px;
-khtml-border-radius: 0px 0px 0px 23px;
border-radius: 0px 0px 0px 23px;

}
#menu {
width: 165px;
height: auto;
text-align: left;
float: left;
margin: 0px 0px 0px 10px;
border-right: 1px dashed #6b84a5;
min-height: 550px;
_height: 550px;
}
.menu, .menuAct {
font-variant: small-caps;
text-indent: 10px
}
.menudiv {
height: 5px;
border-bottom: 1px dashed #6b84a5;	
margin-bottom: 5px;
}
.sub, .subAct {
text-indent: 20px
}
#content {
width: 525px;
height: auto;
text-align: left;
float: right;
margin: 20px 0px 0px 0px;
}
#rightCol {
width: 250px;
margin-top: 0px;
min-height: 550px;
_height: 550px;
display: inline-block;
text-align: left;
float: right;
}
.boxshadow {
-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
-khtml-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888');
}