body {
	margin: 0 auto;
	padding: 0;
	background: #6B6B6B;
}
.Main {
	position: absolute;
	width: 95%;
	background: #fff;
	left: 2.5%;
	border: 1px solid #000000;
	margin: -3px 0 0;
}
.PageBackgroundSimpleGradient {
	background: #fff;
}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
.Sheet {
	overflow: hidden;
	min-width:7px;
	min-height:7px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 100%;
}
.Sheet-body {
	position: relative;
	z-index: 0;
	margin: 8px;
}
.Sheet-tl {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 3px;
	height: 3px;
}
.Sheet-tr {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	width: 3px;
	height: 3px;
}
.Sheet-tr div {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: -3px;
	width: 6px;
	height: 6px;
}
.Sheet-bl {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 3px;
}
.Sheet-bl div {
	position: absolute;
	z-index: -1;
	top: -3px;
	left: 0;
	width: 6px;
	height: 6px;
}
.Sheet-br {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 3px;
	height: 3px;
}
.Sheet-br div {
	position: absolute;
	z-index: -1;
	top: -3px;
	left: -3px;
	width: 6px;
	height: 6px;
}
.Sheet-tc {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 0;
	left: 3px;
	right: 3px;
	height: 3px;
}
.Sheet-tc div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
}
.Sheet-bc {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	bottom: 0;
	left: 3px;
	right: 3px;
	height: 3px;
}
.Sheet-bc div {
	position: absolute;
	z-index: -1;
	top: -3px;
	left: 0;
	width: 100%;
	height: 6px;
}
.Sheet-cl {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 3px;
	left: 0;
	width: 3px;
	bottom: 3px;
}
.Sheet-cl div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
}
.Sheet-cr {
  position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 3px;
	right: 0;
	width: 3px;
	bottom: 3px;
}
.Sheet-cr div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -3px;
	width: 6px;
	height: 100%;
}
.Sheet-cc {
	position: absolute;
	overflow:hidden;
	z-index: -2;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
}
div.Header {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 145px;
	background: url(images/bar.gif) repeat-x;
}
div.Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 20px;
	left: 10px;
	width: 984px;
	height: 129px;
	background: transparent url(images/logo.gif) no-repeat;
}
.logo {
	display : block;
	position: absolute;
	left: 160px;
	top: 50px;
	width: 964px;
}
#names {
	display : block;
	position: absolute;
	left: 160px;
	top: 20px;
	color:#CCCCCC;
	font-size:18px;
	font-weight:normal;
}
h1.logo-name {
	display: block;
	text-align: left;
}
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #FFFFFF !important;
	font-weight: normal;
}
h2.logo-name {
	display: block;
	text-align: left;
}
h2.logo-name, h2.logo-name a, h2.logo-name a:link, h2.logo-name a:visited, h2.logo-name a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding:0;
	margin:0;
	color: #FFFFFF !important;
	font-weight: normal;
}
.logo-text {
	display: block;
	text-align: left;
}
.logo-text, .logo-text a {
	font-size: 11px;
	padding:0;
	margin:0;
	color: #165D9F !important;
}
.nav {
	position: relative;
	margin: 0  auto;
	width: 100%;
	height: 35px;
	z-index: 100;
}
.menu {
	font-weight: normal;
	width: 100%;
	height: 33px;
	background: #333333;
	border-bottom: 2px solid #FFFFFF;
}
.menu ul {
	padding: 11px 0 7px 0;
	margin: 0;
	text-align: center;
}
.menu ul li {
	display: inline;
}
.menu ul li a:link, .menu ul li a:visited {
	color: #FFFFFF;
	padding: 6px 3px 4px 3px;
	margin-right: 20px;
	text-decoration: none;
}
.menu ul li a:hover {
	text-decoration: underline;
}
.nav .l, .nav .r, .nav .r div {
	top: 0;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	height: 27px;
}
.nav .l {
	left: 0;
	right: 0px;
}
.nav .r {
	right: 0;
	width: 0px;
}
.nav .r div {
	width: 984px;
	right: 0;
}
.artmenu ul li {
	clear: both;
}
.artmenu a , .artmenu a span {
	height: 27px;
	display: block;
}
.artmenu a {
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.artmenu a span span {
	font-size: 13px;
	color: #ECF3F9;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 27px;
	text-align: center;
	background-image: url('images/item-center.png');
	background-position: left top;
	background-repeat: repeat-x;
}
.artmenu a:hover span span {
	color: #27333A;
	background-position: left -27px;
}
.artmenu li:hover a span span {
	color: #27333A;
	background-position: left -27px;
}
.artmenu a.active span span {
	color: #C3D4DF;
	background-position: left -54px;
}
.artmenu ul a {
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 23px;
	width: 191px;
	overflow:hidden;
	line-height: 23px;
	margin-right: auto;
	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #D7E3EA;
}
.nav ul.artmenu ul span, .nav ul.artmenu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 23px;
	color: #214763;
	font-size: 13px;
}
.artmenu ul ul a {
	margin-left: auto;
}
.artmenu ul li a:hover {
	color: #000000;
	border-color: #95B3C6;
	background-position: 0 -23px;
}
.artmenu ul li:hover>a {
	color: #000000;
	border-color: #95B3C6;
	background-position: 0 -23px;
}
.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span {
	color: #000000;
}
.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span {
	color: #000000;
}
.contentLayout {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.Block {
	overflow: hidden;
	min-width:3px;
	min-height:3px;
	margin: 10px auto;
	position: relative;
	z-index: 0;
	width: 97%;
}
.Block-body {
	position: relative;
	z-index: 0;
	margin: 2px 2px 10px 0;
}
.Block-tl {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	background-image: url('images/Block-s.png');
}
.Block-tr {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	width: 1px;
	height: 1px;
}
.Block-tr div {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: -1px;
	width: 2px;
	height: 2px;
	background-image: url('images/Block-s.png');
}
.Block-bl {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.Block-bl div {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 0;
	width: 2px;
	height: 2px;
	background-image: url('images/Block-s.png');
}
.Block-br {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 1px;
}
.Block-br div {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	width: 2px;
	height: 2px;
	background-image: url('images/Block-s.png');
}
.Block-tc {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 0;
	left: 1px;
	right: 1px;
	height: 1px;
}
.Block-tc div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: url('images/Block-h.png');
}
.Block-bc {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	bottom: 0;
	left: 1px;
	right: 1px;
	height: 1px;
}
.Block-bc div {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: url('images/Block-h.png');
}
.Block-cl {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 1px;
	left: 0;
	width: 1px;
	bottom: 1px;
}
.Block-cl div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-image: url('images/Block-v.png');
}
.Block-cr {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 1px;
	right: 0;
	width: 1px;
	bottom: 1px;
}
.Block-cr div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -1px;
	width: 2px;
	height: 100%;
	background-image: url('images/Block-v.png');
}
.Block-cc {
	position: absolute;
	overflow:hidden;
	z-index: -2;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: #F5F5F5;
}
.BlockHeader {
	position: relative;
	overflow: hidden;
	height: 30px;
	z-index: 0;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 10px;
}
.BlockHeader-text {
	white-space : nowrap;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}
