body {
	font-size:11px;
	font-family: Arial;
	background-color:#ffffff;
	color:#aaaaaa;
}

#container{
	
	width: 700px;	
	margin-top:10px;
	
	/*center element*/
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
	padding:8px;
}

.contentsRow{
	width:675px;
	height:18px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	
}
.menus  {
	/*float:left;*/
	border:#eeeeee 0px solid; 
	border-top:#eeeeee 0px solid; 
	border-bottom:#eeeeee 0px solid; 
	background-color: #ffffff;
	height:18px;width:200px;
	padding:5px;
	padding-bottom:0px;
	cursor:pointer;
}

.menuHighlighted{
	/*float:left;*/
	height:18px;width:200px;
	padding:5px;
	padding-bottom:0px;
	cursor:pointer;
	background-color:#aaaaaa;
	color:#ffffff;
	position:absolute;
	z-index:1;
	display:none;
	border-left:#eeeeee 1px solid;
	border-right:#eeeeee 1px solid;
	margin-top:5px;
}

.menuDrops  {
	float:left;
	border-top:#eeeeee 0px solid; 
	border-bottom:#eeeeee 1px solid; 
	border-right:#eeeeee 1px solid; 
	border-left:#eeeeee 1px solid; 
	background-color: #ffffff;
	height:100px;width:200px;
	/*drop this so that FF dun add in additional padding
	padding:5px;
	*/
	z-index:1;
	position:absolute;
	
}

.innerMenuDrop {
	padding:5px;
	color:#aaaaaa;
}

.menusSpacers {
	float:left;
	border:#cccccc 0px solid; 
	background-color: #ffffff;
	height:18px;
	width:10px;
}
	
.mainHeading {
	font-size:16px;
	font-weight:bold;
}


#main {
	border:1px solid #eeeeee;

	height:500px;
	/*center it */
	margin-top:5px;	
}


#header {
	border:0px;
	/*center it */
	margin-top:5px;	
	padding: 2px 2px 5px 2px;
}

.pageHeading {
	font-weight:bold;
	font-size:15px;
	color : #cc3333;
	margin-top:5px;
	margin-bottom:10px;
}
.heading-1 {
	font-weight:bold;
	font-size:13px;
	color : #888888;
}
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#cc3333;
}


a:visited {
	text-decoration:none;
}


a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;

}
.spacer {
	height:8px;
	width:100%;
}