body{
margin:0;
padding:0;
line-height: 1em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 780px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: White;
	height: 330px;
	/*Height of top section*/
}

#topsection2{
	background: White;
	height: 90px;
	/*Height of top section*/
}

#topsection h1{
	margin: 0px;
	padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 209px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 209px;
	/*Width of left column*/
	margin-left: -780px;
	/*Set left margin to -(MainContainerWidth)*/
	background: White;
}

#footer{
	clear: left;
	width: 100%;
	background:  url(images/footer.gif);
	text-align: center;
	padding: 4px 0;
	font: 10px Arial;
	color: black;
}

#footer2{
	clear: left;
	width: 100%;
}

#footer a{
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube2{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.arrowlistmenu{
width: 209px; /*width of menu*/
background-color: #E5E5E5;
}

.arrowlistmenu .headerbar{
	font: bold 14px Arial;
	color: Black;
	background: white url(images/navbar.gif) repeat-x center left;
	margin-top: 0px;
	margin-bottom: 10px;
	/*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px;
	/*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
background-color: #E5E5E5;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
background-color: #E5E5E5;
}

.arrowlistmenu ul li a{
	color: #000000;
	background: url(images/mapleleaf.gif) no-repeat center left;
	/*custom bullet list image*/
	display: block;
	padding: 0px 2px 0px 0px;
	padding-left: 30px;
	/*link text is indented 19px*/
	text-decoration: none;
	font: 12px Arial;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin-left: 290px; /* center for now */
	width: 14em; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-size: 1em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.testimonial {float: left;
width: 276px;
font: italic 12px Arial;
padding-right: 14px;}

h1 {font: bold 16px Arial;}

h2 {
	font: bold 14px Arial;
	color : Gray;
	margin-bottom:0px;
}

p {font: 12px Arial;}

p.highlight {
	font: 12px Arial;
	background-color : #FFFF99;
}

HR {
	height:1px; border-top:1px dashed #000000; margin-top:1px;
}

A {
font: 12px Arial;
color: blue;
}

P.home {
	color: #C02221;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : underline;
	font-weight : bold;
}

UL.home {
	list-style-image : url(images/bullet.gif);
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

LI.home {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight : bold;
}

h3 {
	font: bold 14px Arial;
	color : Gray;
}

A, A:FOCUS, A:HOVER, A:VISITED.topright {
	font: 12px Arial;
	color : gray;
	text-decoration : none;
}

div.topright {
	font: 12px Arial;
	color : black;
	text-decoration : none;
}

UL.secondary {
	font: 12px Arial;
	color : Black;
}
LI.secondary {
	font: 12px Arial;
	color : Black;
}
A, HOVER, A:VISITED, A:FOCUS.secondary {
	font: 12px Arial;
	color : Maroon;
	text-decoration : underline;
}
OL {
	font: 12px Arial;
	color : Black;
}