
body{	
	padding:0px;
	margin:0px;
	font-family: arial, sans-serif;
	background-color:white;
}

div#mainBody{
	margin:0 auto;
	width:950px;
	padding:0 25;
	background-color:white;	
}

h2{
	font-family: arial, sans-serif;
	font-size: 16px;
	margin:0;
}

div#menu{
   margin: 0px 10px;
   padding: 0 auto;
   text-align:left;   
   border:1px solid black;
   border-bottom:none;   
}

div#menu table{
	width:100%;
}

div#menu table tr td{
	width:50%;	
	vertical-align:top;
	color:#000000;
	font-weight:bold;
}

div#menu table tr td#search{	
	text-align:right;
}

div#menu table tr td#search input.submit{	
	text-decoration:none;	
	background-color:white;
	border:none;	
	font-weight:bold;	
	margin: 0 5px;
}

span#searchTag{
	font-size:10px;
}

div.nav{
   width:400;
	margin:0px 10px;	
	background-color:#EEEEEE;
	text-align:center;
	float:none;
   display:block;
   padding: 5px;   
   border: 1px solid black;
}
div#navTop{
   border-top:none;
   margin-bottom:5px;
   padding-top:8px;
}

div#navBottom{
   border-bottom:none;
   margin: 0px;
   margin-top:10px;
   padding-bottom:8px;
}
div.nav a, div#menu table tr td#search a {
	text-decoration:none;	
	border:none;
	
   background-color:#EEEEEE;
	font-weight:bold;
	color: #000000;
	margin: 0 5px;
}
div#menu table tr td#search a{
   background-color:white;
}

div#menu table tr td#search a input.submit{
	color: #000000;
	background-color:white;
	cursor:hand;
}

div#menu table tr td#search a:hover input.submit {	
	color: #999999;
	cursor:hand;
}

div.nav a:hover, div#menu table tr td#search a:hover  {	
	text-decoration:none;	
	color:#999999;	
}

div.nav a{
	padding:0px 5px;
	width:150px;
}

a{
	text-decoration:none;
	color:#000000;
}

a:hover{
	text-decoration:none;
	color:#999999;
}

div.aboutContent{
	width:650px;
	margin: 0 auto;
	text-align:left;
}

div#commons{
	text-align:center;
	font-size:10px;
	padding-top:10px;
	margin:0 auto;	
   border:1px solid black;
   display:block;
   border-top:none;
}

div#commons a{
	color:#999999;
	text-decoration:underline; 
}

div#commentLink{
   margin:5px 0px;
}
div#commentLink a{
   border:2px solid black;
   font-weight:bold;
   padding:2px;
}
