/* CSS Document */

body {
	background-image: url(images/stripe.png);
	color: #413617;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top;
}
	
.sectiontitle {
	font-size: 18px; 
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif; 
}

#margin { 
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 50px;
	text-align:left;
}

.address {
	font-size: 12px;
	font-weight: bold;
}

.warning {
	font-size: 18px; 
	color: #FF0000;
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif; 
}

links {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	background-color: #993333;
	background-image: url(images/links-background.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #413617;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #413617;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #413617;
}

a.big:link {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}
a.big:visited {
	text-decoration: none;
	color: #000000;
}
a.big:hover {
	text-decoration: underline;
	color: #C9B671;
}
a.big:active {
	text-decoration: none;
	color: #000000;
}

img.wrapright {
	float: right;
	margin: 0 0 .5em 1em;
}

img.wrapleft {
	float: left;
	margin:  .5em 1em 0 0;
}

/* Main Navigation */

#sddm
{	margin-left: 30px;
	padding: 0;
	z-index: 30}

#sddm li
{	margin-left: 0px;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 14px arial;
	font-weight:bold;
}

#sddm li a
{	margin-left: 0px;
	display: block;
	padding: 0px 11px 5px 11px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #9C9056;
	color: #FFFFFF}

#sddm div
{	margin-left: 0px;
	position: absolute;
	visibility: hidden;
	padding: 0;
	border: 1px solid;
}

#sddm div a
{	margin-left: 0px;
	position: relative;
	display: block;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #C9B671;
	color: #000000;
	font: 12px arial}

#sddm div a:hover
{	background: #9C9056;
	color:#FFFFFF}