body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/background.gif);
}

/* primary blue box */
div#main {
	width: 800px;
	height: 650px;
	border: 0px;
	padding: 3em;
	background-color: #214865;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* header image */
img#header {
	padding-top: 1.5em;
}

/* define a sub-box that's light grey */
div#greybox {
	padding: 0.5em;
	width: 96%;
	height: 96%;
	font-family: "Palatino Linotype", Georgia, serif;
	background-color: #e3e1e2;
	border-style: double;
	border-color: #6d7d8e;
	border-spacing: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*navigation*/
#navcontainer ul
{
	padding-left: 0;
	padding-bottom: 1em;
	margin-left: 0;
	background-color: #e3e1e2;
	color: black;
	float: left;
	width: 100%;
	font-family: "Palatino Linotype", Georgia, serif;
	font-variant: small-caps;
	opacity: 99;
	font-size: small;
	border-top-style: double;
	border-bottom: thin;
	border-color: black;
}

#navcontainer ul li {
	display: inline; 
}

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color: #e3e1e2;
	color: black;
	text-decoration: none;
	float: left;
	border-right: 0px;
}
#navcontainer ul li.rt a {
	padding: 0.2em 1em;
	background-color: #e3e1e2;
	color: black;
	text-decoration: none;
	float: right;
	border-right: 0px;
}
#navcontainer ul li a:hover {
	background-color: #214865;
	color: #fff;
}

/* make a container to work in */
div#bar {
	display:block;
	height: auto;
	background-color: #d1cfd0;
}
/* main image */
div#image {
	float: left;
	width:422px;
	height: inherit;

}

/* page head and text */
div#caption {
	width: 417px;
	height: 10px;
	float: none;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	word-spacing: normal;
	background-color: #E3E1E2;
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 150%;
}

/* page head and text */
div#content {
	width: 346px;
	height: 360px;
	float: right;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	word-spacing: normal;
	background-color: #d1cfd0;
	margin-left: 0px;
}
div#content h1 {
	color: #214865;
	font-weight: bold;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}

div#footerbox {
	margin: .5em auto;
	width: 95%;
	padding: 0.5em;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 11pt;
	caption-side: top;
	clear:both;
	margin-top: 0em;
}

div#footerblue {
	height:40px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#7b9bb0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-weight: normal;
	font-size: 10pt;
	margin-top: 20px;
	line-height: 150%;
}

p#copyright {
	text-align:right;
	color: #333333;
	font-size: 7pt;
}
