/* CSS Document */

   html, body, #wrapper {
      	height:100%;
      	margin: 0;
      	padding: 0;
      	border: none;
      	text-align: center;
	font-family: Arial, Verdana, "Times New Roman";
}
   
   body {
     	background-color: #2E353A;
   }
   
   
   html {
	overflow-x: hidden;
	overflow-y: auto;

   }
   
   #wrapper {
		text-align: left;
		vertical-align: middle;
		width: 800px;
		background-color: #E2E2E2;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding: 0px;
   }
   
   #header {
   		height: 10px;
   }
   
   #menusection {
		height: 20px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCCCCC;
	
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
   }
   
	#menuitem {
		padding-right: 7px;
		padding-left: 7px;
		font-weight: bold;
	}

	#menuitem a {
		color: #150089;
		text-decoration: none;
	}
	
	#menuitem a:hover{
		color: #960001;
		text-decoration: none;
	}
	
	
	#maintable {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#left {
		width: 200px;
		padding-right: 10px;
		padding-left: 20px;
		vertical-align: top;
	}
	
	#content {
		width: 600px;
		padding-right: 20px;
		padding-left: 10px;
		vertical-align: top;
	}







   	#footer {
    		height: 30px;
   
   		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCCCCC;
   	}
   
   	#copyright {
    		margin: 0px;
		color:#666666;
		text-align: center;
		font-size: 11px;
	}
	
	#copyright a {
	 	text-decoration: none;
		color:#666666;
	}
	
	#copyright a:hover {
		text-decoration: none;
		color:#666666;
	}

	#eXTReMe {
	visibility: hidden;
	}
	
	
