/************** Default Elements *******************/* {	margin: 0;	padding: 0;	border: 0;}/* hide from IE mac \*/ html {	min-height: 100%;	margin-bottom: 1px;}/* end hiding from IE5 mac */body {	background-color: #ff6600;	font: 100.01%/120% Arial, Helvetica, sans-serif;	color: #382746;}/************** Layout Elements *******************/#wrapper {	margin: 0 auto;	font-size: 80%;	width: 770px;	}/* holds the content background image */#innerwrapper {	background: url(images/ContentBG2.jpg)  repeat-y;	margin: 0 auto;	padding-top: 30px;}#navwrapper {	background: url(images/backgroundheader.jpg) center no-repeat;	min-height: 164px;}#nav {	margin: 0 auto;	min-height: 50px;	width: 770px;	padding-top: 10px;}#nav ul {	padding-top: 5px;	padding-bottom: 15px;	text-align: center;}#nav li {	display: inline;	margin-left: 7px;	margin-right: 7px;	font-size: 90%;	font-weight: 600;}#content {	padding: 1px 0 0 0;	margin-left: 280px;	margin-right: 30px;}#content ul li {	margin-left: 15px;	list-style: none;	padding-bottom: 6px;}#footer {	  background: url(images/FooterBG2.jpg) no-repeat;		  min-height: 30px;	  clear: both;}#outerfooter p {	text-align: center;	color: #382746;	font-size: 90%;}#outerfooter a {	color: #336633;}#header {  background: url(images/bannerBG2.jpg) repeat-x;	  height: 150px;}#header img {	display: block;	margin: 0 auto;}#leftcol {	float: left;	width: 210px;	margin-left: 25px;}/*Setting the image to block and then setting the left and right margins to auto allows us to centre the image in the column*/#leftcol img {	display: block;	margin: 10px auto;}/************** Text Elements *******************//*padding is already zeroed, you can quickly add any required padding toyour h elements here*/h1, h2, h3, h4, h5, h6 {	margin: 0 0 5px 0;	padding: 0 0 0 0;	font-size: 150%;	color: #663366;}h2 {	font-size: 140%;}h3 {	font-size: 130%}h4 {	font-size: 120%}h5 {	font-size: 110%;}h6 {	font-size: 100%;}p {	margin: 10px 0;}/************** Generic Classes *******************/.right {	float: right;	margin: 5px 0 2px 10px;}.left {	float: left;	margin: 5px 10px 2px 0;}/************** Link Styles *******************/a img {	border: none;}a {	color: #336633;}a:hover {	color: #ff6600;}#nav li a {	padding: 5px 8px;	text-decoration: none;	background-color: #382746;	color: #ffffff; }#nav li a:hover {	background-color: #ffffff;	color: #382746; }#content form p {	margin-left: 15px;	margin-top: -10px;}#content input, #content textarea {	color: #000; /* Creates the text color inside the inputs. */	font-size: 12px;	border: 1px solid #382746; /* Sets a border. */	padding: 2px; /* Keeps the text from touching the borders. */	background: #d7cad7; /* Creates a background color. */}#content input:focus, #content input:active, #content textarea:focus, #content textarea:active {	color: #000;	background: #d7cad7;}#content input:focus, #content input:active, #content textarea:focus, #content textarea:active {	color: #000;	background: #d7cad7;}/* just for the ie5 mac beastie, no other browsers can see these rules*/ /*\*//*/ #footer { 	height: 30px; }  #nav {	height: 50px;}#navwrapper {	height: 164px;}/**/