/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Arial, Helvetica, sans-serif;
background: #B5CBE4;
}

html, body {
height: 100%;
margin: 0;
padding: 0;
}

table {
height: 100%;
width: 100%;
text-align: center;
border-style: none;
border-collapse:collapse;
padding:0px;
}

td {
border-width:0px;
border-spacing:0px;
padding:0px;
}

#bottom {
vertical-align: bottom;
}

b{font-size: 110%;}
em{color: red;}

#topsection{
background: #4040AA;
/* height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
padding-bottom: 15px;
text-align:center;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
/*margin: 0 15% 0 20%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
margin: 0 0 0 250px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
/*width: 20%; /*Width of left column in percentage*/
width: 250px;
margin-left: -100%;
background: #77ADCC;
font-size: .75em;
line-height: normal;
}

#rightcolumn{
float: left;
width: 15%; /*Width of right column in pixels*/
margin-left: -15%; /*Set margin to that of -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: .75em;
vertical-align: bottom;
}

#footer a{
color: #FFFF80;
}

#footer img{
vertical-align:middle;
margin-right: 5px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

.Photo-Left {
font-weight: bold;
text-align: center;
background-position: left;
float: left;
padding-left:50px;
padding-right:50px;
padding-bottom:20px;
/*border: 1px solid #000000;*/
}

.Content {
/*float: left;*/
text-align:left;
margin-top: -20;
/*border: 1px solid #000000;*/
}

.clear {
	clear:both;
}

.contentframe {
margin-left:0px;
width:100%;
}

.leftcontentcolumn {
	float:left;
	width:300px;
	text-align:left;
}

.rightcontentcolumn {
	float:right;
	width:100%;
}