body {
	margin: 0 auto;
   padding: 0px;
   width: 1000px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
	text-align: left;
}

div.spacer {
   clear: both;
}

#shadowcontainer {
}

#shadowleft {
   float: left;
   width: 1000px;
	margin: 0px;
   padding: 0px;
	background-image: url(/images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#shadowright {
   float: right;
   width: 970px;
	margin: 0px;
   padding: 0px;
	background-image: url(/images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

#container {
	float: left;
   width: 939px;
	margin: 0px;
   padding: 0px;
   word-wrap: break-word;
}

div.banner {
	position: relative;
	height: 125px;
	background-color: #8c101b;
	text-align: center;
	background-image: url(/images/copmi_tileable_header.jpg);
	background-repeat: repeat-x;
   background-position: top left;
}

div.banner img {
   margin-top: 90px;
}

div.topmenu {
   padding-top: 1px;
   padding-bottom: 1px;
   position: relative;
   background-color: #e59223;
   text-align: center;
	font-size: 14px;
	font-weight: bold;
}

div.leftnav {
   float: left;
   width: 200px;
   margin: 0px;
   padding: 0px;
}

div.leftmenu {
   width: 200px;
}

div.rssfeed {	
	float: left;
	clear: left;
   width: 190px;
   padding: 2px 5px 2px 5px;
   text-align: right;
}

div.subscribebox {	
   float: left;
   clear: left;
   width: 190px;
   padding: 5px;
   text-align: right;
   background-color: #ececec;
}

/* subscribe box fonts */
div.subscribebox p {
   line-height: 1em;
   font-weight: bold;
   padding: 0px;
   margin-left: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
}

div.subscribebox input {
   padding: 0px;
   margin: 0px;
}

div.subscribebox h2 {
   margin: 0px;
   padding: 0px;
}

div.content {
   margin-left: 200px;
   padding-left: 10px;
   padding-right: 10px;
}

div.footer {	
   padding-top: 10px;
   clear: both;
   width: 100%;	
	font-size: 10px;
	color: #707070;
}

div.footer div.footerc1 {
   float: left;
   width: 30%;
   margin: 1%;
}

div.footer div.footerc2 {
   float: left;
   width: 34%;
   margin: 1%;
}

div.footer div.footerc3 {
   float: left;
   width: 30%;
   margin: 1%;
}

div.footerlinks {
   text-align: center;
}

#photogallery {	
   float: right;
   width: 300px;
   height: 325px;
   margin-left: 10px;
   text-align: center;
}

/*div.row {*/
   /*clear: both;*/
/*   padding-top: 10px;
   width: 100%;
   background-color: #ececec;
}

div.row div.label {
   float: left;
   width: 150px;
   text-align: right;
   font-weight: bold;
}

div.row div.formw {
   float: left;
   width: 350px;
   text-align: left;
}*/

li.anchor_list, ul.anchor_list li{
   list-style-image: none;
   list-style-type: disc;
   text-indent: -1em;
}

li.no_dot_list, ul.no_dot_list li {
   list-style-image: none;
   list-style-type: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -4em;
}

li.inline_list, ul.inline_list li{
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
   list-style-type: disc;
}

li.spaced_list, ul.spaced_list li {
}

span.formw {
   vertical-align: middle;
}

