/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  09: 3Col_Flexible_Width
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 980px;
	margin: 20px;
	font-size: 100%;
	background-color: #000000;
}
#masthead {
	color: #999999;
	background-color: #000000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;	
}
#masthead .content {
	padding: 12px;
}
#outer_wrapper {
	background-image: url(img/clm09_left.gif);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	}
#wrapper {
	background-image: url(img/clm09_right.gif);
	background-repeat: repeat-y;
	background-position: right top;	
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#left_wrapper {
	float: left;
	margin-left: -200px;
	width: 100%;
}
#left {
	float: left;
	width: 200px;
	margin-left: 200px;
}
#center {
	margin-left: 400px;
}
#right {
	float: left;
	width: 200px;
}
#left .content {
	font-size: 0.75em;
	line-height: 1.35em;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 24px;
	padding-left: 2px;
}
#center .content {
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 24px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
}
#right .content {
	font-size: 0.75em;
	line-height: 1.35em;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 10px;
}
h1, h2, h3 {margin-top: 0;}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-khtml-border-bottom-left-radius: 7px;
	-khtml-border-bottom-right-radius: 7px;
}
#footer .content {
	padding: 3px;
	font-size: 0.85em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
/* 
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #000000;
}
#left a:hover {
	color: #FC0;
}
*/
#center a:link {
	color: #000000;
	font-weight: bold;
}
#center a:visited {
	color: #333333;
	font-weight: bold;
}
#center a:hover {
	color: #FFF;
	background-color: #333;
	font-size: larger;
}
#right a:link {
	color: #000000;
	font-weight: bold;
}
#right a:visited {
	color: #000000;
	font-weight: bolder;
}
#right a:hover {
	color: #FF6600;
	border-color: #F60;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	padding: 0 0 0 6px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FF9900;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.1em;
	margin: 30px 0 0 0;
	margin-top: 12px;
}
h4 {
	font-size: 1em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.nomargintop {
	margin-top: 10px;
	width: auto;
}
.content p {
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
}
.spaceTOP {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.dropcap {
	font-size: 2em;
	float: left;
	line-height: 1;
	font-weight: bold;
	padding-right: 0.15em;
	font-style: normal;
}
.References {
	text-indent: -25px;
	padding-left: 25px;
}
.sponsors {
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	float: none;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
