@charset "utf-8";
/* CSS for Corby Women's Centre Website */


/* Styles for normal HTML tags, throughout the site */
body {
	
	background-color: #AC91C4;
/*	#8CC63E;*/
}

h2 {
	color: #936FB1;
}

a {
	color: #936FB1;
}

/* Style for header DIV, which includes logo */
#Header {
	left: 0px;
	top: 0px;
	height: 125px;
	
	background-color: #F1E4F1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;	
	color: #936FB1;
	font-weight: bold;
	font-size: 22px;
}

/* Page Style which holds all other DIVs on the page */
#Page {
	width: 785px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}

/* Styles for Navigation and Menu bar */
#Navigation {
	float: left;
	left: 10px;
	top: 108px;	
	width: 126px;
	height: 750px;
		
	background-color: #F1E4F1;
	line-height: 15px;
}

#Menu a.MenuItem{
	margin-bottom: 1px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #936FB1;
}

#Menu a.SelectedMenuItem {
	margin-bottom: 1px;
	padding: 5px;
	font-weight: bold;
	
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #936FB1;
}

#Menu a.MenuItem:hover, #Menu a.SelectedMenuItem:hover{
	background-color: #E2D7E2;
}

/* Style for content DIV */
#Content {
	float: right;
	left: 150px;
	top: 122px;
	width: 640px;
	height: 745px;
	padding-left: 10px;
	padding-right: 9px;
	padding-top: 5px;	

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	background-color: #FFFFFF;
	color: #666666;

}

/* Style for content boxes */
#ContentBox {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}