/* CSS Document */
/* ---------- structure ---------- */
*{
	margin: 0px;
	}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #466997;
}
html, body {
		height: 100%;
		}
#wrapper {
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
		}
#header{
	width: 100%;
	background-color: #466997;
	float: left;
	margin: 0px;
	}
#banner{
	height: 115px;
	width: 798px;
	float: left;
	margin: 0px;
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #466997;
	border-left-color: #466997;
		}
#header .vcard{
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	width: 265px;
	float: right;
	padding-left: 80px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(images/vosa1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header .contact{
	width: 150px;
	float: right;
	margin-top: -30px;
	
}
#milton {
	margin:0; padding:0;
	}

#milton a {
	display:block;
	width:200px;
	height:35px;
	margin:0;
	padding:0;
	background-image: url(images/miltonPark.gif);
	text-decoration: none;
	border: 0px none;
	background-repeat: no-repeat;
	background-position: left top;
	}
#milton a:hover {
	background-image: url(images/miltonPark_Over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#milton a span { display:none }

/* ---------- fonts ---------- */
h1 {
	background-color: #FFFFFF;
	color: #FF0000;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
	width: 350px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	}
h2{
	padding-bottom: 5px;
}
h3 {
	font-size: 1.6em;
	}
p{
	font-size: .8em;	
}
a{
	color: #466997;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #466997;
}
a:hover{
	color: #FF0000;
}
#main_body{
	width: 798px;
	float: right;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #466997;
	border-bottom-color: #466997;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #466997;
	}
#col1Copy{
	margin-left: 20px;
	padding-top: 30px;
	width: 425px;
	float: left;
	margin-bottom: 30px;
	}
#col2images{
	padding-top: 30px;
	width: 175px;
	float: right;
}
#col2images img{
	padding-bottom: 10px;
	}
#copywrap{
	width: 640px;
	float:left;
	clear: right;	
}
#footer{
	float:left;
	width: 640px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	}

/* ---------- navigation ---------- */
#nav{
	margin:  0px;
	height: 410px;
	float: left;
	width: 150px;
	background-color: #466997;
	padding-top: 30px;
	position: relative;
	}
#nav ul{
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 10px;
	}
#nav ul li a{
	width: 150px;
	text-decoration: none;
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bolder;
}
#nav ul li a:hover{
	color: #000066;
}
