/* basic CSS stylesheet for Androgyny Scotland */

/*BASIC STYLE*/

body {
	background: #F7E7FF url(http://www.androgyny.org.uk/graphics/bgnd.jpeg) repeat;
	padding: 0; margin: 0;
	}
	p, ul, td {
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #2C0059;
	}
	
/* ##### STYLES for PAGE STRUCTURES ##### */
	
#banner {
	background: #AF45FF;
	padding: 4px;
	}

#main { padding: 20px; }

#main h3	{
	text-align:  center;
	}

/* #### Main Menu ####*/

#menu 	{
	background: #FFBF7F;
	padding: 0;
	border: 0; 
	margin: 0;
	}

#menu a	{
	font-family: Trebuchet MS, sans-serif;
	font-size: 128%;
	text-decoration:  none;
	line-height: 200%;
	text-align: center;
	color: #A036FF;
	}

#menu a:link
	text-decoration:  none;
	font-style:  normal;
	font-weight:  normal;
	}
#menu a:visited {
	text-decoration:  none;
	font-style:  italic;
	font-weight:  normal;
	}
#menu a:hover {
        text-decoration:  underline;
	font-style:  normal;
	font-weight:  normal;
	}
#menu a:active {
	text-decoration:  none;
	font-style:  normal;
	font-weight:  bold;
	}
  

/* #### Sub Menu #### */

 #submenu a {
	font-family: Arial, sans-serif;
	display: block;
	text-decoration: none;
	color: #5F00BF;
	background: #FFDFBF;
	padding: 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #7F3F00;
	margin: 5px;
	}
#submenu a:link {
	background: #FFDFBF;
	border-top: 1px solid #FFF;
	border-right: 2px solid #FFDFBF;
	border-bottom: 1px solid #7F3F00;
	border-left: 2px solid #FFDFBF;
	}
#submenu a:visited {
	background: #FFDF90;
	border-top: 1px solid #FFF;
	border-right: 2px solid #FFDFBF;
	border-bottom: 1px solid #7F3F00;
	border-left: 2px solid #FFDFBF;
	}
#submenu a:hover {
	background: #FFCB99;
	border-top: 1px solid #FFF;
	border-right: 2px solid #FF7F00;
	border-bottom: 1px solid #7F3F00;
	border-left: 2px solid #FF7F00;
	}
#submenu a:active {
	background: #BFFFDF;
	border-top: 1px solid #007F3F;
	border-right: 2px solid #00FF7F;
	border-bottom: 1px solid #FFF;
	border-left: 2px solid #00FF7F;
	}
#submenu p {
	font-family: Arial, sans-serif;
	margin: 0;
	font-weight: bold;
	font-size: 14px;
	}
