
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(colbg.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #C00149;
 width: 902px;
 padding: 10px;
 height: 215px;
 margin: 10px 0px 5px 0px;
 background: #ffffff;
}
#header a:link, #header a:visited, #header a:active, #header a:focus {
	background: transparent;
	color: #688601;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover {
	background: #F1FFC0;
	color: #95C001;
	text-decoration: none;
}
#navigation {
 color: #E2FF80;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #95C001;
}

#navigation a:link, #navigation a:visited, #navigation a:active, #navigation a:focus {
	background: transparent;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

#navigation a:hover {
	background: transparent;
	color: #E2FF80;
	text-decoration: none;
}

#rightcolumn { 
 display: inline;
 color: #000000;
 margin: 10px;
 padding: 0px;
 width: 195px;
 float: right;
}
#leftcolumn { 
 float: left;
 color: #000000;
 margin: 10px;
 padding: 0px;
 width: 683px;
 display: inline;
 position: relative;
}
#leftcolumn ol,#leftcolumn ul,#leftcolumn dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#leftcolumn ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
#leftcolumn ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}

#leftcolumn a:link, #leftcolumn a:visited, #leftcolumn a:active, #leftcolumn a:focus {
	background: transparent;
	color: #C00149;
	font-weight: bold;
	text-decoration: underline;
}

#leftcolumn a:hover {
	background: transparent;
	color: #C00149;
	text-decoration: none;
}

#footer { 
 width: 902px;
 clear: both;
 color: #333;
 background: #95C001;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-size:80%;
}
.clear { clear: both; background: none; }

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

img { border: none; }

fieldset {
border: none;
}