/****************************** TAGS *******************************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: calibri;
	font-size: 17px;
	background-color: #FFF;
}

img {
	vertical-align: top;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: center;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {

}

a img {
	border-width: 0;	
}

ul {
	list-style-type: none;
}

/******************************** GLOBAL CLASSES *********************************/

.clear-left {
	clear: left;
	height: 0;
	overflow: hidden;	
}

.clear-right {
	clear: right;
	height: 0;
	overflow: hidden;	
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	color: #FFF;
}

.layout {
	width: 1001px;
	margin: 0 auto;
	background-color: #FFF;
}

.head {
	height: 207px;
	background: url("../images/head.jpg") no-repeat;
	position: relative;
}

.logo {
	display: block;
	width: 266px;
	height: 118px;
	text-indent: -99999px;
	position: absolute;
	left: 48px;
	top: 12px;
	outline: none;
}

.menu {
	border-left: 1px solid #285993;
	height: 41px;
	margin-bottom: 7px;
}

.menu li {
	display: block;
	float: left;
	width: 249px;
	height: 41px;
	background: url("../images/menu-item.jpg") no-repeat;
	border-right: 1px solid #285993;
	text-align: center;
	line-height: 41px;
}

.menu li a {
	font-size: 22px;
        font-family: Times New Roman;
}

.menu li a:hover {
	color: yellow;
	text-decoration: none;
       
}

.column {
	display: inline;
	width: 237px;
	float: left;
	background: url("../images/column-bg.gif") repeat-y;
	margin: 0 7px 0 6px;
	position: relative;
	left: 2px;
}

.column div {
	background: url("../images/column-top.jpg") no-repeat;
}

.column div div {
	background: url("../images/column-bottom.jpg") center bottom no-repeat;
	zoom: 1;
}

.column ul {
	padding: 10px 0;
	zoom: 1;
}

.column ul li {
	padding: 0 5px 0 30px;
	margin: 0 5px;
	background: url("../images/column-item-border.gif") no-repeat;
	zoom: 1;
}

.column ul li.first {
	background-image: none;
}

.column ul a {
	font-size: 15px;
	line-height: 22px;
	background: none;
}

.column ul a:hover {
	color: yellow;
	text-decoration: none;
}

.content {
	width: 950px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;

}

.content p {
	padding-top: 20px;
	text-align: justify;
}

.content p.cause {
	padding-left: 15px;
}

.content a {
	color: #0070D5;
	text-decoration: none;
}

.counters {
	background-color: #3386BD;
	padding: 15px 60px;
	margin-top: 10px;
}

.counters a {
	margin-right: 100px;
}center {
	text-decoration: none;
}

