@charset "UTF-8";
/* CSS Document */

body {
	margin:0px; 
	padding:10px; 
	font-family: Garamond, Georgia, "Times New Roman";
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	background-image: url(images/wood_bg.jpg);
	background-repeat: repeat;
}

a:link {
	color: #DFC680;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #DFC680;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #DFC680;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}

.outer-Border{
	margin:0px auto; 
	padding:0px; 
	width:815px; 
	border:10px #4d0b0e solid;	
}

.inner-border{
	margin:0px auto; 
	padding:0px; 
	width:795px; 
	border:10px #FFFFFF solid; 
	background-color:#4d0b0e;
}

.title-Box{
	background-image:url(images/title-background.png); 
	background-repeat:no-repeat; 
	height:111px;
}

.main-content{
	float:left; 
	width:540px; 
	padding:15px 30px 40px 15px; 
	margin:0px; 
	text-align:left;
	font-weight:normal;
}

.navigation {
	width:795px; 
	background-color:#4d0b0e; 
	height:39px; 
	margin:0px; 
	padding:0px 0px 0px 0px; 
	overflow:visible;
}

.table-header{
	margin:0px;
	padding:0px;
	text-align:left;
}

.table-rows{
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 16px;
	font-weight: normal;
	text-align:left;
	margin:0px;
	padding:0px 30px 30px 10px;
}

.table-rows img{
	padding-top:20px;
}

.virtual-table{
	text-align:center;
	padding-bottom:25px;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 900;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-weight: bold;
	font-size:15px;
	font-family: Garamond, Georgia, "Times New Roman";
}

#sddm li a
{	display: block;
	margin: 0;
	padding: 0px;
	background: #d9bf7a;
	color: #4d0b0e;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover
{	background: #DFC680;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 1px 0px 0px 0px;
	padding: 0;
	background: #FFFFF;
	border: 1px solid #4d0b0e;
	border-top: 0px;
	z-index:1000;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 7px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #ede4cd;
	color: #4d0b0e;
	font-size: 15px;
	font-family: Garamond, Georgia, "Times New Roman";
	font-weight:bold;
	/*border-top: 1px solid #4d0b0e;*/
}

#sddm div a:hover
{	background: #d9c07a;
	color: #4d0b0e;
}

.content-title{
	font-size:20px;
	font-weight:bold;
	border-top:1px #E0C785 dotted;
	padding-top:10px;
}

.pop-title{
	font-size:25px;
	font-weight:bold;
}

.sailTitle{
	font-size:20px;
	text-decoration:underline;
	font-weight:normal;
	color: #DFC680;
}

#lafayette{
	float:right; 
	text-align:left;  
	font-size:16px; 
	padding:30px 10px 30px 30px; 
	background-color:#ebe0c4; 
	color:#390002; 
	margin:20px 20px 20px 0px; 
	font-family:'Droid Sans', sans-serif; 
	width:520px; 
	border:1px #FFF solid;	
}
#lafayette a{color:#ad9247; text-decoration:none;}
#lafayette a:hover{color:#390002; text-decoration:underline;}

