/*
	  
*/


/* -------------- Layout -------------- */

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
	background:#7ac74d;
 background-image:url(img/pattern_bgrd.jpg);
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 color: #333;
 width: 900px;
 padding: 0px;
 height: 96px;
 margin: 0px 0px 0px 0px;
	background-image:url(img/title.gif);
}
#photo {
 width: 900px;
	height: 164px;
 padding: 0px;
 margin: 0px 0px 0px 0px;
	background-image:url(img/millom.jpg);
}
#faux {
 background: url(img/faux_bgrd.gif);
 overflow: auto; /* Paul O Brien Fix for IE */
 width: 100%
}
#rightcolumn { 
 margin: 0px;
	float: right;
	display: inline;
 padding: 0px;
 width: 250px;
 display: inline;
 background: #42af01;
}
#leftcolumn { 
 float: left;
 margin: 0px;
 padding: 10px;
 width: 630px;
 display: inline;
 position: relative;
	text-align:left;
	}
#footer {
	width: 880px;
 clear: both;
 color: #FFF;
 background: #000;
	height:30px;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }



/* -------------- Styles -------------- */


p{
padding-top:8px;
padding-bottom:8px;
line-height:22px;
text-align:justify;
}

h1{
font-size:25px;
color: #2e7a01;
font-weight:normal;
display:block;
border-top-style:none;
border-right-style:none;
border-bottom-style:none;
border-left-style:none;
padding-bottom:3px;
}

h2 {
	font-size: 18px;
	color: #2e7a01;
	font-weight:bold;
	padding-bottom: 3px;
	padding-top: 10px;
}

h3 {
	font-size: 14px;
	color: #2e7a01;
	font-weight:bold;
	padding-bottom: 10px;
}

h4 {
	font-size: 14px;
	color: #000;
}

h5 {
	font-size: 14px;
	color: #000;
}

h6 {
	font-size: 9px;
	color: #000;
	text-align:center;
	font-style:normal;
	padding: 0px 0 8px 0;
}


.footer {
	font-size: 16px;
	color: #fff;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
 padding-top: 6px;
}


.list {
list-style:square;
padding-left:35px;
padding-bottom:6px;
}


.disc {
list-style:square;
padding-left:35px;
padding-bottom:6px;
line-height:21px;
}


/********************* SIDE NAVIGATION *********************/

#sidenav {
margin:0;
padding:0;
}

#sidenav ul {
list-style-type:none;
margin:0;
padding:0;
}

#sidenav a{
	background:#2e7a01;
	display:block;
	width:232px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#fff;
	line-height:16px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#sidenav a:link,#navlist2 a:visited {
color:#FFF;        /* POSSIBLE CHANGE COLOUR */
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:400;
font-size:13px;
list-style-type:square;
}

#sidenav a:hover {
background-color:#7ac74d;
color:#000;
font-weight:400;
}


/* standard text links */

a:link {
	color: #000;
	text-decoration:underline;
}
a:visited {
	color: #000;
}
a:hover {
	color: #2e7a01;
}
a:active {
	color: #000;
}

