maincontainer{
margin: 0px auto;
width:900px;
height:800px;
}

body {
	  margin: 0px auto;
       background-color:#FFFFFF;
       background-repeat : repeat-x;
       font-family: verdana, helvetica, arial, sans-serif;
       font-size: 0.8em;
       line-height: 1.4;
       color: #323232;
       height: 100%;
       }

h1 { 
     font-size: 1.5em;
	 color:#000000;
     }

h2 { 
     font-size: 1.2em;
     font-style: italic;
 }

img {
	border: 0px;
     }

imgMain{
	border:0px;
}

imgHeader{
	border:0px;
}

div.headerDiv{
	height:15%;
	width:85%;
	border-bottom: 1px solid #121A8A;
}

div.container{
width:90%;
}

/*div.leftmenu {
		float:left;
		width:30%;
        height:90%;
		background:2947104;
		margin-right:15px;
		padding-bottom:20px;
		padding-left:20px;
		border-right: 1px solid #CCCCCC;
		}*/

div.leftmenu {
background: #FFF url(/img/leftbg.jpg); 
background-repeat:repeat-x; 
width:22%;
float: left; 
padding: 0; 
margin: 0; 
}

.nav { 
clear: both; 
text-align: left; 
color: 	#7D8085; 
padding: 20px 0 0 0; 
}

.nav li { 
font-weight:bold;
margin: 0 0 8px 0; 
padding: 0 0 0 5px; border-bottom: 1px solid #ccc; }

.nav li a { 
color: #121A8A; 
text-decoration: none;  
}
.nav li a:hover { 
color: blue; 
text-decoration: none;  
}

.nav li a:active { 
color: blue; 
}
div.middlecontent {
    padding-top:1%;
    padding-left:2%;
    float:left;
	width:72%;
	background:#FFFFFF;
	margin-right:15px;
	padding-bottom:20px;
	margin-bottom:2%;
    }

div.titleboxes {
       position: relative;
        padding: 2px 2px 2px 2px;
        background-color: #deeaf3;
        width: 100px;
        border: 1px dotted #deeaf3;
        font-weight: bold;
        font-size: 1.2em;
        color: #6A8092;
        }

div.text {
           border-left: 1px dotted #6a879e;
           margin-left: 216px;
           padding-left: 27px;
           height: auto;
           }

div.footer {
          clear:both;
          bottom: 0px;
          padding: 10px 0px 10px 0px;
          text-align: right;
          font-size: 0.8em;
          color: #3e5c7a;
		  width:90%;
         }
div.otherboxes {
		 position: relative;
		 margin: 2px 0px 0px 2px;
		 padding: 4px;
		 border: 1px dotted #deeaf3;
		 text-align: right;
		 }
div.hrBlue 
		{
		 height: .5%;
		 margin: 0px 0px 0px 0px;
		 }
.bold {
	font-weight: bold;
	}
.underConstruction {
	font-size: 20px;
	font-weight: bold;
	color:#993300;
	}