body {
    background: url("../images/body_bg.gif") repeat scroll #CCCCCC;
    color: #333366;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 76%;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 0 1px;
}
#header {
    background: url("../images/banner_bg.gif") repeat-x scroll 0 0 transparent;
    float: left;
    min-width: 768px;
    width: 100%;
}
.wrapper {
    margin: 0 auto;
    max-width: 968px;
    min-width: 768px;
}
#navigation {
    clear: both;
    color: #336699;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
#nav, #nav ul {
    background: none repeat scroll 0 0 #663399;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width:100%;
	height:35px;
    margin-top:0px;
}

ul {
    margin-bottom: 1em;
    margin-top: 0;
}

#nav li.link-nav {
    border-left: 2px solid #414140;
   /* border-right: 1px solid #232323;*/
    float: left;
    padding: 7px 15px;
    text-shadow: 0 3px 4px #414140;
}
li.first {border-left-style:none; float:left; padding: 7px 15px; text-shadow: 0 3px 4px #414140;}
#nav li.link-subnav {
    margin-left: 1em;
}

#nav a {
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
}
#nav_extra {
	float:right;
}

#nav_links {
	float:left;
}

#main-wrapper {
    min-width: 768px;
}
#main {
    clear: both;
    float: left;
    width: 100%;
}
#main-container {
    float: left;
    height: 100%;
    margin: 0;
    width: 100%;
    background-color:#FFFFFF;
}
#lines {
	background: url("../images/upperOrange.gif") repeat-x scroll 0 0 transparent;
	clear:both;
	height:8px;
}

#lines-mirror {
	background: url("../images/lowerOrange.gif") repeat-x scroll 0 0 transparent;
	height:5px;
}

#main-container div.gutter {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #333366 #333366 #333366 #A1A2B7;
    border-style: solid;
    border-width: 1px;
    padding: 2em;
  	min-height:300px;
}

.err {color:#990000; font-size:76%;}

.err h5 {
    background: url("../images/incomplete.gif") no-repeat scroll 0 0 transparent;
    color: #990000;
    padding: 0 0.5em 0.5em 20px;
    font-size: 12px;
}