@charset "utf-8";
/* CSS Document */
/******************************************************
	BASIC/GLOBAL
******************************************************/
body,
html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000;
	background: #F7F8E8;
	text-align:center;
	}

img {
	border: 0;
}

a:link, a:visited, a:active {
	color: #514360;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #514360;
	text-decoration: underline;
	font-weight: bold;
	}
.clear {
	clear: both;
	}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: #ecf1f8;
	text-align:center;
	border: thin #A286C0;
	}
#container-content {
	width: 800px;
	margin: 0 0 0 0;
	background: #ECF1F8;
	text-align: left;
	}

#container-border {
	margin: 5px;
    border-style: solid;
    border:thin;
	border-color: #A286C0;
	width: 800px;
	background: #A286C0;
	text-align: center;
	
}
#wrapper {
	text-align:center;
	margin-top: 25px 0 0 0;
	
	width: 100%;
}
/******************************************************
	BANNER
******************************************************/
#banner {
	width: 800px;
	background-color: #A286C0;
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: #ffffff;
	}
/******************************************************
	BANNER TEXT
******************************************************/
#banner-text {
	float: left;
	width: 277px;
	background-color: #A286C0;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ffffff;
	padding: 0px 0px 5px 0px;
	width: 265px;
	}
#banner-text-date {
    float: left;
	clear: right;
	width: 485px;
	background-color: #A286C0;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-align: right;
	color: #ffffff;
	padding: 0px 0px 0px 25px;
}
	
#banner-text a {
	text-decoration: none;
	font-weight:normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #ffffff;
}

#banner-text a:hover {
	text-decoration: underline;
}

/******************************************************
	SIDEBAR
******************************************************/
#sidebar {
	float: left;
	clear: right;
	width: 216px;
	background-color: #ecf1f8;
	padding: 2px;
	text-align: left;
	}
#sidebar h2 {
	font-size: 14px;
	color: #453952;
	margin: 20px 0 0 0;
}
/******************************************************
	CONTENT
******************************************************/
#content {
	float: left;
	clear: right;
	width: 580px;
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 10px;
	}
#content a:link, #content a:visited, #content a:active {
    color: #453952;
	text-decoration: none;
	font-weight: bold;
	}
#content a:hover {
    color: #453952;
	text-decoration: underline;
	font-weight: bold;
	}
#content .header-background {
	background-color: #ECF1F8;
	padding: 3px;
	margin: 0;
	}
#content h1 {
	font-size: 15px;
	color: #453952;
}
#content h2 {
	font-size: 14px;
	color: #453952;
	}
#content p {
	margin: 0;
	padding: 10px;
	}
#content img {
	border: 0;
	}
#content .link-heading {
	font-size: 12px;
}
#content .image-left {
	float: left;
	padding-right: 10px;
	margin: 0;
	}
#content .image-right {
	float: right;
	padding-left: 10px;
	margin: 26px 0 0 0;
	}
#content .highlight {
	background-color: #FFFBF4;
	padding: 3px;
	margin: 5px;
	}

	
/******************************************************
	FOOTER
******************************************************/
#footer {
	float: left;
	clear: both;
	width: 790px;
	padding: 10px 5px 10px 5px;
	background-color: #A286C0;
	text-align: center;
	color: #fff;
	}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}