body {
}
#blank{ display:none;}
#container
{	position:absolute;
	top:0;
	left:0;
	width: 100%;
	color:darkblue;
	margin: 0px auto;
	background-color: #fff;
	line-height: 125%;
	min-width:50em;
	font-family:"Trebuchet MS",arial,helvetica,sans-serif;
	font-size:"110%";
	/* hack for ie6 and before browsers to stretch the container to full view-port width */
	_width: 101.6%; 	/* underscore only recognised by ie6 and before*/
	_margin-right: -2%;  
	/* --------------------------------------------------------------------------------- */
}

#header {
	padding: .5em;
	border-bottom: 1px solid gray;
	height:5.2em;
	background:#2baffa url(images/bannerLogo.gif) no-repeat top left;
	text-indent: 200px;
	font-family: "Georgia", sans-serif;
	text-align:left;
	/* sort out ie6 and 7 # recognised by both, _ by ie6 only */
	#height:4.2em;
	#padding-top:1.5em;
}

#leftcontent {
	float: left;
	margin: 0;
	padding: 1em;
	width:151px;
	text-align:center;
}

#rightcontent {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0.5em;
}

#content {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	margin-left: 183px;
	margin-right: 270px;
	padding: 1em;
}

#contentPerc8 {
	margin-left: 8%;
	margin-right: 8%;
	padding: 1em;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	background-color: #ddd;
	border-top: 1px solid gray;
	font-size:80%;
}

.pic {
    border: 0;
}

.picWithText {
    border: 0;
    padding:1em;
}

.smallText {
    font-size: 0.8em;
}
.verySmallText {
    font-size: 0.7em;
}

.largeBold {
    font-size: 1.2em;
    font-weight: bold;
}

.listhead {
    font-weight: bold;
    text-decoration: none;
}

h1 {
    font-weight: bold;
    font-size: 1.3em;
}

h2 {
    font-weight: bold;
    font-size: 1.2em;
}

h3 {
    font-weight: bold;
    font-size: 1.1em;
}

h4 {
    font-weight: bold;
    font-size: 1em;
}

h5 {
    font-weight: bold;
    font-size: 0.9em;
}

A {
    color: #000099;
    text-decoration: underline;
}

A:hover {
    color: #009999;
    text-decoration: underline;
}
.linebar {
    height: 5px;
    background-color: #3344BB;
}

#associates {
    border-width: 2px;
    border-style: solid;
    border-color: #000099;
}

#content_contact {
    margin-left: 15%;
    margin-right: 10%;
    padding: 1em;
    width:570px;
}
.hyp_indent {
    text-indent: 20px;
}

