/*#############################################################
Name: EICC
Date: 2007-04-04
Author: David Irwin
URL: http://www.irwinmedia.co.uk

#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #003399;
	text-decoration: none;
}
body {
	background: #fff url(img/bg2.jpg) no-repeat fixed left bottom;
	color: #999;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em Verdana, Arial, Helvetica, sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #eeeeee; 
	border: 5px ridge #EEE; 
	border-color: #339933; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 700px; 
}


/* Header */
.gfx {
	background: #fff url(img/) no-repeat;
	height: 180px;
}
.gfx h1 {
	color: #990000;
	font: normal 3em Verdana, Arial, Helvetica, sans-serif;
	padding: 16px 20px 0px 0px;
	margin-left: 20px;
}
.texttop banner {
}



/* Menu */
.menu a {
	background: #fff url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #fff;
	border-top: 1px solid #cccccc;
	color: #339933;
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	padding-top: 4px;
	width: 131px; height: 36px;
	margin: 2px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #003399;
}
.menu a#last {
	width: 150px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #fff;
	background: #FFFFFF;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #fff url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

td {
	color: #009900;
	padding: 5px;
	border-bottom: dotted 1px #CCCCCC;
}
strong {
	color: #339933;
	padding: 5px;
	font-size: 1.1em;
}
/* Footer */
.footer {
	padding: 5px;
	background: #999999;
	color: #fff;
} 