﻿body{
margin:0;
padding:0;
line-height: 1.5em;
color:#003399;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 975px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top:10px;
}

#topsection{
background:linear-gradient(to bottom,#185593 0,#134476 100%);
border-bottom: 4px solid #e87722;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
margin: 20px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
background-color:white;

}

#contentcolumn{
float: left;
width: 100%; /*Width of left column in pixel*/
margin-left: 0px; /*Set left margin to -(MainContainerWidth)*/
background: white;
height:600px;
text-indent:20px;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column in pixels*/
margin-left: -660px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: white;
color: #003399;
padding: 4px 0;
border-top: 1px solid #003399;
}

#footer a{
color: #003399;
}

a:link { 
	font-family : helvetica;
	color : #6e7171; 
	text-decoration : none;
	border : none;
}

a:visited {
	font-family : helvetica;
	color : #6e7171; 
	text-decoration : none; 
	border : none;
}

h3 {
color : #6e7171;
}

p {
color : #6e7171;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
#border-bottom: 4px solid #e87722;

}
