body {
	text-align: center;
	padding: 0;
	margin: 0;
	/*font-size: x-small;*/
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	/*font-family: "Goudy Old Style", Garamond, "Times New Roman", Times, serif;*/
	background-image: url(../graphics/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: White;
}

#container {
	width: 700px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#header {
	background-image: url(../graphics/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 700px;
	height: 140px;
}

#header h1 {
	display: none;
}


/* Menu */
#sidebar {
	float: left;
	width: 170px;
}
#menu {
	text-align: left;
	border-bottom: 1px dashed Gray;
	margin-top: 25px;
	margin-left: 0;
	padding-left: 0;
}
#menu ul {
	margin-left: 0;
	padding-left: 0;
}
#menu a {
	display: block;
	border-top: 1px dashed Gray;
	height: 25px;
	padding: 6px 3px 0 25px;
	margin: 0;
	color: Gray;
	text-decoration: none;
	font-size: small;
	background-image: url(../graphics/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	overflow: hidden;
}

#menu ul a {
	padding: 2px 3px 2px 25px;
	margin-left: 15px;
	height: 15px;
	background-image: url(../graphics/bullet_sm.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#menu ul .pdf a {
	background-image: url(../graphics/pdf_sm.gif);
}

#menu ul .first a {
	border: none;
}

#menu ul {
	border-top: 1px dashed Gray;
}
#menu a:hover {
	background-color: #EFEFEF;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu, #menu ul {
	display: block;
	list-style-type: none;
 }
/* End of Menu */

#content {
	margin-left: 180px;
	font-size: 0.7em;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 25px;
}

h2 {
	font-size: medium;
}

h3 {
	font-size: small;
}

#footer {
	text-align: center;
	font-size: xx-small;
	color: Black;
}
.sponsors {
	text-align: center;
	float: left;
	width: 100%;
}
.sponsors p {
	margin: 5px 40px 20px 0;
	float: left;
}

.sponsors img {
	display: block;
	margin: 0px auto;
}

.bordertable, .bordertable td, .bordertable th {
	border: 1px solid Gray;
	border-collapse: collapse;
	padding: 3px;
}

a img {
	border: none;
}

.rightboxout {
	float: right;
	padding: 4px;
	border: 1px dashed Gray;
	width: 160px;
	text-align: left;
	margin-left: 15px;
	clear: right;
	margin-bottom: 10px;
}

.rightboxout * {
	margin: 0;
}

.rightboxout ul {
	list-style-position: outside;
	padding-left: 15px;
}


img.left {
	float: left;
	margin: 6px 10px 3px 0;
}

img.right {
	float: right;
	margin: 6px 0 3px 10px;
}

img.left, img.right {
	border: 1px dashed Gray;
	padding: 3px;
}

p.photoframe {
	border: 1px solid Gray;
	float: left;
	width: 235px;
	padding: 5px;
	margin: 0 10px 10px 0;
	height: 220px;
	text-align: center;
	background-color: white;
	line-height: 1em;
}

p.photoframe img {
	margin-bottom: 5px;
}

div.box {
	text-align: center;
	border: 4px ridge Black;
	padding: 8px;
	margin: 12px;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 20px;
}