body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}


#header {
	background: #eee url('images/banner.jpg') right no-repeat;
	width: 780px;
	height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}
#header h1{
	margin: 0;
	padding: 50px 0px 0px 0px;
	color: #009;
	font-size: 400%;
	font-weight:bold;
	font-style:italic;
	font-family:serif;
	letter-spacing: -1px;
	padding-left: 10px;
}



#header a {
	margin: 10px 0px 0px 0px;
	padding: 0;
	color: #009;
	font-size: 100%;
	padding-left: 10px;
	letter-spacing: -1px;
	text-decoration:none;
}

#header h2 {
	margin: 10px 0px 0px 0px;
	padding: 0;
	color: #009;
	font-size: 100%;
	padding-left: 10px;
	letter-spacing: -1px;
	text-decoration:none;
	line-height:200%;
}



#menu {
	width: 780px;
	margin: 0 auto;
	font-size: 95%;
	font-weight:bold;
	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 {
		background: #0303dc url('images/background.png') top left repeat-x;

	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 0.75em;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
	font-weight:bold;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}


#submenu {
	width: 780px;
	margin: 0 auto;
	font-size: 95%;
	font-weight:bold;
	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 #submenu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#submenu ul {
		/*background: #0303dc url('images/background.png') top left repeat-x;*/
	background: top left repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
font-weight:bold;
}

#submenu li { display: inline; }
#submenu a:link, #submenu a:visited {
	padding: 0.25em 0.75em;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
	font-weight:bold;
}

#submenu a:hover {background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width:778px; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
	margin: auto;
	padding: 20px 1px 20px 1px ;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: center;
}

#content h2 {
	color: #333;
	margin-top: 30px;
	padding-top: 10px;
	border-bottom: 1px solid #888;
	font-size: 150%;
	letter-spacing: -1px;

}

#content table{margin:auto;
		border: 0px;
		text-align: center;
}
#content td{text-align: center;
		  font-size: 80%;
		  font-weight:bold;
		/*border: solid 1px #000000;*/
}

#content ul{
	text-align: left;

	font-weight: bold;
}

#content p,li{
	text-align: left;
	text-decoration: none;
	font-weight: normal;

}

#content h3{
	
	font-weight: bold;
	font-size:100%;
	margin:0.25em;
}

#content a:link {
	color: #000;
	}

#content a:visited {
	color: #000;
	text-decoration:none;
}
#content a:hover{
	color: #36c;
	text-decoration:underline;
}




* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer { clear:both;
	margin: 1px auto;
	padding: 2px 1px;
	width: 778px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.15em;
	background: #0303dc url('images/background.png') top left repeat-x;
	border: 1px solid #0303da ;
	font-size: 80%;
}
#footer p {
	padding:0px 0px 0px 0px;
border-bottom: 1px solid #888;}

#footer ul {
	padding:0px 0px 0px 0px;
	color:#fff;
	list-style: none;
	font-weight:bold;
	font-size: 100%;
	letter-spacing: .01em;
}

#footer li { 
padding:2px 0px 2px 0px;
display: inline; color: #fff; }
#footer a{
	padding:0px 0px 0px 0px;
	color: #bbb;
	text-decoration: none;
}

#footer a:hover {
	padding:0px 0px 0px 0px;
	color: #fff;
}

#flashcontent {
		height: 100%;
	}


h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
	border:0;
}

a:hover {
	color: #000;
	text-decoration: underline;
}





p { margin-left: 1em; }

a img {border:0px;}
.el{color:#fff; background: #069 url('images/menu-background_el.png') top left repeat-x}
.mec{color:#fff; background: #363 url('images/menu-background_mec.png') top left repeat-x }
.car{color:#fff; background: #c90 url('images/menu-background_car.png') top left repeat-x}