body {
    padding: 0px;
    margin: 0px;
    background: #1E2739;
	line-height:18px;
}

#homeouter {
    position:absolute;   
    width:100%; 
    top:50%;    
    height:200px;    
    margin-top:-100px;
    background-color:#6699CC;
}
      
   
#homeinner {
    position: relative;    
    top:50%;    
    height:150px;   
    margin-top:-75px;
    background-color:#99CCFF;
    text-align:center;
    vertical-align: 50%;
}

#frame {
    width:100%;    
}

#siteheader {
    padding: 0px;
    margin: 0px;
    background-image: url(images/bg_siteheader.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

#main {
    background-color:#eee;   
	min-height:300px;
}

#content {
    background-color: #fff;
    position:relative;    
    width:480px;
    left:40px;      
    padding:15px;    
    border-left: 1px #000 solid;
    border-right: 1px #000 solid;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:11px;    
	min-height:300px;
}

#pagetitle {
    position:relative;
    border-top:1px dashed #000;
    border-bottom:1px dashed #000;
    border-left:5px solid #000;
    border-right:2px solid #000;
    background-color:#ddd;
    padding:2px;
    left: -35px;      
}

#pagephoto {
    position:absolute;       
    left: 510px;
    margin-top: -52px;
    
}

#overviewphoto {
    position:absolute;       
    left: 510px;
    margin-top: -52px;    
}

.photo {
    border-left:1px solid #000;
    border-top:10px solid #000;
    border-right:1px solid #000;
    border-bottom:10px solid #000;
}



#pagephoto img {
    border-left:1px solid #000;
    border-top:10px solid #000;
    border-right:1px solid #000;
    border-bottom:10px solid #000;
}

#sitefooter {
    height:41px;
    background-image: url(images/bg_sitefooter.gif);
    background-repeat: repeat-x;
    background-position: top;
	color:#eee;
    background-color:#1E2739;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:10px; 
    padding:20px;
}



#sitefooter a:visited {
	color:#ccc;
	}

#sitefooter a, #sitefooter a:hover  {
	color:#fff;
	}


.datarow {
	margin-top: 20px;
	margin-bottom:20px;
	clear:left;
}


.contactname {
	font-size: 10px;
	width: 100px;
	float: left;
}

.contacttitle {
	font-size: 10px;
	padding-left: 10px;
	width: 220px;
	float: left;
}
	
.contactemail {
	font-size: 10px;
	width: 120px;
	float: left;
}

.statname {
	width: 100px;
	float:left;
	}

.year {
	width: 100px;
	float:left;
	}
	
.refrow {
	width:420px;
	}
	
.references {
	float:left;
	width:200px;
}

.contactleft {
	font-size: 11px;
	width: 300px;
	float: left;
}



.contactheader {
 padding-top:30px;
 font-weight: bold;
 }
 
 #startpage { margin-top:20px; }
 
 ul { line-height:17px; }
 
 a { text-decoration:none; }
 a:hover { text-decoration:underline }
 .spc { padding-left:5px; padding-right:5px }
 .cap { float:left; width:230px }
 #mailinfo { text-align:center; clear:left; }
 .clear { clear:left; }
 
 /* forms */
 .myform { margin-top:25px; }
 .myform input, .myform textarea { border:1px solid #666; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; width:200px; }
 .myform .formrow { margin-bottom:20px; }
 .myform .formlb { float:left; width:120px; }
 .wht { color:#fff; }
 .error { font-weight:bold; color:#c00; }
 
