body {  
	background:white; 
	font-family: Arial,Tahoma; 
	font-size: 12px; 
	font-style: normal;
	text-align: center;
}

a:link {margin-top:10px; text-decoration: none; color: #004439;}
a:visited {margin-top:10px; text-decoration: none;color: #004439;}
a:active {margin-top:10px; text-decoration: none; color: black;}
a:hover {margin-top:10px; text-decoration: underline; color:#004439 }


h1 {
    color:#004439;
  	font-size: 20px;
  	font-style: bold;
  	margin-top:20px;
  	margin-bottom:3px;
}


h2 {
    color:black;
  	font-size: 9px;
  	font-style: normal;
  	margin-top:10px;
  	margin-bottom:3px;
}

h3 {
    color:white;
  	font-size: 14px;
  	font-style: normal;
  	margin-top:10px;
  	margin-bottom:3px;
}

img {
  border:0px;
}

img.logo {
	margin-left:0px;
	margin-top:20px;
}

.masterpainter {
  margin-top:185px;
  border:0px;
   width:180px;
  height:62px;
 
}


div.container {
	background-image: url(../images/bg.jpg);
  text-align: left;
  position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	border: solid 1px #000000;
}


#content_large {
   width: 525px; 
	margin-top: 10px;
	margin-left: 40px;
	line-height: 2;
  font-size: 18px;
	text-align: right;
	position: absolute;
	z-index:2;
}

#content {
  width: 525px; 
	margin-top: 10px;
	margin-left: 40px;
	line-height: 1.5;
  font-size: 12px;
	text-align: right;
	position: absolute;
	z-index:2;
}

#leftcol { 
   line-height:1.5;
   font-size:16px;
   font-weight: normal;
   color: white;
   position: absolute;
   width: 300px; 
   margin-top: 430px; 
   margin-bottom: 0px; 
   margin-left: 40px;
   z-index:5;
}

#rightcol {
   line-height:1.5;
   font-size:14px;
   font-weight: normal;
   text-align:center;
   color:#004439; 
   position: absolute;
   width: 180px; 
   margin-top: 160px; 
   margin-left: 600px;
   z-index:4;
}

#menu a {
   display:block;
   width:179px;
   padding:10px 0 10px 0px;
   font: normal 16px/1 Arial;
   color:#004439;
   background: url("../images/button_bg.gif") 0 0 no-repeat;
   text-decoration: none;
   margin-top:3px;
   margin-bottom:3px;
   margin-left:0px;
}
	
#menu a:hover {	
   background-position: -179px 0;
   font-weight:bold 16px/1 Arial;
   color: #CCCCCC;
}

