@charset "utf-8";
/* CSS Document */

body {
	background-color: #634a2e;
	background-image: url(Background.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding: 0;
	text-align: left;
}


.mainMargin, td {
	margin-left:50px;
	vertical-align:top;
	margin-right: 75px;

}

body,td,th {
	color: #382B1B;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}

.nav {
	width:120px; 
	margin-left:50px;
	padding:10px;
	font-size:16px;
	font:"Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	line-height:20px;
	z-index:100;
}


.subNav {
	padding-left:10px;
	font-weight:normal;
    text-decoration: none;
}

a:link {
	color: #382B1B;

}
a:hover {
	color: #990000;

}
a:active {
	color: #382B1B;

}
a:visited {
	color: #000099;

}
.smallGray{
	font-size: 10px;
	color: #333333;
}


#nav a:link {
	color: #382B1B;
	text-decoration:none;
}
#nav a:hover {
	color: #990000;
	text-decoration:none;

}
#nav a:active {
	color: #382B1B;
	text-decoration:none;
}
#nav a:visited {
	color: #000099;
	text-decoration:none;
}

.bottom {
	background-image:url(Images/Bottom.gif);
	background-repeat:no-repeat;
	width:800px;
	height:128px;
	position: relative;
	left: 168px;
	top: 0px;
	right: auto;
	bottom: auto;
	padding: 0px;
	
}
.brownBorder {
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #4A1B03;
	border-right-color: #4A1B03;
	border-bottom-color: #4A1B03;
	border-left-color: #4A1B03;
}
