body { 
	background: #3d3d3e url("../images/layout/body_bg.jpg") repeat-x fixed top left;
}
#pagewrap { width: 960px; margin: 0px auto;margin-top:20px; }
#main-header { 
	height: 210px;
	background-color: black;
	padding: 0px 15px 15px 15px;
}
#main-header .innerbox {
	height: 210px;
	width: 100%;
	background: #0067a1 url("../images/layout/head_bg.jpg") repeat-x top left;
}
/* Main Navigation */
#main-navigation {
	width: 960px;
	background: #3d3d3e url("../images/layout/nav_bg.jpg") repeat-x top left;
	height: 45px; 
}
#main-navigation ul { text-align:left;margin:0px;margin-left:10px;margin-right:100px;padding:0px;height:40px;list-style-type: none;}
#main-navigation li { display:inline;margin:0px;padding:0px;line-height:45px;}
#main-navigation a { display: inline-table;padding:0px 10px;color:white;font-size:1.1em;font-weight: bold;}
#main-navigation a:hover { background: url("../images/layout/nav_current.png") repeat-x top center;
color: white;}
#main-navigation .current a { background: url("../images/layout/nav_current.png") repeat-x top center;
color: white;}
/**/
/* Sub Navigation */
#sub-navigation {
    height:25px;
    background-color: #3e8aff;
}
#sub-navigation ul { text-align:center;margin:0px;padding:0px;height:25px;list-style-type: none;}
#sub-navigation li { display:inline;margin:0px;padding:0px;line-height:25px;}
#sub-navigation a { display: inline-table; padding:0px 10px;color:white;font-size:1em;font-weight: normal;}
#sub-navigation a:hover { background: white; color: #b21719;}
#sub-navigation .current { background: white;color:#b21719;}
/**/
#threesteps-box { margin: 15px 0px; }
#main-content { 
	min-height: 600px;padding: 15px;background-color: black;
}
#main-content #inner-content { background-color: #ededed; padding: 5px; }
#main-content-wrap { /* This is for the 2col layout */
    margin-top: -15px;
    background: #ea6c39 url('../images/layout/side_bg.jpg') top right;
    min-height: 600px;
}
#main-footer { font-size: 10px;height: 20px; text-align: center; color: white; }
#main-footer a { color: white; }
#middlecol { overflow: hidden;min-height: 580px;padding: 0px 10px; }
#leftcol { float: left; width: 200px;}
#rightcol { float: right; width: 340px; }
