/* 
  ------------------------------------------------
  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;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-masthead.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#masthead {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-image: url(../images/bg-masthead.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	color: #999999;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 430px;
	float: left;
	margin: 0 40px 0 0;
	background-color:#EDEDED;
	background-image: url(../images/bg-class-materials.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left {
	width: 430px;
	float: left;
	margin: 0 40px 0 40px;
	background-color:#EDEDED;
	background-image: url(../images/bg-class-information.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left .content {
	padding: 80px 40px 40px 80px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666666;
}
#right .content {
	padding: 80px 40px 40px 80px;
	font-size: 0.8em;
	line-height: 1.65em;
	color: #666666;
}
#masthead .content {
	padding: 0;
}
#header .content {
	padding: 40px 0 40px 0;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #DDEEF8;
	padding: 0px;
	margin-top: 40px;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #0066ff;
	text-decoration:none;
}
#left a:visited {
	color: #3399cc;
	text-decoration:none;
}
#left a:hover {
	color: #0066ff;
	text-decoration:underline;
}
#right a:link {
	color: #0066ff;
	text-decoration:none;
}
#right a:visited {
	color: #3399cc;
	text-decoration:none;
}
#right a:hover {
	color: #0066ff;
	text-decoration:underline;
}
#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: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #1058a6;
}
h2 {
	font-size: 1.6em;
	margin: 0 0 0 0;
	color: #339900;
}
h3 {
	font-size: 1.25em;
	margin: 40px 0 10px 0;
	color: #1058a6;
}
h4 {
	font-size: 1.1em;
	margin: 30px 0 10px 0;
	font-weight:bold;
	color: #339900;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0 0 10px 0;
}

/* table layout */	

.tablegeneral {
		border-top: 1px solid #D9D9D9;
		border-right: 1px solid #D9D9D9;
	}

	.tablegeneral tbody tr td {
		padding: 10px;
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
		}
	.tablegeneral tbody tr th {
		background-color:#1058a6;
		color:#fff;
		font-size: 1.25em;
		padding: 10px;
		border-bottom: 1px solid #D9D9D9;
		border-left: 1px solid #D9D9D9;
	}
	
	.tablegeneral td.columnheader {
		font-weight: bold;
	}
	
	.tablegeneral td.gray {
	background-color:#ededed;
		padding: 20px;
	}
