BODY {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	MARGIN: 0px;
	BACKGROUND-COLOR: #eeeeee;
}

TD {
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

TH {
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper-menu {
	background: #88ac0b url(../images/1/menu-background.png) top left repeat-x;
	float: left;
	width: 100%;
	height: 100%;
	margin-top: -0.25em;
	padding: 0;
}

#logo {
	background: #eeeeee url(../images/1/logo.jpg) top left repeat-x;
	float: right;
	width: 100%;
	height: 62px;
	
}
#log {
	float:left;
	
}

#menu {
	
	margin: 0 auto;
	font-size: 125%;
	white-space: nowrap;  /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url(../images/1/menu-hover.png) repeat-x;
	color: #485b06;
}

#footer {
	margin: 0 auto;
	padding: 4px 1%;
	text-align: center;
	color: white;
	letter-spacing: 0.2em;
	background: #88ac0b url(../images/1/menu-background.png) top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 110%;
}

A:link {
    COLOR: #000000;
    TEXT-DECORATION: none;
}

A:visited {
    COLOR: #000000;
    TEXT-DECORATION: none;
}

A:hover {
    COLOR: #ed1390;
    TEXT-DECORATION: underline;
}

A:active {
    COLOR: #f7abad;
    TEXT-DECORATION: none;
}

H1 {
    FONT-SIZE: 36px;
}

H2 {
    FONT-SIZE: 24px;
}

#outertable {
    BORDER-RIGHT: 1px solid #707070;
    BORDER-LEFT: 1px solid #707070;
}

#tabl {
   border-left: 1px solid #F3EB91;
   background: #FFFCD8;
}
