body{
background-color: #333333;
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
background-color: #FFF;
width: 980px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 145px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background-color: #FFFFFF;
}

#contentcolumn{
	padding-top:15px;
	margin: 0 160px 0 160px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
padding-top:15px;
float: left;
width: 160px; /*Width of left column in pixel*/
margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
background: #FFF;
}

#rightcolumn{
padding-top:15px;
float: left;
width: 160px; /*Width of right column*/
margin-left: -160px; /*Set left margin to -(RightColumnWidth)*/
background: #FFF;
}

#footer{
clear: left;
width: 100%;
background: white;
color: #FFF;
text-align: center;
padding: 4px 0;
height: 5px;
}

#footer a{
color: #FFFF80;
}

.innertubeleft{
height: 100%;
background-color: #E2E2B2;
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


.bodycopy{
	font: normal 12px Arial, san serif;
	color: #666666;
	margin-left: 10px;
	margin-right: 20px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16pt;
}


a.bodycopy:link {
	color: #666;
	text-decoration: none;
}

a.bodycopy:visited {
	color: #9D0D16;
	text-decoration: none;
}

a.bodycopy:hover{
	color: #9D0D16;
	text-decoration: underline;
}


.subhead{
	font: bold 14px Arial, san serif;
	color: #666666;
	margin-left: 10px;
	margin-right: 20px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16pt;
}




.leftnav{
	font: bold 12px Arial, san serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #E2E2B2;
	background-color: #A6A072;
}

a.leftnav:hover{
background: white;
color: #515151;
}


.leftnavon{
	font: bold 12px Arial, san serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #E2E2B2;
	background-color: #9D0D16;
}



.rightnav{
	font: normal 11px Arial, san serif;
	color: #515151;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #A6A072;
	background-color: #E2E2B2;
}

a.rightnav:hover{
	background: #A6A072;
	color: white;
}



.rightnavtop{
	font: normal 11px Arial, san serif;
	color: #515151;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-top: 1px solid #A6A072;
	border-bottom: 1px solid #A6A072;
	background-color: #E2E2B2;
}

a.rightnavtop:hover{
	background: #A6A072;
	color: white;
}







.lefttext{
	font: normal 11px Arial, san serif;
	color: #515151;
	padding-left: 10px;
	text-decoration: none;
	margin-top: 10px;
}

a.lefttext:hover{
	text-decoration: underline;
}


.map{
margin-top: 10px;
	margin-left: 10px;
}




.butt{
	margin-right: 10px;
	margin-top: 10px;
}



.contentimage {
	position:relative;
	float:left; /* optional */
}
.contentimage .suffertext {
	position:absolute;
	top:86px; /* in conjunction with left property, decides the text position */
	left:221px;
	width:399px; /* optional, though better have one */
	height: 158px;
}


.contentimage .helpyou {
	position:absolute;
	top:86px; /* in conjunction with left property, decides the text position */
	left:301px;
	width:319px; /* optional, though better have one */
	height: 158px;
}


.imagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16pt;
}


.imagetextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14pt;
}


.logosbottom {
vertical-align: baseline; 
}




.noimagespace {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

