#nav {
	float: left;
	width: 220px;
}
#nav h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	background-color: #FFDB4D;
	background-image: url(../images/bg_nav_over.jpg);
	background-repeat: repeat-x;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.firstLink {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#nav li a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
	text-transform: capitalize;
	background-color: #A82A00;
}
#nav a {
	color: #A82A00;
	text-decoration:underline;
}
#container {
	background-image: url(../images/bg_content.jpg);
	background-repeat: repeat-y;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A82A00;
}

#content {
	background-color: #FFFFFF;
	margin-left: 220px;
	padding: 5px 20px;
	font-size: 14px;
}
#breadcrumb {
	font-size: 10px;
	color: #A82A00;
	padding-bottom: 10px;
}
#breadcrumb a {
	font-size: 12px;
}


#content a {
	color: #A82A00;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
.Title, #content h1 {
	font-size: 24px;
	color: #422D00;
	font-weight: bold;
	text-transform: capitalize;
}
#content h1 {
	padding: 0px;
	margin: 0px;
}

.Table_Small {
	font-size: 10px;
}
.Subtitle {
	color: #A82A00;
	font-size: 14pt;
}
#Underline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
