body { 
	background-color: #f1f1f1;
    background-image: url("../images/layout/bluetheme/bodybg.jpg");
    background-position: 0px 84px;
    background-repeat: repeat-x;
}
#main-header { width: 960px; margin: 0px auto;height: 283px;background-color: white; }
#main-header .head-img-wrap { width: 720px;margin: 0px auto; }
#main-header .leftimg, #main-header .rightimg { float: left; }
#main-top .logo { float: left;margin-left: 20px;padding: 0px; }
#main-top { height: 84px;width: 100%;background: #256fa4 url("../images/layout/bluetheme/navbg.jpg") repeat-x top left;border-bottom: 1px solid #f1f1f1; }
#main-top .inner { width: 960px; margin: 0px auto; }
#main-navigation { 
	margin-left: 20px;
	margin-top: 40px;
    height: 35px;
    /*width: 100%;*/
    color: white;
    float: left;
    font-size: 16px;
}
#main-navigation ul {
	margin: 0px;
	text-align: center;
}
#main-navigation li {
	float: left;
	list-style: none;
	line-height: 34px; /* vertical spacer */
}
#main-navigation .current {
	background: transparent url("../images/layout/nav_current.png") repeat-x left bottom;
}
#main-navigation .current a { color: #444444; }
#main-navigation li a {
    padding: 5px 10px;
	color: white;
	display: block;
	font-weight: bold;
}
#main-subnav { 
	width: 100%;
    color: black;
    padding: 3px;
}
#main-subnav ul {
    margin: 0px;
    text-align: left;
}
#main-subnav li {
	float: left;
	margin:0px;
	margin-right: 15px;
    list-style: none;
    line-height: 32px; /* vertical spacer */
    height: 32px;
    width: 157px;
}
#main-subnav li a {
	text-align: center;
	display: block;
    color: #666666;
    font-size: 16px;
    background: transparent url("../images/content/navon.jpg") no-repeat;
}
#main-subnav li a:hover {
	background: transparent url("../images/content/navoff.jpg") no-repeat;
}
#main-subnav .current {
    background: transparent url("../images/content/navoff.jpg") no-repeat;
}
#main-content { background-color: white;width: 960px; margin: 0px auto; min-height: 500px; }
#main-footer { background: #256fa4 url("../images/layout/bluetheme/footer_bg.jpg") repeat-x top left;
    height: 52px;
    width: 100%;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 52px; /* for vertical spacing */ 
}
#main-footer a { color: black; }
#footer-tag-line { font-size: 18px; font-weight:bold;color:#4d5154; text-align: center;padding: 15px 0px;}
#footer-tag-line p { margin: 0px; }
#middlecol { overflow: hidden;min-height: 500px;padding: 15px 10px; }
.middle-to-left { margin-left: 50px; }
.middle-to-middle { margin:0px auto;width:800px; }
#leftcol { float: left; width: 200px; padding: 15px 5px;margin-right: 10px;}
#rightcol { float: right; width: 260px;  padding: 25px 5px 15px 5px;margin-left: 10px;margin-right:50px;}
