* {
	margin:0;
	padding:0;
}

body {
	/*font:0.8em Arial, Tahoma, Helvetica, sans-serif;*/
	font: 0.8em Tahoma, Arial, san-serif;
	text-align: center;
  background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-color: #009933;
	background-position: top center;
	color: #333;
}

div {text-align:left;}
.clear {clear:both;}

.container {
	margin:0 auto 0 auto;
	width:743px;
}

.header {
	position:relative;
	width: 703px;
	height: 125px;
	margin: 5px 20px;
}

.content {
	position:relative;
	width: 703px;
	margin: 0 20px;
}

.left-para,.right-para {position:absolute;}

.left-para {
	top:10px;
	left:0;
	width:170px;
}

.left-para img {border:0;}

.right-para {
	top:20px;
	right:0;
	width:400px;
	text-align:right;
	text-transform:uppercase;
}

.right-para a {text-transform:lowercase;}

/*.nav {
	margin:30px 0 10px 0;
	width:703px;
	height:30px;
	list-style:none;
}*/
ul.nav{
	width:742px;
	margin: 10px 0px;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #009933;
	background-color: #eee;
	padding: 4px 0;
	height:20px;
	margin-left: 1px !important;
}

.nav li {
	display:inline;
	padding:0 15px;
	font-size:1.2em;
	font-family: Arial;
}

.nav a {
	padding:0 18px;
	color:#009933;
	text-decoration:none;
}
.nav a:hover {
	color:#ffffff;
	background:#009933;
}

.content h1,.content h2,.content h3,.content p,.content ul,.content ol,.content table {
	margin:0 0 17px 0;
	line-height:1.5em;
}

h1,h2,h3 {
	font-weight:normal;
	text-transform:uppercase;
}
h1 {font-size:1.5em;}
h2 {font-size:1.4em; color:#009933;}
h3 {font-size:1.3em;}

.content ul,.content ol {margin-left:30px;}

.content table {
	border-collapse:collapse;
	border:0;
}

.content table td {
	padding:0 15px 3px 0;
}

.italic {font-style:italic;}
.non-italic {font-style:normal;}
.bold {font-weight:bold;}
.green {color:#009933;}

.imgleft {
	float:left;
	border:0;
}

.imgright {
	float:right;
	border:0;
}

.header a,.content a {
	color:#009933;
	text-decoration:underline;
}
.header a:hover,.content a:hover {color:#000000;}

.centre {text-align:center;}

p.mobile-box {
	display:inline;
	float:right;
	width:220px;
	margin:0 0 15px 20px;
	padding:15px;
	font-size:20px;
	background:#009933;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:2px 2px 8px #333;
	-webkit-box-shadow:2px 2px 8px #333;
	box-shadow:2px 2px 8px #333;
}

p.mobile-box a {
	color:#fff;
	text-decoration:none;
}
p.mobile-box a:hover {color:#000;}

.footer {
	clear:both;
	margin:50px 0 0 0;
	list-style:none;
}
.footer li {
	display:inline;
	margin:0 10px 0 10px;
	padding:0 0 20px 0;
	font-size:0.85em;
}

.footer a {
	color:#cccccc;
	text-decoration:none;
}
.footer a:hover {color:#009933;}