#outer {
	width: 808px;
	margin: 50px auto 0;
	background-image:  url(nav/bgim.gif);
	background-repeat: repeat;



	}
#top_line  {
	width: 808px;
	margin: 0 auto;
	text-align: centre;
	background-image:  url(nav/bgim_top.gif);
	background-repeat: repeat;
	height: 2px;
	overflow: hidden;
	}	
	
#bottom_line  {
	margin: 0 auto;
	background-image:  url(nav/bgim_top.gif);
	background-repeat: repeat;
	height: 2px;
	overflow: hidden;
	clip:      rect(auto auto auto auto);
	left: 0px;
	top: 0px;



	}	
	
	
	
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;


	}

#rightcolumn {
	visibility: visible;
	padding: 8px 8px 8px 12px;
	background-image: none;
	float: right;
	width: 300px;
}

#rightcolumn_holder {
	visibility: visible;
	padding: 0px 0px 8px;
	background-image: none;
	float: left;
	width: 205px;
	z-index: 50;
	position: relative;





}


#middlecolumn_holder {
	visibility: visible;
	padding: 0px 0px 8px;
	background-image: none;
	float: right;
	width: 205px;
	border: thin solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CC99;
	left: -300px;
	z-index: 100;
	top: 0px;
	display: inline;
	position: relative;













}



#leftcolumn {
	width: 400px;
	color: #de0b00;
	float: left;
	padding-left: 12px;
}

#leftcolumn_holder {
	width: 580px;
	float: left;
	padding-left: 0px;
	overflow: hidden;
	clip:        rect(2px auto auto auto);
	display: inline;
	z-index: 1;








}



body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	background-color: #FFFFFF;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.imagepad {
	padding-top: 5px;
}
#content {
	width: 800px;
}
#heading {
	top: 250px;
}
#logo {
	height: 42px;
	position: absolute;
}
#hnavbar {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #e30202;
	margin-bottom: 3px;
}
#header {
	width: 770px;
	height: 80px;

}

#footer {
	width: 800px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #e30202;
	height: 40px;
	background-color: #990066;
	clear: both;
	padding-left: -14px;
}

#clear {
	clear: both;


}



/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
  h1 {
	font-size: 150%;
	margin: 0px;
	color: #000099;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
h2 {
	font-size: 140%;
	color: #de0b00;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #460300;/
}

 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(assets/bullet.gif);
	color: #333333;
	font-weight: normal;
	margin-left: 20px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}

 a:link {
	color: #de0b00;
}
 a:visited {
	color: #333333;
}
 a:link:hover {
	color: red;
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: red;/
}
