body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #f2f2f2 url(figs/bg.png) top center repeat-y;
	line-height: 1.6em;
}

p {
text-align: justify;
}

table {
margin: 20px;
}
#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 994px;
	padding: 15px 15px 15px 15px;
}

#header {
	clear: both;
}

#menu {
	margin-top: 10px;
	width: 994px;
	background: url(figs/bg-menu.png) repeat-x;
	border-bottom: thin solid #cccccc;
/*	border-top: thin solid #cccccc; */
	font-size: 1.1em;
	font-weight: bold;
	color: #383838;
	line-height: 28px;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu li {
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: none;
}

#menu a {
color: #383838;
padding: 6px 12px 6px 12px;
line-height: 28px;
text-decoration: none;
}

#menu a:hover {
	color: #B21427;
	text-decoration: none;
}

#menu a.current {
/*	background-color: #AA7574; */
background: url(figs/current-menu.png) repeat-x;
	line-height: 28px;
	color: #ffffff;
}

#content {
float: left;
margin: 10px 0 0 0;
width: 680px;
text-align: left;
}

#content h2 {
margin: 0 0 15px 0;
padding: 10px 0 0 0;
}

#content h3 {
margin: 0 0 5px 0;
padding: 15px 0 0 0;
}

#contenthalf {
margin: 10px 0 0 0;
width: 487px;
line-height: 1.6em;
text-align: left;
}


.marginbottom {
padding: 0 0 10px 0;
}

.nomargin {
margin: 0;
}

#extras {
float: right;
margin: 10px 0 10px 0;
width: 294px;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras h3 {
border-bottom: thin #AA7574 solid;
}

#extras p {
	background-color: #E3E6F0;
}

a {
text-decoration: none;
	color: #B21427;
}

a:hover {
	text-decoration: underline;
	color: #B21427;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 10px 0;
border-top: thin solid #cccccc;
width: 994px;
text-align: left;
color: #808080;
font-size: 0.9em;
}

.left {
float: left;
}

.right {
float: right;
}

.caption{
	font-weight: bold;
	color: #4A4A4A;
	padding: 5px;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.important {
font-weight: bold;
font-style:italic;
color: #B21427;
}

.hide {
display: none;
}

#content p { margin-top: 6px; margin-bottom: 6px; }
#content ul { margin: 0; padding-right: 12px; padding-left: 12px; list-style-type: square; }


ul.spiral {
list-style-image: url('figs/red-spiral.png');
padding-left: 50px;
}

