@charset "utf-8";
/* CSS Document */


body {
	font: 1em sans-serif, Verdana, Arial, Helvetica,;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	background-color: #0D5492;	
}
a {
	color:#FF2020;
	text-decoration: none;
}
a:hover {
	color:#990099;
	text-decoration: underline;
}
.wwf {
	font-style: italic;
	font-weight: bold;
}
.meetings {
	font-style: italic;
	color: #FFFF77;
	font-size: 110%;
}
.twoColElsRtHdr #wrapper  {
	margin:   0 auto;
	width: 1400px;
	background-color: #0D5492;
	background-image: url(../images/orange_backgrnd.jpg);
	background-repeat: no-repeat;
	background-position: -20px 100px;
	}
.twoColElsRtHdr #container {
	width: 790px;
	text-align: left;
	margin:   0 auto;
	background-color: #F0F8FB;
	height: auto;
}
.twoColElsRtHdr #header {
	margin-top: 15px;
	background-color: #F0F8FB;
}
.twoColElsRtHdr #sidebar1 {
	width: 180px;
	padding: 15px;
	float: right;
	background-image: url(../images/sidebar_backgrnd.jpg);
	height: 655px;
	color: #FFFFFF;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 105%;
}
.twoColElsRtHdr #mainContent {
	width: 754px;
	background-color: #F0F8FB;
	padding: 10px 18px 18px 18px;
}
.twoColElsRtHdr #mainContent img {
	margin-left: -18px;
}
.twoColElsRtHdr #inner_mainContent {
	width: 520px;
	line-height: 1.3em;
	padding-bottom: 20px;
}
.twoColElsRtHdr #inner_mainContent h1, h2, h3 {
	font-size: 110%;
}
.twoColElsRtHdr #footer {
	background:#DDDDDD;
	padding: 3px;
}
.twoColElsRtHdr #footer p {
	text-align: center;
	font-size: 80%
}
/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

