@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.3em;
font-size: 1em;
color: #000000;
font-family:Georgia, Times, serif;

}


#maincontainer{
width: 768px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #ffffff;
height: 28px; /*Height of top section*/
}

#topsection h1{
margin: 0;
}

#contentwrapper{
float: left;
width: 100%;
font-family:Georgia, Times, serif;

}

#contentcolumn{
margin-left: 376px; /*Set left margin to LeftColumnWidth*/
padding-left:15px;
font-family:Georgia, Times, serif;
padding-bottom:56px;
}

#leftcolumn{
float: left;
width: 376px; /*Width of left column*/
margin-left: -768px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
font-size: .9em;
line-height:1.3em;

}

#footer{
clear: left;
width: 100%;
background: black;
color: #ffffff;
text-align: center;
padding: 4px 0;
line-height:1.5em;
font-size: .9em;

}

#footer a{
color: #ED2024;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font-family:Georgia, Times, serif;
line-height:1.5em;
text-indent:1.5em;
color: #444;


}

.innertube2{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: .5em;
font-size:.8em;
font-family:Georgia, Times, serif;
line-height:1.2em;
color: #444;
}

.innertubelist{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
font-family:Georgia, Times, serif;
line-height:1.5em;
color: #444;
}

.subhead{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: .5em;
font-family:Georgia, Times, serif;
line-height:1.5em;
color: #444;
font-weight:bold;
}


.legal{
font-size:.6em;
font-family:Georgia, Times, serif;
color: #ffffff;
line-height:1.5em;

}

.red{
	color:#ED2024;
}


a:link {
	color: #ED2024;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #ED2024;
}
a:active {
	text-decoration: none;
}
