html,body {
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}	

body {
	text-align: center;
	margin: 5 auto;
	font-size: 75%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 200%;
	color: #000000;
	background-color: rgb(27,68,128);

}

A:link { color: #555555; text-decoration: none;}
A:visited { color: #555555; text-decoration: none;}
A:hover { color: #FF9000; text-decoration: underline;}
A:active { color: #21B4FF; text-decoration: underline; }

#container {
	background-color: #FFF;
	position: relative;
	width: 680px;
	text-align: left;
	margin: 0 auto;
}

#logo {
	float: left;
	padding-top: 20px; 
	padding-bottom: 20px; 
	margin-left: 20px;
}

#navlinks {
	border-bottom: dotted #555555 1px;
	float: left;
	width: 640px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}

#navlinks li {
	float: left;
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: small;
}

#navlinks li.first {
	padding-left: 0px;
	margin-left: -30px
}

#navlinks li.last {
	border-right: 0px;
}

#mainWindowBar {
	color: #004993;
	float: left;
	width: 200px;
	padding-top: 15px; 
	padding-bottom: 15px; 
	margin-left: 30px;
	margin-right: 20px;
	text-align: left;
	font-size: medium;
}


#mainWindow {
	width: 620px;
	float: left;
	padding-top: 0px; 
	padding-bottom: 15px; 
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	font-size: small;
}

#mainWindow td {
	vertical-align: top;
}

#rowHeader {
	float: left;
	clear: both;
	line-height: 150%; 
	padding-bottom: 20px; 
	margin-left: 0px;
	margin-right: 20px;
	text-align: left;
	font-size: small
}

#address {
	float: left;
	clear: both;
	line-height: 150%; 
	padding-bottom: 20px; 
	margin-left: 0px;
	margin-right: 20px;
	text-align: left;
	font-size: small;
}

#phoneNum {
	float: left;
	clear: both;
	line-height: 150%;
	padding-bottom: 20px; 
	margin-left: 0px;
	margin-right: 20px;
	text-align: left;
	font-size: small;
}

#email {
	float: left;
	clear: both;
	line-height: 150%;
	padding-bottom: 20px; 
	margin-left: 0px;
	margin-right: 20px;
	text-align: left;
	font-size: small;
}

#pictureHeader{
	float: left;
	width: 130px;
	clear: both;
	line-height: 150%;
	margin-left: 0px;
	text-align: left;
	font-weight: bold;
	font-size: small;
}

#nameHeader{
	width: 460px;
	float: right;
	clear: both;
	line-height: 150%;
	margin-left: 0px;
	margin-right: 20px;
	text-align: left;
	font-weight: bold;
	font-size: small;
}

#footer {
	float: left;
	clear: both;
	color: #000;
	width: 640px;
	text-align: center;
	font-size: x-small;
	border-top: dotted #555555 1px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-left: 20px;
}

#footerCopy {
	float: left;
	clear: both;
	text-align:center;
	width: 680px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}




