/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:90%;
	background-color:#999966;
	}
#container {
/*	left: 50%;*/
	padding-bottom: 3px;
	position:relative;
/*	left: 50%;*/
	width: 1000px;
	height: auto;
	margin-right:auto;
	margin-left: auto;
	text-align:left;
	background-color:#fff;
	top:9px;
	}
#columnLeft {
	width:150px;
	margin: 0;
	padding-top: 0;
	}
#columnRight {
	float: right;
	width:775px;
	padding:0em 2em 1em 2em;
	margin: 0 5 0 5;
	background-color:#FFFFFF;
	}
#slides {
	position:absolute;
	top: 90px;
	left: 150px;
	padding: 0em 1em;
	padding-top: 0;
	margin: 0;
	}
	
img {margin-bottom: 10px;
	}
h2	{color:999666;
	}
h3  { 
	margin-top: 15px;
	color: #3f3f11; 
	line-height: .65 em;
	font-size: 12pt; 
	}
h4 { 
	color: #b74157; 
	font-weight: bold; 
	font-size: smaller;
	line-height: 1.2;
	padding-top: 10px; 
	}
h5	{
	color: #632A3D;
	font-size:smaller;
	line-height: 1.5;
	}
p { 
	color:#222222;
	font-size: small; 
	line-height: 1.2;
	}
ul { 
	font-size: smaller;
	}
li { 
	list-style-image: url(CSS/Images/libullet.jpg);
	padding-bottom: 1pt;
	margin-bottom: 7px;

	 }
th	{
	color: #632A3D;
	}
alink  { 
	color: #3f3f11; 
	font-size: small;
	}
a  { 
	color: #3f3f11; 
	font-size: small;
	}
em  { 
	color: #632a57; 
	font-style: normal; 
	font-weight: bolder }
.x124 { 
	font-size: 9pt; 
	}
.float {
	float:right;
	}


