/* 
  ------------------------------------------------
  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: #79ABE8;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #FFF;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#column_wrapper {
	background-image: none;
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 696px;
	float: left;
	border: thin solid #999999;
}
#right {
	width: 196px;
	float: left;
	background-color: #F4F4F4;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
#left .content {
	padding: 24px 36px;
	font-size: 1em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#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;
}
#left a:link {
	color: #0000FF;
}
#left a:visited {
	color: #0000FF;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #0000FF;
}
#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;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	text-decoration: underline overline;
	color: #990000;
	text-align: center;
	line-height: 105%;
}
h2 {
	font-size: 1.6em;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 7;
	margin-left: 0;
	line-height: 110%;
}
h3 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 3px;
	line-height: 130%;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
	text-align: left;
}
.Quote {
	background-color: #FFFF99;
	margin: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.Quote  h3 {
	font-size: 112%;
	font-weight: bold;
	color: #0000FF;
	background-color: #FFFFCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: thin solid #999999;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/red-glass.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.notebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 10px;
	border: thin solid #999999;
	line-height: 105%;
	background-color: #DFDFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
}

.notebox  h3 {
	font-size: 115%;
	font-weight: bold;
	color: #990000;
	background-color: #E8E8FF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	border: thin solid #CECEFF;
	padding-top: 10px;
	padding-right: 21px;
	padding-bottom: 10px;
	padding-left: 20px;
}

ul {
	line-height: 120%;
}
li {
	line-height: 130%;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

