body {
	background-color: Silver;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: Black;
margin-top: 5px;
}


#container {
	width: 800px;
	margin-top: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#main1 {
	background-color: #456CC5;
	width: 100%;
	
height: 100%;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: Black;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 1px;
}

#header {
	background-image: url(images/outsidedk2.jpg);
background-repeat: no-repeat;
background-position: right;
height: 250px;
padding-top: 20px;
padding-left: 15px;
}

#content {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	margin-left: 45px;
	margin-right: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: thin solid Black;
	border-right: thick solid #333333;
	border-bottom: thick solid #666666;
}


.address {
	margin-left: 30px;
	margin-top: 20px;
}

.resphone {
	margin-left: 30px;
	margin-top: 20px;
}

.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	color: White;
	font-size: 9pt;
	margin-right: 50px;
	padding-top: 30px;
	text-align: right;
}

#footer {
	background-color: #456CC5;
	color: White;
	font-size: 8pt;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.copyright {
	margin-top: 10px;
}



h1 {
	font-size: 14pt;
	color: #3357A6;
}

h4 {
	font-size: 14pt;
	color: #3357A6;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}


.floatrt {
	margin-right: 0px;
	margin-left: 10px;
	float: right;
	
}

li {
	margin-bottom: 8px;
}


a.footerlink:active, a.footerlink:focus, a.footerlink:link, a.footerlink:visited {
	color: white;
	text-decoration: none;
}

a.headerlink:active, a.headerlink:link, a.headerlink:visited {
	text-decoration: none;
}

a.headerlink:focus {
	text-decoration: none;
	background-color: White;
	color: #284482;
}

a.headerlink:hover {
	text-decoration: none;
	background-color: White;
	color: #284482;
}

a.headerlink {
	color: White;
}





a.footerlink:hover {
	color: white;
	text-decoration: underline;
}


.box {
	background-color: #E6F5E1;
	font-size: 8pt;
	padding: 5%;
	line-height: 18px;
	border: 10px solid #D9D4CC;
}






