/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size:x-large;
	color: #8B6969;
	text-align: right;
	line-height: 120%;
	font-style: italic;
	padding-bottom: 20px;
}
p {font-size: 16pt; font-family:Georgia, "Times New Roman", Times, serif; line-height: normal}

li {
  list-style-type:none;
}

 a img {border:none; }

div.containerbox {
 	position: absolute;
	height: 500px;
	border: 1px ffffff;
	width: 460px;
	margin: 20px;
	padding: 0px;
	left: 455px;
	top: 262px;
}

div.containerboxtext {
 	position: absolute;
	border: 1px ffffff;
	height: 500px;
	width: 300px;
	margin: 20px;
	padding: 0px;
	left: 94px;
	top: 262px;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #660033;
	text-decoration: none;
}
a:active {
	color: 66ccff;
	text-decoration: none;
}

div#navbar {
	position: absolute;
	height: 30px;
	width: 700px;
	left: 250px;
	top: 230px;
	background: #ffffff;
	overflow: hidden;
}

div#masthead { 
 	position: absolute;
 	height: auto;
 	width: auto;
 	margin: 20px;
 	left: 390px;
 	top: 50px;
 	right: 5px;
 	padding: 25px;
 }
 
div#navbar a:link img{
	position: relative;
	top: -13px;
}
div#navbar a:visited img{
	position: relative;
	top: -79px;	
}
div#navbar a:hover img{
	position: relative;
	top: -45px;
	height: auto; /*IE hack similar to http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp*/
}

img#logo {
	position: absolute;
	top: 40px;
	left: 200px;
}
div#copyright {
	position: absolute;
	height: 30px;
	width: 500px;
	left: 485px;
	top: 810px;
	background: #ffffff;
	font-size: small;
	font-style: italic;
	
}

