@charset "ISO-8859-1";
html {
height: 100%;
margin: 0;
padding: 0;
}
/* To remove margin around background image and set height */
body {
margin: 0;
padding: 0;
height:100%;
min-height:100%;
height: auto !important;
}
p,h1,h2,h3,h4,h5,li,th,td,dt,dd
{
font-family: arial;
}
p,li, td
{
font-size: 14;
}
/* To keep links from displaying in blue */
a:link {color: #000000;} /*unvisited links*/
a:visited {color: #252d39;} /*visited links*/
a:hover {color: #252d39;} /*user hovers*/
a:active {color: #252d39;} /*active links*/
/*margins*/
h3, p
{
  margin-left:20px;
  margin-right:20px; }
/*container*/
div#container{
  position: absolute;
  height:100%;
  min-height:100%;
  height:auto !important;
  min-width:100%;
  width:1000px; 
  background-color:#e3c09b;
  }
  /*sidebar*/
div#sidebar{
  height:100%;
  float: right;
  width: 300px;
  background-color: #899bb1;
 }
/*header*/
div#header{
 margin-right:300px;
 height: 100px;
 background-color: #e3c09b;
}
/*mainnav*/
div#mainnav{
	margin-top:60px;
        margin-right:300px;
	margin-left:40px;
	height: 128px;
	background-color: #e3c09b;
	padding: 4px solid #b9c3d1;
 }
/*divs in nav to fake table*/
div.navcell{
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
}
/*cells 4-14 IE7 hack*/
div#cell4{
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 216px;
}
div#cell4 {*width:214px;}
div#cell4 x:-moz-any-link, x:default {
width: 216px;}
div#cell5{
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 256px;
}
div#cell5 {*width:255px}
div#cell5 x:-moz-any-link, x:default {
width: 256px;}
div#cell6{
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 137px;
}
div#cell6 {*width: 136px;}
div#cell6 x:-moz-any-link, x:default {
width: 137px;}
div#cell7 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 308px;
}
div#cell7 {*width: 305px;}
div#cell7 x:-moz-any-link, x:default {
width: 308px;}
div#cell8 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 308px;
}
div#cell8 {*width: 304px;}
div#cell8 x:-moz-any-link, x:default {
width: 308px;}
div#cell9 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 192px;
}
div#cell9 {*width: 191px;}
div#cell8 x:-moz-any-link, x:default {
width: 192px;}
div#cell10 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 218px;
}
div#cell10 {*width: 217px;}
div#cell10 x:-moz-any-link, x:default {
width: 218px;}
div#cell11 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 197px;
}
div#cell11 {*width: 197px;}
div#cell11 x:-moz-any-link, x:default {
width: 197px;}
div#cell12 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 163px;
}
div#cell12 {*width: 164px;}
div#cell12 x:-moz-any-link, x:default {
width: 163px;}
div#cell13 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 134px;
}
div#cell13 {*width: 135px;}
div#cell13 x:-moz-any-link, x:default {
width: 134px;}
div#cell14 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 164px;
}
div#cell14 {*width: 164px;}
div#cell14 x:-moz-any-link, x:default {
width: 164px;}
div#cell15 {
	float:left;
	border: 2px solid #899BB1;
        BACKGROUND-COLOR: #b9c3d1;
	text-align: center;
        font-family: arial;
	margin: 2px;
	width: 138px;
}
div#cell15 {*width: 138px;}
div#cell15 x:-moz-any-link, x:default {
width: 138px;}
/*contents*/
 div#contents
	{
	    margin-right: 300px;
	    padding-top: 30px;
	    height:100%;
	    background-color: #e3c09b;
	}