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

/* ==== global links ==== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: lighter;
	background: #6B8C94 repeat;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center; /* ==== correction for IE 7, will correct in the container ==== */
}

/* ==== container wraps around the rest of the page */
#container {
	width: 790px;  /* ==== sets the content width ==== */
	margin: 0 auto;  /* ==== 0 top & bottom margin and auto centers the page ==== */
	text-align: left; /* ==== correction for IE 7,  ==== */
	background: #8EA38E;
	} 
	
#header {
	width:790px;
	height: 180px;
	background: #996681;
	}
	
#header  #image {
	float: left;
}

#header #logo {
	float: right;
	height: 100px;
}

/* ==== navigation ==== */
#navigation {
	background: #669966;
	height: 50px;
	width: 790px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#navigation a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin-left:  25px;
	line-height: 25px;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	}
#navigation a:hover {
	color: #000;
}

p {
	margin: 0px 0px 10px;
	font-size: 1em;
}
p.special {
	font-weight: normal;
	}


	
/*  content area styles  */
#content {
	float: left;
	width: 470px;
	padding-top: 20px;
	padding-left: 19px;
	background: #8EA38E;
	padding-right: 19px;
	} 

/*  sidebar area styles  */	
	
#sidebar {
	width:270px;
	float:right;
	background: #B38CA5;
	}
.special1  {
	color: #000000;
	font-size: 16px;
	line-height: 2.5em;
}
.special2  {
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
}

#footer {
	color:#000000;
	font: Arial, Helvetica, sans-serif;
	background: #C19D66;
	height: 20px;
	width: 790px;
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
.specialCenter {
	text-align: center;
}
.specialCenterBold {
	text-align: center;
	font-weight: bold
}

.specialItalic {
	font-style: italic;
}
s
