/* ------------- PAGE FORMATTING ------------- */

body {
	background-color: #4B493C;
	color: #E3E2D8;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px;
	padding: 10px;
	text-align: center;
	min-width: 600px;
}

/* ------------- FEATURE CONTENT ------------- */
a.mainsidelink {
	font-size: 12px;
	font-weight: bold;
	color: #C9C7B2;
	text-decoration: none;
	padding: 2px;
	display: block;
	text-align: left;
}

a:hover.mainsidelink {
	background-color: #C9C7B2;
	color: #CC6600;
	text-decoration: none;
}

a.sidelink {
	font-size: 10px;
	font-weight: normal;
	/*margin: -7px 0px;*/
	color: #C9C7B2;
	padding: 2px;
	display: block;
	text-align: left;
	text-indent: 20px;
	text-decoration: none;
}

a:hover.sidelink {
	background-color: #C9C7B2;
	color: #CC6600;
	text-decoration: none;
}

/* ------------- HTML SELECTORS ------------- */

img {
	/*This is for Firefox */
	border: 0px;
}

#copyright {
	color: #C9C7B2;
	font-size: 11px;
	text-align: center;
	margin: 10px;
}

p {
	font-size:12px;
	color: #4B493C;
}

#linescontent {
	background-image: url(../images/linebg.gif);
	background-repeat: repeat-y;
}

#content {
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	width: 500px;
}

.contentholder {
	text-align: left;
	width: 695px;
	padding: 0px;
	margin-top: 0px;
	overflow: hide;
}

.subcontentholder {
	border-width: 3px 0px 3px 0px;
	border-style: solid;
	border-color: #CC6600;
}

.content h1{
	color: #CC6600;
	text-align: left;
	font-size: 15px;
	font-style: normal;
	margin: 10px 20px 0px;
}

.contentholder h3 {
	color: #CC6600;
	font-size: 12px;
	font-style: italic;
	padding: 0px;
}

.contentholder h4 {
	padding: 0px;
	color: #4B493C;
	font-size: 10px;
	font-style: italic;
}

.content p {
	font-size:12px;
	color: #4B493C;
	margin: 10px 20px;
}

.content a:link  {
	color: #4B493C;
	font-size:11px;
	font-style: italic;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.content a:hover  {
	color: #CC6600;
	font-size:11px;
	font-style: italic;
	text-decoration: underline;
	color: #CC6600;
}

.content a:visited {
	color: #4B493C;
	font-size:11px;
	font-style: italic;
	text-decoration: none;
	margin: 10px 20px;
}
.ssholder {
	position: relative;
	left: -8px;
	width: 470px;
}


.contentholder ul {
	list-style-type: square;
	margin: 10px 50px;
	font-size: 11px;
	color: black;
	line-height: 15px;
}

.contentholder ol {
	margin: 10px 10px;
	font-size: 11px;
	color: black;
	line-height: 15px;
}

.contentholder ol li {
	margin-top: 5px;
}
