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

/* Styled design is owned by TNWebco.com.  Author: Chad Michael Wright */

body {
	background-color: #232323;
	background-image: url(../images/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	font-family: Tahoma, Arial, Helvetica, san-serif;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.masthead {
	height: 75px;
	width: 900px;
	background-image: url(../images/topRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.masthead h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 63px;
	width: 158px;
}
.content  {
	float: left;
	height: auto;
	width: 580px;
	background-color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content  h1  {
	font-size: 18px;
	color: #000000;
}

.content h2 {
	font-size: 18px;
	color: #007D30;
}

.content p {
	font-size: 15px;
	color: #442320;
	font-weight: normal;
	text-align: justify;
}
.tag {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#wrapper .content a {
	color: #442320;
	text-decoration: none;
	background-color: #B3B3B3;
}

#wrapper .content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#wrapper .content a:visited {
	color: #442320;
	text-decoration: none;
	background-color: #B3B3B3;
}
#wrapper   .content   ol, ul{
	font-size: 14px;
	color: #442320;
	text-align: justify;
}

#wrapper .content li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-position: outside;
}
.sideMenu {
	float: right;
	height: auto;
	width: 300px;
	background-color: #000000;
}

#wrapper .content .disclaimer {
	font-size: 14px;
}

.sideFooter {
	background-color: #000000;
	height: auto;
	width: 300px;
	color: #999999;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}

.sideFooter a {
	color: #999999;
	text-decoration: underline;
}

.sideFooter a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

#wrapper .content h3 {
	font-weight: normal;
	font-size: 24px;
	font-style: oblique;
	text-align: left;
	color: #666666;
	text-transform: uppercase;
}
.letter {
	font-size: 36px;
	text-align: left;
}

.credits {
	padding-left: 100px;
}
