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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 12px;
	padding: 0;
}
#masthead {
	color: #FFF;
	padding: 0px;
	margin: 0;
	background-color: #FFF;
	text-align: center;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#wrapflex {
	width: 100%;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm01_middle.gif);
	background-repeat: repeat-y;
	height: 100%;
}
#schedule {
	text-align: center;
	margin-top: 24px;
	margin-bottom: 24px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 570px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	background-color: #000;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#masthead a:link {
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
}
#masthead a:visited {
	color: #FC3;
	text-decoration: none;
	font-size: 0.9em;
}
#masthead a:hover {
	color: #900;
	text-decoration: none;
	font-size: 0.9em;
}
#left a:link {
	color: #900;
}
#left a:visited {
	color: #300;
}
#left a:hover {
	color: #630;
}
#right a:link {
	color: #006;
}
#right a:visited {
	color: #333333;
}
#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: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 1.8em;
	margin-top: 12;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0;
}
h2 {
	font-size: 1.25em;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #900;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.content img {
	margin-right: 12px;
	margin-top: 6px;
	margin-bottom: 0;
	margin-left: 0;
}
#masthead img {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000;
}
.border {
	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;
}
ol {
	margin-top: 0px;
}
ul {
	margin-top: 0px;
}
.callout {
	color: #FFF;
	background-color: #000;
	width: 200px;
	float: right;
	margin: 12px;
	padding: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	border-left-width: 24px;
	border-bottom-width: 24px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #FFF;
	border-bottom-color: #FFF;
	line-height: 1.5em;
}
.flushright
{
border-top-width: 0px;
border-left-width: 6px;
border-left-style: solid;
border-left-color: #FFF;
border-right-width: 0px;
border-bottom-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-top-color: #FFF;
border-right-color: #FFF;
border-bottom-color: #FFF;
}

