@charset "iso-8859-1";
/* At-Rules */

div.center { text-align: center; margin-left: auto; margin-right: auto; 
	position: inherit; color: blue;
	font-family: Comic Sans MS,arial,sans-serif,helvetica;
	width: 100%; }

div.left-nav { position:inherit; float:left; width:100px; margin-left: auto; margin-right: auto;
	font-family: Comic Sans MS,arial,sans-serif,helvetica; }

div.logoback { text-align: center; margin-left: auto; margin-right: auto; 
	position: inherit; color: blue;
	font-family: Comic Sans MS,arial,sans-serif,helvetica;
	azimuth: center; width: 100%; 
	background-image:url(images/AlphabetSoupLogoBackground.png);
	background-repeat: no-repeat; }

/* Centre tables by default */
table { 
	margin-left: auto; margin-right: auto; 
	line-height:normal; 
	white-space: normal;
	font-weight: normal;
	font-size: medium;
	font-variant: normal;
	font-style: normal;
	}

table.center { margin-left: auto ; margin-right: auto; }

/* A font for labels */
td.ForButtons {font-family: comic sans ms; font-size: small; text-align: center; width: 33%;}

/* Main body defaults */
body {background: white; color: blue; 
	font-family: Comic Sans MS,arial,helvetica,sans-serif}

h2 { font-size: 18px; }

/* End of style section. Generated by AceHTML at 15/11/02 11:08:28 PM */
/*
	tswtabs.css		1.0.0
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
}
#tswcsstabs li a {
	color: #ff0 ;
	background-color: #0066b3 ;
	border: 1px outset #00487d ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #fff ;
	background-color: #00487d ;
}

/* from cssplay.co.uk example 15 */
#info {height:400px;}
#menu ul {list-style:none; position:relative; float:left; margin-top:20px; left:5px; display:block; width:750px;}
#menu li {float:left;}
#menu a, #menu a:visited {display:block; width:150px; height:30px; background:url(images/buttons.gif); background-position:left top; background-color:transparent; text-align:center; color:#c00; line-height:28px; text-decoration:none; font-family:arial, sans-serif; font-weight:bold; margin-top:5px;}
#menu a:hover {background-position:left center; line-height:31px; overflow:hidden; color:#800;}
#menu a#selected, #menu a#selected:hover {background-position:left bottom; line-height:30px; cursor:default; color:#000;}
