﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #fff;
}

#header {
	width: 800px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: right;
}

#header p{
	font-family: Georgia;
	font-size: 8pt;
	color: #555;
	font-style: italic;
	margin-bottom: 3px;
}

#container {
	position: relative;
	margin-top: 0px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url('cornerpic.jpg');
	background-repeat: no-repeat;
	padding-bottom: 0px;
	border: 1px solid #222;
}

#main a.acc1{
	margin: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
	font-family: Georgia;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

#main a.acc1:hover{
	margin: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
	font-family: Georgia;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #000;
	border-bottom:none 
}

#main div.content{
	padding-bottom: 0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
}

#main h2.acc1h2{
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right:20px;
	margin-top:0px;
}


#navdiv {
	width: 700px;
	height: 50px;
	text-align: center;
	background-image: url('greybg.png');
	font-family: Palatino, Georgia;
	border-bottom: 1px solid #222;
}

#navdiv a {
	text-decoration: none;
	color: #fff;
}

#main {
	width: 700px;
	margin-left: 99px;
	background-color: #fff;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	padding-bottom: 10px;
}

#main a {
	text-decoration: none;
	color: #a00;
	font-size: 10pt;
	font-family: Georgia;
}

#main a:hover {
	border-bottom: dotted 1px #a00;
	color: #a00;
	font-size: 10pt;
	font-family: Georgia;
}

#navdiv a {
	border: 0px;
}

#navdiv a:hover {
	border-bottom: solid 6px #800;
	padding-bottom: 0px;
}

#navdiv img {
	margin-bottom: -3px;
}

#main p {
	margin: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 10pt;
	color: #333;
	line-height: 1.4em;
/*	border: 1px solid #000;*/
}

#main h1{
	margin: 20px;
	margin-bottom: 10px;
	font-family: Georgia;
	font-size: 18pt;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

#main h2{
	margin: 20px;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-family: Georgia;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #000;
}

#footer {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
}

#footer p{
	font-family: Georgia;
	font-size: 8pt;
	color: #555;
	font-style: italic;
	margin-bottom: 3px;
}

#footer img{
	margin: 5px;
}

#main .right, .right2 {
	float: right;
	border: solid 1px #363;
	padding: 3px;
	margin: 20px;
/*	text-align: center;
*/
}

#main .right {
	text-align: center;
}

#main .right2 {
	/*position: absolute;*/
	/*top: 46px;*/
	width: 300px;
	font-size: 10pt;
	color: #333;
	line-height: 1.4em;
	background-color: #FFFFCC; /*#C0C0C0;*/
}



#main img.rightmug {
	border: solid 1px #363;
	padding: 3px;
	margin: 20px;
	margin-top: 0px;
	width: 100px;
	float: right;
}

#main img.leftmug {
	border: solid 1px #363;
	padding: 3px;
	margin: 20px;
	margin-top: 0px;
	width: 100px;
	float: left;
}

.clear {
	clear: both;
}
