@charset "UTF-8";
body {
	background-color: #6A82B0;
	background-image:url(images/bg_dec.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	text-align: center;
	xxfont-family: helvetica, arial;
	font-family: georgia, times;
	line-height: 1.4em;
	font-size: 10pt;
	color:#111111;
	margin-top:0;
}

.wrapper {
	width:889px;
	margin:auto;
	padding:0;
	XX-border:1px solid #111111;
	text-align:left;
	XX-background-color:#FEFEFE;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	height:auto;
	position: relative;
	}
	
#header {
	position:relative;
	width:100%;
	XX-height:344px;
	clear:both;
	xbackground-color:#292976;
	}
	
#content {
	position:relative;
	width:589px;
	margin-right:220px;
	float:left;
	padding:20px;
	margin:0;
	xxbackground-color:#FEFEFE;
	text-align:left;
	}
	
	#content .img_border {
		margin: 0 6px 6px 0;
		padding: 3px;
		border:1px solid #cccccc;
		display: inline;
		float:left;
		}
		
	#content .larger {
		font-size:11pt;
		margin-top:0px;
		}	
		
		#content .larger:first-letter {
			font-size:16pt;
			}
			
	#content .highlight {
		font-size:12pt;
		font-weight:bold;
		color:#292976;
		}	
		
		
	#content h2 {
	color:#292976;
	width: 100%;
	background-image: url(images/bg_h2.jpg);
	font-size: 12pt;
	background-repeat: repeat-x;
	height: 33px;
	text-transform: capitalize;
		}	
		
	#content h3 {
	color: #292976;
	margin-bottom:0;
		}
		
	#content li{
	list-style:none;
	xxfont-weight:bold;
	}	
	
	#content a:link, a:visited {
		color:#292976;
		xxfont-weight:bold;
		xxtext-decoration:none;
		xxborder-bottom: 1px solid #292976;
		}
		
	#content a:hover, a:active {
		color:#292976;
		xxfont-weight:bold;
		xxtext-decoration:none;
		xxborder-bottom: 1px solid #292976;
		background-color:#D0CECF;
		}
		
	#content blockquote {
	padding-left: 10px;
	font-weight: bold;
	margin-left: 5px;
		}
			
			
	
		
		
#sidebar {
	position:relative;
	width:219px;
	float:right;
	padding:20px;
	margin:0;
	xxheight:200px;
	
	xxborder-left:1px solid #111111;
	xxbackground-color:#8585A2;
	text-align:left;
	}
	
		#sidebar a:link, a:visited {
	color:#292976;
	xxfont-weight:bold;
	xxtext-decoration:none;
	xxborder-bottom: 1px solid #292976;
		}
		
	#sidebar a:hover, a:active {
	color:#292976;
	xxfont-weight:bold;
	xxtext-decoration:none;
	xxborder-bottom: 1px solid #292976;
	background-color:#D0CECF;
		}
	
	
#footer {
	position:relative;
	width:100%;
	padding:10px 10px 20px 10px;
	color:#111;
	clear:both;
	}	
	
	
	
.fltr {
	float:right;
	}
	
.fltl {
	float:left;
	}
	
.clear_flt {
	clear:both;
		}
.title {
	font-size: 12pt;
	text-transform: uppercase;
}
