body {
	background-color: #E0E0E0; /*  */
	margin: 0px;
	padding: 0px;
	font-size: 10pt; 
	font-family: Arial, Verdana, sans-serif;
}

p { margin-top: 0px; }

a { color: #090E2B; }

td { position: relative; }

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#searchbox {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 25px;
	padding-right: 10px;
	color: #CCCCCC;
	
}

#searchbox a:visited { color: #FFFFFF; }

#titlebox {
	background-color: #0A1241;
	font-size: 11px;
	color: #CCCCCC;
	clear: both;
}
#nav {
	width: 700px;
	clear: both;
}
#highlightsbox {
	width: 360px;
}
#highlights {
	padding: 5px;
	height: 123px;
	width: 348px;
	border: 1px solid #83909D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}
#highlights p {
	margin-top: 0px;
	margin-bottom: 8px;
}
#highlights a {
	color: #CCCCCC;
	text-decoration: none;
}
#highlights a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
#projectmenu {
	text-align: right;
	font-size: 10px; 
}
#signature {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}
#signature a {

	color: #333333;
	text-decoration: underline;
}
#signature a:hover {
	color: #424972;
	text-decoration: underline;
}

.apse a {
	color: #CCCCCC;
	text-decoration: none;
}
.apse a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}

/*****************************
*   Stuff for the redesign   *
*****************************/



.homepageheader { font-size: 115%;
				  font-weight: bold;
				  /*padding-left: 10px;*/
				  padding-top: 5px;
				  padding-bottom: 5px;
				  color: #090E2B;  /* #FFFFFF */
				  background-color: inherit; 
				  margin-top: 0px;
				  margin-left: 10px;
				  margin-right: 0px;
				  margin-bottom: 10px;
					
				 }

.mmcontentbox { float: left; 
				width: 200px;
				background-color: #E2E5F8;
				border-right: 1px solid black; 
				padding-right: 10px;
				padding-left: 10px;
				height: 100%;
				margin-bottom: 0;
				}

.mmcontentboxright { float: left; 
				width: 200px;
				background-color: #E2E5F8;
				padding-right: 10px;
				padding-left: 10px;
				height: 100%;
				margin-bottom: 0;
				}


.mmimg	 { float: left; 
			width: 55px;
			margin-right: 10px;
			background-color: #E2E5F8;
		  }
		  
.mmtext { float: left; 
		  width: 150px; 
		  background-color: #E2E5F8;
		}
		
.mmheader { margin-top: 0px;
			font-weight: bold; 
			background-color: inherit;
		} 		
			
.mmh4  { margin-top: 0px;
		 margin-bottom: 10px; 
		 background-color: #E2E5F8;
		 color: #090E2B;
		}

.mmh4 a:visited { color: #090E2B; }

.mmcell { border-right: 1px solid black; 
		  padding-left: 10px;
		  padding-right: 10px;
		 }
		
.homepagelist { list-style-image: url(../images/home/thumbs/bullet.gif); 
				margin-left: 0px;
				padding-left: 2em;
				}
				
.padded { padding: 5px;
		  margin-top: 0px;	 }
		  
.padded a:visited { color: #090E2B; }
		  
.cornercontainer { width: 100%; 
				   margin: 0px;}
				   
.leftcorner { float: left; 
              width: 10px; }
			  
.rightcorner { float: right; width: 10px; }

.clear { clear: both; line-height: 0; }

.clearborder { border: none; }

.borderbottom { border-bottom: 5px solid #424972; }
			  
.borderright { border-right: 5px solid #424972; }

.polllabel	    { float: left;
				  width: 50px; 
			  	  text-align: right;
				  margin-right: 8px;
				 }
			 
.pollfield  { float: left; 
			  width: 100px; 
			 }
			 
.more { font-weight: bold; 
		color: #090E2B;
	   }
	   
.more a:visited { color: #090E2B; }

.homepagenav { font-size: 10pt; 
			   font-weight: bold;
			  }

.homepagenav a { text-decoration: none; }
			 
