body {
    background-color: #504E5C;
    color: #575757;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}

#body {
    background-color: #ffffff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#head {
    background: url('/randomheaderimages.php') no-repeat bottom center;
    height: 151px;
}

#head a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

#head a:hover {
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
}

#logolink {
    display: block;
    float: left;
    height: 151px;
    width: 350px;
}

#smlogin {
    float: right;
    margin: 10px 10px 0px 0px;
    text-align: right;
}

#nav {
    border-bottom:10px solid #504e5c;
}

#nav div {
    padding: 10px;
}

#nav a, #nav a:hover, #nav a:visited {
    font-weight: bold;
    height: 37px;
    vertical-align: middle;
}

#prinav {
    background-color: #888888;
    background: url(./backgrounds.png) repeat-x scroll 0 0;
}

#prinav a, #prinav a:hover, #prinav a:visited {
    color: #ffffff;
}

#secnav {
    background-color: #ffa00a;
    background: url(./backgrounds.png) repeat-x scroll 0 -74px;
}

#secnav a, #secnav a:hover, #secnav a:visited {
    color: #ffffff;
}

#trinav {
    background-color: #cccccc;
    background: url(./backgrounds.png) repeat-x scroll 0 -37px;
}

#trinav a, #trinav a:hover, #trinav a:visited {
    color: #333333;
}

#pageTitle{
    position:relative;
    float:left;
    height:73px;
    width:100%;
    background: url(./backgrounds.png) 0 -296px;
    background-repeat: repeat-x;
    border-left:#e5e5e5;
    margin-left:0;
}

#pageTitle h1 {
    font-family:Verdana, Geneva, sans-serif;
    color: #fefece;
    font-size: 22px;
    font-weight: bold;
    margin: 0.5em 0;
    padding: 8px;
    width: 98%;
}

#page {
	background-color:#fff8de;
    clear: both;
    float: left;
	height:100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#pagecols {
    float: left;
    left: 249px;
    position: relative;
    width: 200%;
	height:100%;
	border-left:1px solid #cdcdcb;
	background-color:#ffffff;
}

#contentwrap {
    float: right;
    padding-bottom: 1em;
    padding-top: 1em;
    position: relative;
    right: 250px;
    width: 50%;
	height:100%;
}

#content {
    color: #2a2a2a;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height:100%;
	line-height: 1.7em;
	margin: 0 15px 0 260px;
    overflow: hidden;
    position: relative;
    right: 100%;
}

#sidebar {
    float: left;
    height: 100%;
    position: relative;
    right: 250px;
    width: 250px;
}

#leftnav {
    border: none;
    width: 249px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#leftnav li {
    background-image: none;
    margin-top: 0px;
    padding-left: 0px;
}

#leftnav li a {
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
    font-weight:bold;
    height: 28px;
    text-decoration: none;
}

#leftnav li a:link, #leftnav li a:visited {
    background: url(./backgrounds.png) 0 -223px;
    background-repeat: repeat-x;
    color: #888;
    display: block;
    padding: 8px 0 0 10px;
}

#leftnav li a:active, #leftnav li a.menu_current, #leftnav li a:hover {
    background: url(./backgrounds.png) 0 -260px;
    background-repeat:repeat-x;
    color: #283a50;
    padding: 8px 0 0 10px;
}

#foot {
    border-top: 5px solid #9896a1;
    color: #9896a1;
    clear: both;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
}
