
body {
	margin:0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-image:url(../images/bg_tile-black.gif);
	background-repeat:repeat;
}
#wrapper {
	margin: 0 auto;
	width: 650px;
}
#shadow-wrapper {
	margin: 0 auto;
	width: 674px;
	background-image:url(../images/shadow-black.gif);
	background-repeat:repeat-y;
}
#shadow-header {
	width: 674px;
	height: 12px;
	margin:0 auto -10px auto;
	background-image:url(../images/shadow_header-black.gif);
	background-repeat:no-repeat;
}
#shadow-footer {
	width: 674px;
	height: 12px;
	margin:0 auto -10px auto;
	background-image:url(../images/shadow_footer-black.gif);
	background-repeat:no-repeat;
}
html>body #shadow-header {
	margin: 0 auto;
}
#footer {
	color: #FFFFFF;
	text-align:center;
	font-size: 55%;
	padding: 6px 0;
	background-color:#000000;
}
#footer a {
	text-decoration: none;
	color:#AAAAAA;
}
#footer a:hover {
	color:#FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}
#footer abbr {
	border-bottom: 1px dashed #AAAAAA;
	font-style:normal;
}
#footer abbr:hover {
	border-bottom: none;
	font-style:normal;
}

#header-shadow {
	background-image:url(../images/grad_tile.gif);
	background-repeat:repeat-x;
	height:11px;
	background-color: #FFF;
}

#content {
	padding: 3px 15px;
	background-color:#FFF;
	margin-top:0;
}
#content .container h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: normal;
	color:#000000;
}
#content .container h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	font-weight: normal;
	color:#000000;
}
#content .container p {
	text-align: justify;
	margin-top: 5px;
	font-size: 80%;
	line-height: 1.8em;
}
#content .container ul {
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
}
#content .container li {
	list-style-type: square;
	font-size: 80%;
	line-height: 1.8em;
}
#content .container .right-image {
	float: right;
	margin: 10px;
}
#content .container .clear, .clear {
	clear:both;
}
#content .container a {
	color:#6A4A40;
	text-decoration:none;
}
#content .container a:hover {
	color:#6A4A40;
	border-bottom: 1px dotted #6A4A40;
}

#content .menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFF;
	background-color: #FFF; /* background-color is defined in site-specific sheet */
	border: 1px solid #FFF; /* border-color is defined in site-specific sheet */
	padding: 3px 10px;
	margin: 8px 0 0;
	display:block;
	cursor: pointer;
}
#content .menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
}
#rightside {
	width: 50px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size: 65%;
	color:#111111;
}
#rightside a, #rightside a:visited {
	text-decoration:none;
	padding-bottom: 1px;
	color: #EEEEEE;
}
#rightside a:hover {
	padding:0;
	border-bottom: 1px dotted #EEEEEE;
}
#rightside img {
	margin: 10px 0 0 0;
	text-align: center;
	border: 1px solid #444444;
}