/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0;
	background-image: url(images/stripes.gif);
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#masthead {
	color: #999999;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#bannertxt {
	background-color: #6699FF;
	width: 100%;
	margin-bottom: 10px;
	background-image: url(images/footer_bg.jpg);
	border: 1px solid #999999;
}
#bannertxt #content {
	padding: 3px;
	color: #003399;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}


#wrapper {
	width: 770px;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#column_wrapper {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;

}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 15px 0 20px 0;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 0px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 0;
}
#footer .content {
	padding-top: 15px;
	padding-right: 24px;
	padding-bottom: 15px;
	padding-left: 24px;
	background-image: url(images/TSNlogo-white.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 30px;
}
#footer {
	color: #003399;
	background-color: #6699FF;
	font-size: 0.7em;
	clear: both;
	background-image: url(images/footer_bg.jpg);
	height: 90px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #999999;
}
#left img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #39C;
}
#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;
}
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #003399;
}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
	background-image: url(nav-styles/img/pmbevel_white.jpg);
}
h1 {
	font-size: 1.8em;
	margin: 20px 0 10px 0;
	color: #330066;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 10px 0;
	color: #330066;
}
h3 {
	font-size: 1.25em;
	margin: 20px 0 10px 0;
	color: #330066;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#p7bod     #wrapper    #column_wrapper   #right   .content   #links   table  {
	border: 1px solid #72B8FE;
	background-color: #F2F9FF;
}
.credit   {
	color: #CCCCCC;
	font-size: 0.7em;
	text-align: right;
	padding: 5px 0 0 0;
}
.credit a {
	color: #999999;
}
.toplink {
	background-color: #B2D4F5;
	margin: 2px;
	padding: 3px;
	float: right;
	border: 1px solid #2383E2;
}
