img, div, input { behavior: url("iepngfix.htc") }
img {border:none;}
h1 {font-size:16px; display:inline;}
h2 {font-size:12px; display:inline;}
h4 {font-size:14px;}
a {color:#dd8200; text-decoration:none;}
a:hover {color:#026082;}

body {
    margin-top: 100px;
    padding: 0px;
    background-color: #fff;
    font-family:verdana, helvetica, sans;
    font-size:11px;
    line-height:19px;
    background-image: url(../images/bg.gif);
}
div#header {
    text-align: left;
    height: 30px;
    margin: 10px 0 6px 30px;
    padding: 0px;
}
div#navs {height:20px; padding:0;}
div#leftcol {
    border: solid #000 0px;
    width: 300px;
    float: left;
    text-align:left;
    padding-top:10px;
}
div#rightcol {
    border: solid #000 0px;
    padding: 10px 10px 0 10px;
    width: 290px;
    float: right;
    text-align:right;
}
div#foot {
    border-top: solid #000 0px;
    padding: 0 0 10px 0;
    text-align: right;
    clear: both;
    margin-right:30px;
}

div#container {
    padding: 0;
    width: 665px;
    min-height:350px;
    border:1px solid #026082;
    background-color:#fff;
}

div#wrapper {width:740px; background-color:#fff;
	position: absolute; 
	top: 10%; 
	left: 50%; 
	margin: auto auto auto -350px;
	padding:0px;
	border-width:0 2px 2px 0;
	border-color:#333;
	border-style:solid;
}
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.dropshadow2{
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 0px 0 0px 40px !important;
	margin: 10px 0 10px 5px;
	width: 668px;
	padding: 0px;
}
.innerbox{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	margin: 0px 0px 0px 0px;
}
.innerbox{
	/* IE5 hack */
	\margin: 0px 0px -3px 0px;
	ma\rgin:  0px 0px 0px 0px;
}
div#ajaxcontent { margin:14px; text-align:left;}