@charset "UTF-8";
/* CSS Document */

/************************************ BODY ELEMENTS */

body, div#main {
	text-align: center;
	background-color: #cbdce4;
	background-image:url(images/CL_bg01.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
div#main {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#main {
	background-image:url(images/CL_body01.png);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
div#stage {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
div#header {
	margin: 0 auto;
	padding: 0px;
}
div#main {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
}
div#leftColumn {
	width: 170px;
	margin: 0px 0px 0px 5px;
	padding: 10px ;
	text-align: left;
}
div#rightColumn {
	float: right;
	width: 575px;
	margin: 0px 5px;
	padding: 10px;
	text-align: justify;
}
div#noteBox {
width: 90%;
background-color:#eeeeee;
border: 1px solid #bbbbbb;
padding: 10px;
text-align:justify;
margin: 10px 0px 10px 0px;
}
/****************************************** TEXT */


hr {
	height: 0;
	width: 0;
	border: 0;
}
h1 {
	color: #0a5082;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 .2em 0;
	letter-spacing: 0;
}
h3 {
	font-size: 14px;
	font-weight:normal;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #666666;
}
h5 {
	position: absolute;
	top: 88px;
	left: 360px;
	width: 135px;
	height: 12px;
	font: normal 9px "Trebuchet MS", sans;
	color: #99ea00;
	line-height: 12px;
}
h5 em {
	font-style: normal;
}
p em {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0px 0px 10px 0px;
	text-indent: 20px;
}
dl, dt {
text-indent: 20px;
}
/********************************************** LINKS */

a {
	text-decoration: none;
	color: #0a5082;
}
a:link {
	text-decoration: none;
	color: #0a5082;
}
a:visited {
	text-decoration: none;
	color: #0a5082;
}
a:hover {
	color: #FFFFFF;
	background-image:url(images/CL_bg01.jpg);
	text-decoration: none;
}
/********************************************** EXTRAS */

img {
	border: 0;
}
#pixBox{
padding: 0px 0px 5px 10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
width:300px;
}
ul#menu {
	list-style-type:none;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height: 20px;
}
ul#sub {
text-indent: 10px;
list-style:inside square;
}
ul#notes {
list-style: inside circle;
}
ul#num, li#num {
list-style-type: inside decimal;
}
table, tr, td {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}
* {
	padding: 0;
	margin: 0;
}
td {
vertical-align:top;
}