@charset "utf-8";
body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
	background-color: #f6fafc;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

#container{
	width:955px;
	margin:0 auto;
	text-align: left;
}

#header {
    width:955px;
    height:48px;
    background-image: url(images/top.png);
    background-repeat: no-repeat;
}

#content {
    width:895px;
    background-image: url(images/middle.png);
    background-repeat: repeat-y;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:1px;
	padding-top:1px;
}

#footer {
    width:955px;
    height:50px;
    background-image: url(images/bottom.png);
    background-repeat: no-repeat;
}

#bottom {
	position:relative;
	clear:both;
	width:695px;
	left:200px;
	font-size:10px;
	text-align:center;
}

#left-float {
    width:180px;
	float:left;
}

#middle-float {
    width:1px;
    border-right: 1px solid #7faaca;
	float:left;
	height:440px;
}

#right-float {
    width:663px;
	float:left;
	margin-left:20px;
	padding-left:15px;
	padding-right:15px;
}

#logo{
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	width:135px;
	height:250px;
	margin-left:15px;
}

#logos{
	width:93px;
	height:36px;
	float:right;
	margin-right:30px;
}

#logotext{
	font-size:12px;
	color:#00528f;
	position:relative;
	float:right;
	text-align:right;
	top:160px;
}

.navigation{
	list-style-type: none;
	padding: 0;
	margin-left:33px;
	font-size:14px;
}

.navigation li a{
	display: block;
	width: 147px;
	padding-top:3px;
	padding-bottom:10px;
	padding-left: 10px;
	text-decoration: none;
	color:#00528f;
}

* html .navigation li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}

.navigation li a:visited, .navigation li a:active{
}

a{
	color:#00528f;
	text-decoration: none;
}

.navigation li a:hover, .navigation li#youarehere a{
	background-image: url(images/button.jpg);
	background-repeat:no-repeat;
	color:#FFF;
}

hr {
	color:#7faaca;
	background-color:#7faaca;
	height:1px;
	border:none;
	width:95%;
}

.big-green{
	font-size:48px;
	color:#7dbe0a;
	text-align:center;
}

.big-blue{
	font-size:16px;
	color:#00528f;
	text-align:center;
}

#text{
	font-size:13px;
}

#links{
	font-size:13px;
}

h1{
	color:#00528f;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px dashed #00528f;
}

h2{
	color:#00528f;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
}

#news{
	padding:15px;
	background-color:#ffffed;
	border:1px solid #f2f37c;
	font-size:12px;
	margin-bottom:25px;
}

.subheading{
	font-size:14px;
	color:#00528f;
}

.newsdate{
	font-size:11px;
	color:#00528f;
}

.newsitem{
	margin-top:7px;
}
.featuresbullet {
	font-weight:lighter;
	text-decoration:none;
	color:#00528f;
}
.featuresbox {
	margin-left:24px;
	color:#555;
}

img{
	border:0px;
}

.noul{
	text-decoration:none;
}

.backwards {unicode-bidi:bidi-override; direction: rtl;}