﻿#Band2
{
	width: 100%;
	height: 350px;
	border-top: solid 1px white;
}

#Band2 #LeftSide
{
	float: left;
	width: 478px; /*halve of 990px*/
	border: solid 0px blue;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	

}

#Band2 #RightSide
{
	border: solid 0px blue;
	float: right;
	width: 478px;
	padding: 10px 10px 10px 0px;
	margin: 0px;
}


/* Rounded Corners*/

#Band2 #LeftSide .roundedPanel
{
	background-color: white;
	max-height: 340px;
	height: 340px;
	text-align: left;
}

#Band2 #LeftSide .roundedPanel #Content
{
	padding: 15px;
	font-size: 0.9em;
	color:#666;
}

#Band2 #LeftSide .roundedPanel #Content img
{
	margin-top:15px;
	 border:none;
}



#Band2 #RightSide .roundedPanel
{
	background-color: white;
	text-align: left;
	height: 340px;
}

#Band2 #RightSide .roundedPanel #Content
{
	padding: 15px;
}

#TabBand
{
	clear: both;
	width: 970px;
	padding: 0px 10px 0px 10px;
	height: 300px;
	margin: 21px 0 0 0;
	
}

#TabBand .roundedPanel
{
	background-color: white;
	height: 280px;
}

#TabBand #Content #Canvas
{
	width: 933px;
	height: 210px;
	border: solid 1px gray;
	margin: 0px auto;
}


#TabBand .roundedPanel #Content
{
	padding: 15px;
	overflow: hidden;
}

#TabBand #Content #Tab
{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 5px;
}

#TabBand #Content #Tab ul li
{
	list-style: none;
	float: left;
	width: 185px;
	margin: 0 0.2em 0 0;
}

#TabBand #Content #Tab ul li a
{
	display: block;
	text-align: center;
	padding: 10px;
	color: White;
	text-decoration: none;
}


#TabBand #Content #Tab li a:hover
{
	text-decoration: none;
	color: #CCCCCC;
}




#TopTenReasons
{
	clear: both;
	width: 970px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#TopTenReasons .roundedPanel
{
	background-color: white;
}


#TopTenReasons .roundedPanel #Content
{
	padding: 15px;
}

#TopTenReasons #Title .roundedPanel
{
	background-color: #AA2500;
	color: White;
	font-family: "trebuchet MS" , Verdana;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

#TopTenReasons #Content .JoinTable
{
	margin-top: 20px;
	font-size: 1.3em;
	font-family: "trebuchet MS" , Verdana;
}

#TopTenReasons #Content .JoinTable .highlight
{
	color: #035B8E;
}

#TopTenReasons #Content .JoinTable td
{
	padding: 5px;
	vertical-align: middle;
}

#SignUp
{
	clear: both;
	width: 970px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}

#SignUp .roundedPanel
{
	background-color: white;
}


#SignUp .roundedPanel #Content
{
	text-align: center;
	padding: 5px;
}


#SignUp .roundedPanel #Content a img
{
	text-decoration: none;
	border: none;
}
