body{
margin:0;
padding:0;
line-height: 120%;
}

/* Font Specs */
em{color: black;}
p.normal {line-height:120%;}
p.small {line-height:100%;}

/* Mouse over links */
.class1 A:link {text-decoration: none; font-weight: 'bold'; font-size: 12pt; font-family: Times New Roman; color: black;}
.class1 A:visited {text-decoration: none; font-weight: 'bold'; font-size: 12pt; font-family: Times New Roman; color: black;}
.class1 A:active {text-decoration: none; font-weight: 'bold'; font-size: 12pt; font-family: Times New Roman; color: black;}
.class1 A:hover {text-decoration: underline; font-weight: 'bold'; font-size: 12pt; font-family: Times New Roman; color: #E58840;}

.class2 A:link {text-decoration: underline; font-size: 11pt; font-family: Times New Roman; color: blue;}
.class2 A:visited {text-decoration: underline; font-size: 11pt; font-family: Times New Roman; color: blue;}
.class2 A:active {text-decoration: underline; font-size: 11pt; font-family: Times New Roman; color: blue;}
.class2 A:hover {text-decoration: underline; font-size: 11pt; font-family: Times New Roman; color: #E58840;}

.class3 A:link {text-decoration: underline; font-size: 11pt; font-family: Times New Roman; color: blue;}
.class3 A:visited {text-decoration: underline; font-size: 11pt; font-family: Times New Roman; color: blue;}
.class3 A:active {text-decoration: underline; font-size: 11pt; font-family: Times New Roman; color: blue;}
.class3 A:hover {text-decoration: underline; font-size: 11pt; font-family: Times New Roman; color: #E58840;}

#maincontainer{
width: 936px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#header{
background: #FFFFFF;
height: 129px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
font-family: "Times New Roman", Times;
}

#contentcolumn{
/* We are going to use this whenever we need a column on the left */
margin-left: 254px; /* Set left margin to LeftColumnWidth */
}

#leftcolumn{
/* We are going to use this whenever we need a column on the left */
float: left;
width: 254px; /*Width of left column*/
margin-left: -936px; /*Set left margin to -(MainContainerWidth)*/
background: #F7F7F7;
}

#footer{
clear: left;
width: 100%;
background: #F7F7F7;
text-align: center;
padding: 4px 0;
font-family: "Times New Roman";
font-size: 11px;
}

#footer a{
color: #000000;
font-family: "Times New Roman";
font-size: 10px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px; 
}