
@charset "utf-8";
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	background-color:#fff;
	font-size:12px;
	background-image:url(../assets/bg_repeated.jpg);
	background-repeat:repeat-x;
	color:#333;
}
A:link {text-decoration: none ; color: rgb(51, 102, 255)}
A:visited {text-decoration: none ; color: rgb(153, 51, 102);}
A:active {text-decoration: none}

.mainContiner {
	width:962px;
	background-color:#FFFFFF;
	text-align:left;
}
.header {
	background-image:url(../assets/header_repeated.jpg);
	height:148px;
	width:100%;
	background-repeat:repeat-x;
}
.logo {
	float:left;
	border:0px;
}
.topMenu {
	background-image:url(../assets/top_menu.jpg);
	background-repeat:no-repeat;
	width:615px;
	height:40px;
	padding-left:30px;
	padding-right:10px;
	float:right;
	margin-right:10px;
	padding-top:3px;
}
.topMenuItem {
	color:#2a2a2a;
	text-decoration:none;
	font-size:11px;
}
.topMenuItem:link {
	color:#2a2a2a;
	text-decoration:none;
	font-size:11px;
}
.topMenuItem:visited {
	color:#2a2a2a;
	text-decoration:none;
	font-size:11px;
}
.homeSearch {
	width:181px;
	border:#ccc 1px solid;
	float:right;
	height:20px;
}
.btnFind {
	border:0px;
	background-image:url(../assets/find_btn.jpg);
	cursor:pointer;
	float:right;
	height:28px;
	width:28px;
	margin-top:-1px;
}
.menuBg {
	height:35px;
	padding-top:3px;
	background-image:url(../assets/menu_repeated.jpg);
	background-repeat:repeat-x;
	width:972px;
	margin-left:-10px;
}
.rightSection {
	width:238px;
	float:right;
}
.leftSection {
	width:724px;
	float:left;
}
.getTocuh {
	margin-left:10px;
	width:228px;
	color:#000000;
font-family:"Times New Roman", Times, serif font-size:11px;
}
.invitationField {
	width:215px;
	height:13px;
	border:1px solid bbbbbb;
	margin-bottom:5px;
}
.invitationText {
	width:215px;
	height:136px;
	border:1px solid bbbbbb;
}
.leftSectionFooter {
	background-image:url(../assets/left_section_footer.jpg);
	width:724px;
	height:253px;
	background-repeat:no-repeat;
	margin-top:-35px
}
.colContanier {
	width:724px;
	
}
.homeFirstCol {
	width:244px;
	float:left;
}
.homeSecondCol {
	width:245px;
	float:left;
}
.homeThirdCol {
	width:235px;
	float:left;
}
.homeNewsTitle {
	color:#000000;
	font-size:22px;
	font-weight:bold;
}
.readmoreGreen:link {
	color:#000000;
	text-decoration:underline

}

.readmoreGreen:visited {
	color:#000000;
	text-decoration:underline

}
.readmoreGrey {
	color:#000000;
	
}

.footer {
	width:100%;
	height:105px;
	background-image:url(../assets/footer.jpg);
	background-repeat:repeat-x;
}
.subfoorer {
	width:962px;
	padding-top:10px;
}
.creditItems {
	color:#666666;
	text-decoration:none;
	font-size:10px
}

.creditItems:link {
	color:#666666;
	text-decoration:none;
	font-size:10px
}

.creditItems:visited {
	color:#666666;
	text-decoration:none;
	font-size:10px
}
.greyLink {
	color:#003300;
}

