body{
margin:0;
padding:0;
background: url(../images/jqcBackground2.jpg) repeat-x left top;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 15px;
}

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

#maincontainer{
width: 700px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:url(../images/dawnbckgrdCnt.gif);
}

#topsection{
background:url(../images/jqcBanner.jpg) no-repeat left;
height:150px;
	border-bottom-style:solid;
	border-bottom:thin;
	border-color: #000000;
}

#topmenu {
	width: 700px;
	margin: 0 ;
	text-align:center;
	text-transform:uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	background:#d8d9db;
	}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 232px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 232px; /*Width of left column*/
margin-left: -685px; /*Set left margin to -(MainContainerWidth)*/
min-height:555px;

background-image:url(../images/columnsbottom.jpg);
background-repeat:no-repeat;

background-position:right;
background-position:top;


}

.title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
 
h2 {
 margin: 0;
 font-size: 15px;
 color: #43536A;
}
 
h1 {
 letter-spacing: -1px;
 font-size: 18px;
 margin: 0;
 font-weight: normal;
 color: #43536A;
}
 
h3 {
 letter-spacing: -1px;
 font-size: 16px;
 font-weight:200;
 
 margin: 0;
 font-weight: normal;
 color: #000000;
 border-bottom:solid;
 border-bottom-color:#676e81;
 border-bottom-width:thin;

 
}
 
h2 {
 font-size: 20px;
}
 
p, ul, ol {
 margin: 0 0 2em 0;
 
 line-height: 20px;
 font-size: 13px;
}
 
a:link {
 color: #000000;
 text-decoration: underline;
 
}
 
 a:visited {
 color: #000000;
 text-decoration: underline;
 
}
 
a:hover {
 color: #ffffff;
 text-decoration: none;
 background-color:#435d66;

}
 
a:active {
 
 color: #000000;
 text-decoration: underline;
 
}
 

 
img {
 border: none;
}
 
img.left {
 float: left;
 margin-right: 15px;
}

#footer{
clear: left;
width: 100%;
margin: 0 auto;
text-align:center;
text-transform:uppercase;
padding-bottom: 5px;
padding-top: 5px;
background:#d8d9db;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

