html {
	background-color: #507eac;
	color: black;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	margin: 10px auto 10px auto;
}

body {
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #30639a;
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 { /* Page Titles */
	font-weight: 700;
	font-size: 1.85em;
	margin-bottom: 0; /* margin is at zero to pull the hr up underneath */
	color: #004b8d;
}

h2 {
	font-weight: 700;
	font-size: 1.4em;
	margin-top: 1.0em;
	margin-bottom: 0;
	color: #30639a;
}

h3 {
	font-weight: 700;
	font-size: 1.1em;
	margin-top: 1.0em;
	margin-bottom: 0;
}

p {
	margin-top: 0.5em;
	margin-bottom: 1.0em;
}

hr.titleLine { /* Used under titles */
	margin-bottom: 0.5em;
	background-color: #ccc;
	height: 1px;
	border: 0;
}

hr.dividerLine { /* Used under titles */
	text-align: center; /* Needed for IE */
	margin: 1.0em auto 1.0em auto;
	background-color: #ccc;
	height: 1px;
	border: 0;
	width: 50%;
}

#BodyContainer {
	width: 754px;
	margin: 0 auto 0 auto;
	background-color: #ffffff; 
}


/* Header Styles
***************************************************************************************************************/
#MainHeaderContainer{
	text-align: center;
}

/* Menu/Nav Styles
***************************************************************************************************************/
#MenuContainer {  
	float: left;
	background-color: #004b8d; 
	width: 100%;
}

#MenuContainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#MenuContainer li {
	float: left;
	line-height: 1.8;
}

#MenuContainer a:link, #MenuContainer a:visited, #MenuContainer a:active {
	color: #FFF;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.2em;
	font-weight: 700;
	margin-left: 7px;
	margin-right: 7px;
	text-decoration: none;
}

#MenuContainer a:hover {
	color: #bfe2ff;
	text-decoration: none;
}

/* Main Container Area Styles
***************************************************************************************************************/
#ContentContainer {
	float: left;
	width: 750px;
	border-left: 2px solid #004b8d;
	border-right: 2px solid #004b8d;
}

#ContentContainer {
	background-image: url(../images/bg-body.jpg);
}

.textBlock {
	padding: 5px 10px 5px 10px;
}

#LeftColumn {
	float: left;
	width: 495px;
	padding: 5px 0 5px 5px;
}

	#callout {
		width: 100%;
	}

	#frontform {
		float: left;
		width: 480px;
		background-color: #ccdbe8;
		margin-top: 5px;
		padding: 10px;
	}
		#frontform .formList {
			list-style: outside decimal;
			font-weight: bold;
		}	
		#frontform .formList li{
			margin: 0 15px 0 25px;
			padding: 0 15px 0 10px;
		}	

#RightColumn {
	float: right;
	width: 235px;
	padding: 5px 5px 5px 0;
}
	
	.sidebarButtonContainer {
		margin-bottom: 5px;
	}

	#sidebarMedicareFactsContainer {
		float: right;
		width: 100%;
		background-color: #fff;
		margin-bottom: 5px;
		padding: 0;
	}
	
		#sidebarMedicareFactsHeader {
		}
		#sidebarMedicareFacts {
			padding: 1.0em 10px 0 10px;
			width: 213px;
			border: 1px solid #99b7d1;
		}
		#sidebarMedicareFacts ul {
			margin: 0 0 5px 0;
			padding: 0 0 0 10px;
		}
		#sidebarMedicareFacts ul li {
			padding-bottom: 0.5em;
		}

	#sidebarNewsContainer {
		float: right;
		width: 100%;
		background-color: #fff;
		margin-bottom: 5px;
		padding: 0;
	}
	
		#sidebarNewsHeader {
		}
		#sidebarNews {
			padding: 1.0em 10px 5px 10px;
			width: 213px;
			border: 1px solid #99b7d1;
		}
		#sidebarNews p {
			margin-top: 0;
		}
		#sidebarNews .newsDate {
			font-weight: bold;
			font-size: 1.1em;
		}

	#sidebarChampionsContainer {
		float: right;
		width: 100%;
		background-color: #fff;
		margin-bottom: 5px;
		padding: 0;
	}
		#sidebarChampionsHeader {
		}
		#sidebarChampions {
			padding: 5px 5px 0 5px;
			width: 223px;
			border: 1px solid #99b7d1;
		}
			#sidebarChampions .profile {
				padding: 5px;
				border: 1px solid #004b8d;
				margin-bottom: 5px;
				min-height: 70px;
				/* The next two lines are needed for IE6 */
				height: auto !important;
				height: 70px;
			}
			#sidebarChampions .pic {
				float: left;
				width: 70px;
				height: 70px;
			}

			#sidebarChampions .desc {
				float: right;
				width: 130px;
			}

	#sidebarMultimediaContainer {
		float: right;
		width: 100%;
		background-color: #fff;
		margin-bottom: 5px;
		padding: 0;
	}

		#sidebarMultimediaHeader {
		}
		#sidebarMultimedia {
			width: 213px;
			border: 1px solid #004b8d;
			padding: 10px 10px 10px 10px;
		}


/* Footer Area Styles
***************************************************************************************************************/

#MainFooterContainer {  /* This holds the mainfooter include file.*/
	clear: both;
	background-color: #fff;
	border: 2px solid #004b8d;
	border-top: 0;
	padding-top: 0.7em;
	font-size: .9em;
	color: #004b8d;
}

#MainFooterContainer p {
	text-align: center;
}


/* Forms Styles
***************************************************************************************************************/

label {
	display: block;
	width: 13.0em;
	float: left;  
	text-align: left; /* Change to text-align:right; to align the labels from the right */
	padding-right: 3px; 
	cursor: pointer;  
}

input {
	width: 20em;
	margin-bottom: 5px;
}

select{
	width: 20.45em; /* Select boxes need to be just bigger then input areas, to look the same size on the page */
	margin-bottom: 5px;
}

textarea {
	margin-top: -0.5em;
	width: 90%;
	height: 7.3em;
}

.requiredMark { /* Formats the * for required fields in forms */
	display: block; 
	width: 1.0em; 
	float: left; /* Change to float:right; to move the * to the right of the field */
	font-size: 1.5em;
	font-weight: 700;
	color: #ff0000;
}




.textCenter {
	text-align: center;
}

.imgLeft {
	float: left;
	margin: 5px 5px 5px 0;
}

.tightTop {
	margin-top: 0;
}

.spacedList {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.4em;
}

.spacedList li {
	padding-bottom: 0.2em;
}


.returnTo {
	text-align: right;
}

.clear {
	clear: both;
}

.footnote {
	font-size: 0.9em;
	font-style: italic;
}



#tabs {
	margin-top: 2em;
}

.ui-tabs .ui-tabs-panel {
	padding: 5px;
}

.voteLegend {
	background-color: #ddd;
	margin: 10px 0 5px 0;
	padding: 2px 10px;
	font-size: 90%;
}
 
.voteList {
	list-style-type: none;
	margin: 5px 0 5px 5px;
	padding: 0 0 5px 0;
}
.voteList li {
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

.voteFootnotes {
	margin: 3em 0 1em 0;
	font-size: .8em;
	font-style: italic;
}

.voteFootnotes a {
	font-weight: normal;
}
