/* CSS Document */
* {margin:0;padding:0}
body {
	text-align:center;
	font-size: 16px;
	color: #545456;
	background-color: #FFFFFF;
	line-height: 20px;
	font-family: "Eras Light ITC", Calibri, Arial, ;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* centre for ie5.+ */
.outer{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 850px;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	color: #3084c8;
	font-size: 13px;
}
h2 {
	color: #942824;
	font-size: 16px;
}
a:link, a:active, a:visited {
	color: #545456;
	text-decoration: none;
}
a:hover {
	color: #545456;
	text-decoration: none;
}
a.green:link, a.green:active, a.green:visited {
	color: #3084c8;
	text-decoration: none;
}
a.green:hover {
	color: #3084c8;
	text-decoration: none;
}
.clearer{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top: -1px;
}
#header {
	background-image: url(images/right_header_image.jpg);
	background-repeat: no-repeat;
	height: 145px;
	background-position: right;
	font-size: 22px;
	font-weight: bold;
	padding-top: 30px;
	line-height: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#logo {
	float: left;
	padding-top: 20px;
}
#text {
	float: left;
	width: 470px;
}
#left {
	float: left;
	width: 150px;
	text-align: left;
	padding-top: 20px;
}
.contents {
	clear: left;
	float: right;
	width: 500px;
	text-align: justify;
	padding-right: 170px;
	padding-top: 28px;
}

.clearer{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top: -1px;
}

ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}
li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: url(images/bullet.jpg);
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}
.menu li {
	color: #333333;
	font-size: 16px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
}
.names {
	font-size: 20px;
}
.quotes {
	float: right;
}
.holdingform {
	float: right;
}
