html, body {
	background: #fff ;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #505050;
	font-size: 12px;
}
a.button strong {
	font-weight: bold;
}

a.button {
	border:0; 
	cursor:pointer;
	font-weight:bold; 
	padding:0 20px 0 0; 
	text-align:center;
	background: transparent url(../images/button.gif) no-repeat right top;
	text-decoration: none;
	display: -moz-inline-block;
	display: inline-block;
}
a.button span {
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 10px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 11px;
	background: transparent url(../images/button.gif) no-repeat left top;
}
/*
button {
	border:0; 
	cursor:pointer;
	font-weight:bold; 
	padding: 0 20px 0 0; 
	text-align:center;
	display: -moz-inline-block;
	display: inline-block;
	background: transparent url(../images/button.gif) no-repeat right top;
}
button span {
	position:relative; 
	display:block; 
	white-space:nowrap; 
	padding:0 0 0 10px;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-size: 11px;
	background: transparent url(../images/button.gif) no-repeat left top;
}
body:nth-of-type(1) button span{
  margin-top: -1px;
  margin-left: -3px;
}
button::-moz-focus-inner {padding:0; border:0 none; outline: 0 none;}
*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	height: 120px;
	background: url(../images/header_fill.gif) repeat-x left top;
}
#logo {
	position: absolute;
	top: 30px;
	left: 10px;
	text-decoration: none;
}
#topMenu {
	position: absolute;
	top: 20px;
	right: 10px;
	height: 40px;
	line-height: 30px;
	border-bottom: 1px solid #cecece;
}
#topMenu li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 1px 0 10px;
}
#topMenu li a {
	color: #505050;
	text-decoration: none;
}
#topMenu li a:hover {
	text-decoration: underline;
}
#topMenu li a.active {
	color: #28328c;
}
#sizeMenu {
	position: relative;
	margin-top: -3px;
}
#sizeMenu a {
	text-decoration: none;
	color: #505050;
	padding: 0 4px;
}
#sizeMenu a:hover {
	text-decoration: underline;
}
#sizeMenu a.active {
	color: #28328c;
}
#sizeNormal {
	font-size: 12px;
}
#sizeMedium {
	font-size: 16px;
}
#sizeBig {
	font-size: 20px;
}
#mainMenu {
	height: 29px;
	border-bottom: 1px solid #ffb900;
}
#mainMenu li {
	float: left;
	height: 29px;
	line-height: 29px;
	padding-right: 1px;
}
#mainMenu li a {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	background: #28328c url(../images/tab.gif) no-repeat left top;
	padding-left: 18px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#mainMenu li a span {
	display: block;
	float: left;
	height: 29px;
	line-height: 29px;
	background: #28328c url(../images/tab.gif) no-repeat right top;
	padding-right: 18px;
}
#mainMenu li a.active,
#mainMenu li a:hover {
	background: #ffb900 url(../images/tab_active.gif) no-repeat left top;
}
#mainMenu li a.active span,
#mainMenu li a:hover span {
	background: #ffb900 url(../images/tab_active.gif) no-repeat right top;
}
#headerImage {
	padding: 1px 0;	
	width: 900px;
	height: 148px;
	overflow: hidden;
}
#content {
	width: 900px;
	overflow: hidden;
	margin: 30px 0;
}
#left {
	float: left;
	width: 590px;
	overflow: hidden;
}
.boxHomepage {
	margin-bottom: 40px;
	color: #666;
	font-size: 12px;
}
#BODYsizeNormal div#blog,
#BODYsizeNormal div.boxHomepage {
	font-size: 12px;
}
#BODYsizeBig div#blog,
#BODYsizeBig div.boxHomepage {
	font-size: 18px;
}
#BODYsizeMedium div#blog,
#BODYsizeMedium div.boxHomepage {
	font-size: 15px;
}
.boxHomepage h3 {
	line-height: 160%;
	border-bottom: 1px solid #ffb900;
	font-size: 150%;
}
.boxHomepage h3 a {
	color: #000;
	text-decoration: none;
}
.boxHomepage h3 a:hover {
	color: #ffb900;
}
.boxHomepage p {
	margin-top: 5px;
	font-size: 100%;
	line-height: 150%;
}
#right {
	width: 280px;
	float: right;
}
.sideBox {
	overflow: hidden;
	border-top: 1px solid #ffb900;
	background: #ececec url(../images/side_fill.gif) repeat-x left top;
	padding: 20px 10px;
	margin:  0 0 26px;
	width: 260px;
	overflow: hidden;
}
#sideContact a {
	display: block;
	float: left;
	width: 50%;
	height: 60px;
	position: relative;
	text-align: center;
	color: #28328c;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#sideContact a:hover {
	color: #ffb900;
}
#sideContact a strong {
	font-weight: bold;
	display: block;
	height: 20px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footer {
	height: 60px;
	background: url(../images/footer_fill.gif) repeat-x left top;
	border-top: 1px solid #cecece;
	color: #666;
	position: relative;
}
#footer a {
	color: #666;
}
#footer a:hover {
	text-decoration: none;
}
#copyright {
	position: absolute;
	top: 20px;
	left: 20px;
}
#socofi {
	position: absolute;
	top: 20px;
	right: 20px;
}
#sideMenu {
	width: 100%;
	overflow: hidden;
	padding-top: 6px;
}
#sideMenu h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #28328c;
	height: 20px;
	line-height: 20px;
}
#sideMenu ul {
	padding: 20px 10px;
	border-top: 1px solid #ffb900;
	background: transparent url(../images/header_fill.gif) repeat-x left top;
}
#sideMenu ul li {
	padding: 4px 0;
}
#sideMenu ul li a {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
#sideMenu ul li a:hover {
	color: #ffb900;
}
#sideMenu ul li a.active {
	background: url(../images/indic.gif) no-repeat left center;
	color: #28328c;
}

div#blog {
	margin-bottom: 40px;
	color: #666;
	font-size: 12px;
}
div#blog h1{
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin-bottom: 20px;
}
div.blogListItem{
	margin-bottom: 20px;
}
div.blogListItem h2 {
	line-height: 150%;
	border-bottom: 1px solid #ffb900;
	font-size: 150%;
}
div.blogListItem h2 a {
	color: #000;
	text-decoration: none;
}
div.blogListItem h2 a:hover {
	color: #ffb900;
}
div.blogListItem p {
	margin-top: 5px;
	font-size: 100%;
	line-height: 150%;
}
div.contentEd h1 span,
div.blogListItem h2 span {
	float: right;
	font-size: 11px;
}
p.more a{
	color:#1C297F;
}
p.more a:hover{
	text-decoration: none;
}
div#article h2 {
	font-size: 130%;
	color: #000;
	padding-bottom: 8px;
	border-bottom: 1px solid #ffb900;
	margin-bottom: 20px;
	line-height: 100%;
}
div.commentItem{
	margin-bottom: 20px;
}
div.commentItem h3{
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 5px;
	line-height: 100%;
}

.pager {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	clear: both;
}
.pager span {
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	padding-right: 4px;
}
.pager strong,
.pager a {
	display: block;
	height: 20px;
	line-height: 20px;
	float: left;
	padding: 0 4px;
}
.pager a {
	color:#37418A;
	text-decoration:none;
}
.pager a:hover {
	background-color:#37418A;
	color:#FFFFFF;
}
.pager strong {
	background: #37418A;
	color:#FFFFFF;
}
#tagcloudContainer{
	text-align: center;
}
#columns {
	width: 100%;
	overflow: hidden;
}
#column1 {
	width: 280px;
	float: right;
}
#column2 {
	width: 280px;
	float: left;
}
#columns h1 {
	margin-bottom: 13px;
}
.block {
	margin-bottom: 40px;
}
#searchForm {
	position: absolute;
	top: 80px;
	right: 10px;
}
#searchQuery {
	border: 1px solid #CECECE;
	width: 140px;
	padding: 3px 2px;
}
#searchSubmit {
	background: #28328C;
	color: #fff;
	padding: 3px 2px;
	border: 1px solid #FFB900;
	cursor: pointer;
}
#share {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.shareItem {
	float: left;
	margin-right: 20px;
}
