
* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 101%;
}


body {
	min-width: 760px;
	height: 101%;
	background-color: #D5E0D8;
	text-align: center;
	color : #333;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-style: normal;
}

h1 {
	color: #17386A;
	font-size: 22px;
	font-style: normal;
	padding: .6em 0px .8em 0px;
	font-weight: bold;
}

h2 {
	color: #17386A;
	font-size: 16px;
	font-style: normal;
	padding: .6em 0px .4em 0px;
	font-weight: bold;
}

#wrapper {
	margin: 0px auto;
	width: 790px;
	background: url(images/shadow.gif) repeat-y;
}

p {
	text-align: left;
	line-height: 150%;
	padding-bottom: 1.5em;
}

#header {
	margin-right:5px;
	text-align:right
}

#header img {
	margin: 6px 0px 2px 0px;
}

#bar {
	margin: 0px 5px 0px 5px; 
	height: 25px;
	background-color: #95B1CA;
	background: url(images/bar2.gif) repeat-x;
}

#main-text {
	float:right;
	width:550px;
	margin: 20px 36px 17px 10px ;
	text-align: left;
	background-color: #fff;
	font-size: 13px;
}

#menu {
	background: #fff url(images/menugradient4.jpg) no-repeat;
	width: 165px;
	float:left;
	margin: 0px 0px 0px 5px;
	padding: 40px 0px 150px 0px;
	text-align: left;
}
	
#menu ul {
	list-style: none;
	margin: 0px 0px 0px 24px;
	padding: 0px;
	line-height: 250%;
}

#menu li {
	font-weight: 500;
	font-size: 18px;
}
	
#menu ul.points {
	list-style: none;
	line-height: 100%;
	padding: 64px 20px 0px 0px;
}

#menu ul.points li {
	color: #333;
	font-size: 11px;
	padding-bottom: 22px;
}


#menu a {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #ECEFF2;
	text-decoration: underline;
}

#footer {
	margin: 0px auto;
	padding: 4px 0px 4px 0px;
	width: 780px;
	color: #fff;
	background: #6E83A2;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #fff;
}

div.clear {
	clear: both;
	width: 780px;
	height: 0px;
}

.button { background:#DEE6CE; font-size:12px; font-weight:bold;}

img.border {
	border:2px solid #ccc;
	margin-top:8px;
	padding:0px;
}

b.blue {color:#17386A}

.services {
	background-color:#eee;
	padding: 0px 12px 0px 12px;
	margin-bottom:22px;
}