﻿/* HEADER */
.main{border:solid 2px #fff;}
.header{width:1000px;height:254px;}
.tblPhoto{top:47px;left:20px;width:125px;height:150px;}/* width = 125, height = 150 */
.imgphoto{border:solid 2px #fff;}
.tblLogo{top:75px;left:720px;width:250px;height:125px;}/* width = 250, height = 125 */
.imglogo{border:solid 0px #ccc;}
.tblContact{top:80px;left:165px;width:400px;height:100px;}
.contact{font-family:arial;color:#17212d;}
.name{font-size:14pt;padding:2px 0;}
.phone{font-size:11pt;padding:2px 0;}
.email{font-size:9pt;padding:2px 0;}
/* TOPNAV */
.tblTopNav{top:220px;left:460px;width:540px;height:25px;}
.topnav{font-family:arial;font-size:10pt;}
.topnav ul{margin:0;list-style-type:none;text-align:left;}
.topnav li{margin:5px;display:inline;}
.topnav a{padding:2px 2px;font-weight:bold;color:#fff;text-decoration:none;}
.topnav a:hover{text-decoration:underline;}
/* NAV */
.nav{font-family:arial;font-size:10pt;}
.nav ul{margin:0;list-style-type:none;text-align:left;}
.nav li{margin:0;}
.nav a{display:block;width:195px;padding:6px;border-bottom:solid 1px #fff;font-weight:bold;color:#fff;text-decoration:none;}/***** WIDTH MUST BE 205 MINUS THE RIGHT LEFT PADDING *****/
.nav a:hover{background-color:#17212d;color:#fff;}

.lefttop{background-color:#fff;height:25px;}
.leftmiddle{padding-top:10px;}
.center{margin-top:25px;}
