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

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}

#maincontent {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
	background: url(/_images/background.png) repeat-y;
	overflow: hidden;
}


#leftmargin {
	height: 100%;
	width: 314px;
	margin-top: 0px;
	float: left;
}

#centercontent {
	width: 663px;
	padding: 0px;
	float: right;
	background: white;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e9e9e9;
}


#header {
	width: 100%;

}

#header_smalllinks {
	width: 98%;
	text-align: right;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
}

#header_buttons {
	width: 100%;
	height: 100px;
	background-image: url(_images/topmenu.jpg);
	background-repeat: repeat-x;
	vertical-align: bottom;
}		

#leftlinks1 {
	padding-left: 20px;
	float: left;
	width: 130px;
}
#leftlinks2 {
	padding-left: 20px;
	float: left;
	width: 130px;
}
#leftlinks3 {
	clear: both;
	padding-left: 6px;
	width: 180px;
}
#definition {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	padding: 20px 20px 0px 20px;
}
	

#blog {
	width: 486px;
	float: left;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e9e9e9;
	border-left-color: #e9e9e9;
}	


#rightmargin {
	width: 159px;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 9px;
	height: 90%;
}

#footer {
	width: 638px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(_images/footer.gif);
	background-repeat: no-repeat;
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 334px;
	line-height: 12px;
}

#border {
	/*margin-bottom: 10px;*/
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 18px;
	padding-right: 18px;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;*/
}

.border1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	width: 445px;
	margin: 0 auto;
}

.narrow1 {
	padding-left: 18px;
	padding-right: 18px;
}

#pages {
	font-style: italic;
}

/* links */
a:link {
	text-decoration: none;
	color: #93C6C6;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #93c6c6;
}

a:active {
	outline: none;
	text-decoration: none;
}


/* blog styles */

.entry-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #93C6C6;
	font-size: 18px;
	/*font-weight: normal;*/
	line-height: 8px;
}

h2.entry-title {
	margin-top: 10px;
}

.entry-title a:link, .entry-title a:hover, .entry-title a:visited, .entry-title a:hover, .entry-title a:active {
	color: #93C6C6;
}

.entry-meta, entry-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #77907B;
}

.boldgrey {
	font-weight: bold;
	color: rgb(119, 144, 123);
}

.screen-reader-text {
	display: none;
}

.entry-date {
	color: #AEADAD;
}