body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

p{text-align:center;}

td {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
td.header {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #38421F;
	background-color: efefef;
	text-align: center;
}
td.header2 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #efefef;
	background-color: #38421F;
	text-align: center;
}
h3
{
	color:373737;
	font-family: Verdana;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	padding-left: 0px;
	padding-top: 10px;
}
td.cell {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #38421F;
	background-color: FEF8E6;
	text-align: left;
}

td.services {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #38421F;
	background-color: #F4F6D9;
	text-align: left;
}
a
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #38421F;
	text-decoration:none;

}
a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #38421F;
	text-decoration:underline;

}

#maincontainer{
width: 746px; /*width of main container*/
margin: 0 auto; /*center container on page*/
overflow: hidden;
}

#topmargin{
height: 100px;
}

#topsection{
height: 65px; /*height of top section*/
min-height: 65px;
}

#contentwrapper{
float: left;
width: 100%;
height: 561px;
margin: 0 0 0 0;
}


#contentcolumn{
margin: 0 14px 0 14px; /*margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
font-family: Verdana;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #38421F;
background-color: FEF8E6;
text-align: left;
}

#leftcolumn{
float: left;
width: 14px; /*width of left column in pixel*/
height: 561px;
margin-left: -746px; /*set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 14px; /*width of right column*/
height: 561px;
margin-left: -14px; /*set left margin to -(RightColumnWidth)*/
}

/*IE 6 hacks*/
* html #leftcolumn {
position:fixed;
float: left;
width: 14px;
border: 0px;
padding: 0px;
margin: 0px;
}

* html #rightcolumn{
float: left;
width: 14px;
border: 0px;
padding: 0px;
margin: 0px;
}

* html #contentwrapper{
float: left;
width: 718px;
height: 561px;
}

* html #footer{
clear: both;
}


#footer{
clear: left;
width: 100%;

}

#innerpadding{
margin: 20px; /*margins for inner DIV inside each column (to provide padding)*/
margin-left: 20px;
}
