* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

body {
	background-color: #c0c0c0;
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
     }
		 
ul {
  margin-left: 16px;
	list-style-type: disc;
}

p {
  text-align: justify;
	margin-bottom: 12px;
}

h1 {
  font-size: 18px;
  }
	
h3 {
  font-size: 16px;
  }

.imgstd {
  margin: 4px;
	border: 3px solid #99e700;
  }

#mainc {
  border-left: 8px solid #ffffff;
  border-right: 8px solid #ffffff;
  background-color: #0a468c;
	width: 856px;
	margin: 0 auto 0 auto;
	min-height: 700px;
	padding-bottom: 27px;
  }

#topmainc {
  width: 100%;
	background-color: #99e700;
	border-top: 8px solid #ffffff;
	border-bottom: 8px solid #ffffff;
  }

#topbar {
  width: 100%;
  height: 27px;
  }
	
#topc{
  width: 800px;
	height: 155px;

  background-color: #99e700;
  }

#logo {
  float: left;
  width: 186px;
	height: 155px;
	background-image: url("gfx/layout/logo.gif");
  }

#cken {
  margin-left: 186px;
	height: 155px;
	width: 543px;
  }
	
#menuc {
  width: 800px;
	height: 27px;
  background-color: #99e700;
  }
	
#menuleft {
  float: left;
	height: 27px;
	width: 136px;	
	background-image: url("gfx/layout/menuleft.gif");  
  }
	
#menu {
  float: left;
	height: 27px;
	width: 562px;	
	background-image: url("gfx/layout/menu.gif");  
  }
	
#menuright {
  float: left;
	height: 27px;
	width: 31px;	
	background-image: url("gfx/layout/menuright.gif");  
  }

#middlemainc {
  margin: 0px auto 0px auto;
  padding-left: 27px;
  padding-right: 27px;
	padding-top: 20px;
  }

#barc {
  float: left;
  width: 250px;
  }

.header {
  height: 40px;
	background-image: url("gfx/layout/headerbcg.gif");  
  }
	
.hl {
  float: left;
  width: 40px;
	height: 40px;
	background-image: url("gfx/layout/headerlogo.gif");  
}

.hm {
	color: #0a468c;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	}

.hr {
  float: right;
  width: 8px;
	height: 40px;
	background-image: url("gfx/layout/headerright.gif");  
}	
	
.entrails {
  padding-top: 4px;
	padding-bottom: 12px;
  padding-left: 12px;
	padding-right: 12px;
	background-image: url("gfx/layout/gradient.gif"); 
	background-repeat: repeat-x;
	border-left: 2px solid #007cc2;
	border-right: 2px solid #007cc2;
	border-bottom: 2px solid #007cc2;
  }
	
.s {
 height: 20px; 
 }
	
#photoc {
  margin-top: 6px;
  width: 216px;
	height: 162px;
  border: 3px solid #99e700;
  background-color: #ffffff;
  }
	
#photo {
  width: 216px;
	height: 162px;
	cursor: pointer;
}
	
#textc {
  margin-left: 277px;
  }
	
#footer {
  height: 34px;
	width: 872px;
	background-image: url("gfx/layout/footerbcg.gif");
	margin: 0 auto 0 auto;
  }
	
#fl {
  float: left;
	width: 16px;
	height: 34px;
	background-image: url("gfx/layout/footerleft.gif"); 
  }
	
#fm	{
	color: #0a468c;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	text-align: right;
	padding-top: 4px;
  }
	
#fr {
  float: right;
	width: 16px;
	height: 34px;
	background-image: url("gfx/layout/footerright.gif"); 
  }
		
table {
  	border-collapse: collapse;
		}	

a {
	color: #ffffff;
	text-decoration: none;
  border-bottom: 1px dotted #ffffff;
  }

a:hover {
	color: #99e700;
  border-bottom: 1px dotted #99e700;
        }

a:visited:hover {
	color: #99e700;
  border-bottom: 1px dotted #99e700;
	}

a:active {
	color: #99e700;
  border-bottom: 1px dotted #99e700;
	}