.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div {
	top: 0;
	position: absolute;
	z-index: -1;
	overflow: hidden;
	height: 30px;
}
.BlockHeader .l {
	left: 0;
	right: 0px;
}
.BlockHeader .r {
	right: 0;
	width: 0px;
}
.BlockHeader .r div {
	width: 994px;
	right: 0;
}
.BlockHeader .l, .BlockHeader .r div {
	background: #F5F5F5;
}
.BlockContent {
	overflow: hidden;
	min-width:1px;
	min-height:1px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.BlockContent-body {
	position: relative;
	z-index: 0;
	margin: 0;
}
.BlockContent-body {
	color:#1D262A;
	font-size: 13px;
}
.BlockContent-body a:link {
	color: #29577A;
}
.BlockContent-body a:visited, .BlockContent-body a.visited {
	color: #708D9E;
	text-decoration: none;
}
.BlockContent-body a:hover, .BlockContent-body a.hover {
	color: #3672A1;
	text-decoration: none;
}
.BlockContent-body ul {
	list-style-type: none;
	color: #4C6370;
	margin:0 0 0 15px;
	padding:0;
}
.BlockContent-body li {
	font-size: 13px;
}
.BlockContent-body ul li {
	padding:0px 0 0px 9px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
.Post {
	overflow: hidden;
	min-width:3px;
	min-height:3px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.Post-body {
	position: relative;
	z-index: 0;
	margin: 0 6px 6px;
}
.Post-tl {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	background-image: url('images/Post-s.png');
}
.Post-tr {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	width: 1px;
	height: 1px;
}
.Post-tr div {
	position: absolute;
	z-index: -1;
	top: 0px;
	left: -1px;
	width: 2px;
	height: 2px;
	background-image: url('images/Post-s.png');
}
.Post-bl {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 1px;
}
.Post-bl div {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 0;
	width: 2px;
	height: 2px;
	background-image: url('images/Post-s.png');
}
.Post-br {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 1px;
}
.Post-br div {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	width: 2px;
	height: 2px;
	background-image: url('images/Post-s.png');
}
.Post-tc {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 0;
	left: 1px;
	right: 1px;
	height: 1px;
}
.Post-tc div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: url('images/Post-h.png');
}
.Post-bc {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	bottom: 0;
	left: 1px;
	right: 1px;
	height: 1px;
}
.Post-bc div {
	position: absolute;
	z-index: -1;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: url('images/Post-h.png');
}
.Post-cl {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 1px;
	left: 0;
	width: 1px;
	bottom: 1px;
}
.Post-cl div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-image: url('images/Post-v.png');
}
.Post-cr {
	position: absolute;
	overflow:hidden;
	z-index: -1;
	top: 1px;
	right: 0;
	width: 1px;
	bottom: 1px;
}
.Post-cr div {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -1px;
	width: 2px;
	height: 100%;
	background-image: url('images/Post-v.png');
}
.Post-cc {
	position: absolute;
	overflow:hidden;
	z-index: -2;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: #fff;
}
.Post {
	margin: 10px;
}
a img {
	border: 0;
}
.article img, img.article {
	border-style: solid;
	border-width: 1px;
	border-color: #AFC6D4;
	margin: 1em;
}
.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin:2px;
}
.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.article table, table.article .article tr, .article th, .article td {
	background-color:Transparent;
}
.article th, .article td {
	padding: 2px;
	border: solid 1px #608DA9;
	vertical-align: top;
	text-align:left;
}
.article th {
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
.PostHeaderIcon-wrapper {
	text-decoration:none;
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-size: 24px;
	color: #1C3C54;
}
.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover {
	font-size: 18px;
	color: #165D9F;
	font-weight: normal;
	line-height: 30px;
}
.PostHeader a:link {
	text-decoration: none;
	text-align: left;
	color: #165D9F;
}
.PostHeader a:visited, .PostHeader a.visited {
	text-decoration: none;
	text-align: left;
	color: #165D9F;
}
.PostHeader a:hover, .PostHeader a.hovered {
	text-decoration: none;
	text-align: left;
	color: #1B3950;
}
.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover {
	color: #3C4E58;
}
.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover {
	margin:0;
}
.PostHeaderIcons a:link {
	text-decoration: none;
	color: #29577A;
}
.PostHeaderIcons a:visited, .PostHeaderIcons a.visited {
	font-weight: normal;
	text-decoration: none;
	color: #29577A;
}
.PostHeaderIcons a:hover, .PostHeaderIcons a.hover {
	font-weight: normal;
	text-decoration: underline;
	color: #29577A;
}
.kals {
	margin: 5px 0;
	background: #e1e1e1;
	padding: 0 0 0 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C4E58;
}
.PostContent {
	color: #3C4E58;
	margin: 5px 0 0;
}
a {
	text-decoration: none;
	color: #3672A1;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #3672A1;
}
a:visited, a.visited {
	text-decoration: none;
	color: #2B3840;
}
a:hover, a.hover {
	text-decoration: none;
	color: #1B3950;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size: 32px;
	color: #165D9F;
	font-weight: normal;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #165D9F;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #165D9F;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #165D9F;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #165D9F;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-size: 11px;
	color: #165D9F;
}
ul {
	list-style-type: none;
	color: #0E1315;
	margin:0;
	padding:0;
}
li {
	font-size: 13px;
}
sup {
	color:red;
}
.Post ul li {
	padding:0px 0 0px 13px;
	background-image: url('images/PostBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
blockquote p {
	color:#0B1014;
}
blockquote {
	border-color:#AFC6D4;
	border-width: 1px;
	border-style: solid;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-color:#D4E0E8;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
.PostMetadataFooter {
	background-color: #ffebf5;
	border-color: #f8d1e4;
	border-style: solid;
	border-width: 1px;
	padding:3px;
}
.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover {
	color: #36464F;
}
.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover {
	margin:0;
}
.PostFooterIcons a:link {
	text-decoration: none;
	color: #254F6F;
}
.PostFooterIcons a:visited, .PostFooterIcons a.visited {
	text-decoration: none;
	color: #254F6F;
}
.PostFooterIcons a:hover, .PostFooterIcons a.hover {
	text-decoration: none;
	color: #254F6F;
}
button.Button, a.Button {
	position:relative;
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:29px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
}
*:first-child+html button.Button, *:first-child+html a.Button {
	display:list-item;
	list-style-type:none;
	float:left;
}
.Button .btn {
	position: relative;
	overflow: hidden;
	display: block;
	width: auto;
	z-index: 0;
	height: 29px;
	color: #224967;
	white-space: nowrap;
	float: left;
}
.Button .t {
	height:29px;
	white-space: normal;
	padding: 0 11px;
	font-size: 13px;
	text-align: left;
	line-height: 29px;
	text-decoration: none !important;
}
input, select {
	font-size: 13px;
}
.Button .active {
	color: #F0F3F5;
}
.Button .hover,  a.Button:hover {
	color: #EEF3F6;
	text-decoration: none !important;
}
.Button .active .r {
	top: -58px;
}
.Button .hover .r {
	top: -29px;
}
.Button .r {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	width: 14px;
	height: 87px;
}
.Button .r span {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	right: 0;
	width:421px;
	height: 87px;
}
.Button .active .l {
	top: -58px;
}
.Button .hover .l {
	top: -29px;
}
.Button .l {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	right: 14px;
	height: 87px;
}
.Button .l, .Button .r span {
	background-image: url('images/Button.png');
}
.Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 100%;
	margin: 5px auto 0px;
}
.Footer .Footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 0;
	text-align: left;
}
.Footer .Footer-background {
	position:absolute;
	z-index:-1;
	width: 100%;
	height: 100px;
	bottom:0;
	left:0;
}
.rss-tag-icon {
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 5px;
	height: 25px;
	width: 25px;
}
.Footer .Footer-text p {
	margin: 0;
}
.Footer .Footer-text {
	display:inline-block;
	color:#1A364D;
	margin: 10px 0 0;
}
.Footer .Footer-text a:link {
	text-decoration: none;
	color: #254F6F;
	text-decoration: none;
}
.Footer .Footer-text a:visited {
	text-decoration: none;
	color: #516876;
	text-decoration: none;
}
.Footer .Footer-text a:hover {
	text-decoration: none;
	color: #326A95;
	text-decoration: none;
}
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#7DAED4;
	display: none;
}
.page-footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#98ADB9;
}
.contentLayout .sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 18%;
}
.contentLayout .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 64%;
}
.contentLayout .sidebar2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 18%;
}
.commentlist, .commentlist li {
    background: none;
}
.commentlist li li {
    margin-left:30px;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}
.commentlist li .fn {
	font-size:12px;
	font-weight: bold;
	color: #006600;
}
#commentform textarea {
	width: 99%;
}
img.wp-smiley {
    border:none;
    margin:0;
    padding:0;
}
.navigation {
	display: block;
	text-align: center;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignright img, img.alignright {
    margin: 1em;
    margin-right: 0;
}
.alignleft img, img.alignleft {
    margin: 1em;
    margin-left: 0;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.hidden {
	display: none;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
