body {
	background-image: url(images/stripe_bg.png);
	min-width:750px;
	margin:0;
	padding:0;	
	line-height: 1.15em;
}


#bgcontainer{
	background-repeat: repeat-x;
	background-image: url(images/gradient_bg.png);
}

#topsection{
background-image: url(images/gradient_bg.png);
height: 220px; /*Height of top section*/
}

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

#maincontainer{
margin-right: auto;
margin-left: auto;
margin-bottom: 0;
margin-top: 0;
background-color: white;
background-position: 0;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
width: 720px; /*Width of main container*/ /*Center container on page*/
}

#contentwrapper{
background-color: white;
float: left;
width: 100%;
}

#contentcolumn{
padding-left: 6px;
margin-right: 180px; /*Set right margin to RightColumnWidth*/
}

#contentcolumn h2{
margin-bottom: 0px;
font-size: large;
}

#contentcolumn h3{
font-weight: bold;
margin-bottom: 0px;
text-align: justify;
font-size: 13px;
}

#contentcolumn p{
margin-top: .25em;
text-align: justify;
font-size: small;
}

#contentcolumn ul{
list-style-type: none;
padding-left: 4px;
display: list-item;
margin-bottom: 0px;
margin-top: 0px;
font-size: x-small;
color: black;
}

#contentcolumn li{
	list-style-type: disc;
}#contentcolumn td{
vertical-align: top;
}

#contentcolumn table{
	width: 100%;
	margin-bottom: 8px;
}

#rightcolumn{
background-position: 0px 10px;
background-repeat: no-repeat;
background-image: url(images/lock.png);
background-color: white;
float: left;
width: 180px; /*Width of right column*/
margin-left: -180px; /*Set left margin to -(RightColumnWidth) */
}

#rightcolumn img{
	margin-bottom: 8px;
	text-align: center;
}

#rightcolumn h2{
margin-bottom: 4px;
padding-left: 6px;
margin-top: 0px;
font-size: small;
color: white;
background-image: url(images/heading_bg.png);
}

#rightcolumn h3{
background-image: url(images/white_transparent.png);
padding-bottom: 0px;
margin-bottom: 0px;
text-shadow: 1px 1px black;
font-weight: bold;
padding-left: 6px;
margin-top: 0px;
font-size: 21px;
color: red;
}

#rightcolumn a{
list-style-type: none;
font-size: small;
}

#rightcolumn ul{
padding: 0px;
margin-bottom: 0px;
margin-top: 0px;
list-style-type: none;
font-weight: bold;
font-size: x-small;
color: black;
}

#rightcolumn li{
	margin-left: 6px;
}

#rightcolumn hr{
	border-top-color: #333333;
	width: 170px;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: dotted;
}#footer{
padding-left: 0;
padding-bottom: 1px;
padding-right: 0;
padding-top: 1px;
font-size: x-small;
color: white;
background-image: url(images/heading_bg.png);
clear: left;
width: 100%;
text-align: center;
}

#footer a{
color: #FFFF80;
}

#bottomrow{
	color: #155ed6;
	text-transform: capitalize;
}

#bottomrow a{
	color: #155ed6;
	text-transform: capitalize;
}

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

