body
{
	background-color:#87ceeb;
	text-align:center;
	width:100%;
    font-size:0.9em;
}
td
{
	text-align: left;
}
.container
{
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	width:960px;
	min-height:500px;
	text-align:left;
 
 }
.header
{
	margin:0 auto;
    border-top-right-radius:20px;
    -moz-border-radius-topright: 2em; 	
    -webkit-border-top-right-radius:2em;
    border-top-left-radius:2em;
    -moz-border-radius-topleft:2em;
    -webkit-border-top-left-radius:2em;
    height: 143px;
 	width:960px;
    margin-top:25px;
    color: #000099;
    background-color:#fff;
	font-size: 2em;
	font-weight: bold;
	text-align:center;
}
.header img{
	padding:0;
	margin:0;
}
.mainbody
{
 padding-top:10px;
    background-color:#fff;
	width: 680px;
	margin-left:200px;
     padding-bottom:20px;  

 }
.left
{
	float:left;
	width: 200px;
}
.footer
{
    border-bottom:1px solid #ccc;
    border-top:1px solid #000;
	background-color:#031F2B;
	clear: both;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	text-align: right;
	font-size: 70%;

	width:960px;
	height:50px;
	color: #eee;
}
.footer a, .footer a:visited
{
	color: #eee;
	text-decoration:none;
    border-bottom:1px dotted #eee;
}
.footer a:hover{
    border-bottom:1px solid #eee;
}
.footer p{
	margin:5px;
    margin-right:40px;
	text-align:right;
}
.clear{
  clear:both;
}
.nav{
    margin-left:4px;
    margin-top:65px;
}
.nav li{

     width:180px;
     height:30px;
     margin:3px 0;
     margin-top:5px;
     text-align:center;
     font-weight:bold;
     list-style-type:none;
     font-size:12px;
}
.nav li a{
     color:#111;
     display:block;  
     padding-top:7px;
     height:30px;
     text-align:center;
	 text-decoration:none;
}
.nav li a:hover{
    color:#fff;
}
.nav li:visited{
     color:#ed6;
     text-decoration:none; 
}
.nav li:hover{
     text-align:center;
     font-weight:bold;
     color:#ed6; 
}

li.purple{

	background-image: url('../images/layout/button_purple.png');
	background-position: center;
	background-repeat: no-repeat;
}
li.green{
	background-image: url('../images/layout/button_green.png');
	background-position: center;
	background-repeat: no-repeat;
}
li.red{
	background-image: url('../images/layout/button_red.png');
	background-position: center;
	background-repeat: no-repeat;
}
li.blue{
	background-image: url('../images/layout/button_blue.png');
	background-position: center;
	background-repeat: no-repeat;
}
li.dblue{
	background-image: url('../images/layout/button_dblue.png');
	background-position: center;
	background-repeat: no-repeat;
}
li.orange{
	background-image: url('../images/layout/button_orange.png');
	background-position: center;
	background-repeat: no-repeat;
}
.active{
    padding:0;
    margin:0;
    display:inline;
}
img{
   margin:20px;
}
.error{
     font-weight:bold;
     color:red;
     text-align:center;
}