/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px 20px 20px;
	padding: 0;
	background-image: url(../imgs/insideSlce.jpg);
	background-repeat: repeat-x;
	background-color: #EBDDBD;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 227px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 533px;
	float: left;
}
#left {
	width: 267px;
	float: left;
}
#left .content {
	padding: 0px 17px 0px 0px;
	font-size: 0.7em;
	line-height: 1.5em;
}
#right .content {
	padding: 20px 0px 0px 30px;
	font-size: 0.75em;
	line-height: 1.4em;
}
#masthead .content {
	padding: 0px;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #8E2324;
}
#right a:link {
	color: #892117;
}
#right a:visited {
	color: #892117;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	letter-spacing: 2px;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1em;
	margin: 20px 0 5;
	background-color: #FFFFFF;
	padding: 2px 0px 2px 5px;
	border: 1px dotted #666666;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0px 0px 3px;
}
#right .contentb {
	padding: 0px 0px 0px 100px;
	font-size: 0.75em;
	line-height: 1.4em;
}
.clickBtns {
	padding-top: 10px;
}
h5 {
	font-size: 1.25em;
	color: #333333;
}
.spaceTxt {
	padding-bottom: 3px;
}
.tableL {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7B72C;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E7B72C;
}
.tableR {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E7B72C;
}
.tbleBorder {
	border: 1px dotted #E7B72C;
}
.sidebarImg {
	padding-bottom: 8px;
}
.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.menulist li {margin: 0 0 4px 0;}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 6px;
	color: #333333;
	background-image: url(img/dj_linkgradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menulist a:hover {
	color: #333333;
	border-color: #505050;
	background-position: 0px -100px;
	text-decoration: none;
}

