html { height:100%; background: #fff url(img/body_gradient.png) repeat-x left top scroll }
body { height:100%; margin:0; padding:0; font-family:Verdana, sans-serif; font-size:0.7em; color:#383539; }
form { margin:0; padding:0; }
img, table { border: none; }
h1 { font-size: 150%; color:#0173a1 }
h2 { font-size: 125%; color:#0173a1 }
h3 { font-size: 100%; color:#0173a1 }
th { text-align: left }
thead { font-weight:bold }

a	{ color:#ba1f01 }
a:visited	{ color:#333 }
form, textarea, input, select { font-family: inherit; font-size: 100%;  }
form { display:inline }
#leftcolumn ul { list-style-image: url(/assets/Image/Layout/list_bullet.png); margin:0; margin-left:20px }
:focus {outline: none }

/* Layout */
div#container { position:relative; margin:0 auto; width:918px; height:500px; background:#fff url(img/container_gradient.png) repeat-x left top scroll }
div#leftedge { position:absolute; width:30px; height:500px; left:20px; top:0; background:#fff url(img/edge_gradient.png) repeat-x left top scroll }
div#rightedge { position:absolute; width:30px; height:500px; right:20px; top:0; background:#fff url(img/edge_gradient.png) repeat-x left top scroll }
div#contentbox { width:767px; margin:0 auto }
div#header { height:280px }
div#leftcol { float:left; width:151px; }
div#rightcol { float:right; width:562px; }

div#ornamentleft { position:absolute; top:70px; left:0 }
div#ornamentright { position:absolute; top:0; right:0 }

a.nav:link, a.nav:visited { display:block; background:#849b3b; color:#fff; text-decoration:none; font-weight:bold; padding:4px 8px; margin:4px 0 }

a.nav:hover { display:block; background:#849b3b; color:#0173a1; text-decoration:none; font-weight:bold; padding:4px 8px; margin:4px 0 }


/* clearfix - ends float */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: block;}

/* hide from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide */

/* alpha channel fix for IE6 */
div#ornamentleft img { behavior: url(iepngfix.htc) }
div#ornamentright img { behavior: url(iepngfix.htc) }
