/* This is where the GGA banner and Javascript navigation is */
.header,#header {
	display : block;
	width : 702px;
	height : 226px;
}
 img.header,#header img {
	border:none;
	border-bottom:2px solid gray;
}

#bill-text {
	margin: 20px 20px 20px 20px;
	line-height : 2em;
	text-align:justify !important;
}

.Normal {
	clear:both;
	/*text-align:justify !important;*/

}	
#bill-text .normal {
	
	text-align:justify !important;
	
}

#sidebar {
	margin-top:50px;
	/*height : 150px;*/
	width : 150px;
	float : left;
	
}
html,body,#content {
	min-height:100%;
	height:100%;
	width:100%;
}
body {
	margin : 0;
	font-weight : normal;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

a {
	font-size:.8em;
	font-weight:bold;
	/*vertical-align:middle;*/
}
a:link {
	color: #3300ff;
	text-decoration: underline;
}
a:visited {
	color: #6666cc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul {
	display:block;
	margin:0;
	padding:0;
	list-style: none;
}
#sidebar ul {
	margin:30px 10px 0 10px;
	padding:0;
	list-style: none;
	vertical-align : middle;
	background-color:#FFFFCC;

}
#sidebar ul li {
	border:1px ridge;
	text-align:center;
	height:35px;
	vertical-align : middle;
	display : block;
	padding-top : 12px;
	padding-bottom:0px;
}
#wrapper {
	position:relative;
	text-align:left;
	width: 702px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:30px;
	border:1px solid gray;
	
	top : 0;
}
#content {
	
	/*
	display : block;
	width : 702px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	*/
}
/*IE HACK*/
* html #content {
margin-left:0;
}

.centered {
	text-align:center;
	padding-bottom:20px;
}
	h1,h2,h3,h4 {
		text-align:center;
		font-size: x-large;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
		padding:0;
		margin:0;
	}
	h2 {

		font-size:large;
	}
	h3 {
		font-size:medium;
	}
	h4 {
		font-size:small;
	}
	
	a.impLink,a.impLink:active,a.impLink:link,a.impLink:visited,a.impLink:hover {
		color:red;
		font-size:1.3em;
		text-align:center;
		font-weight:bold;
		display:block;
		
	}

.legSearch {
	margin:0;
	padding: 20px 10px 10px 10px;
	text-align:justify;
	display:block;
	margin-bottom:40px;
	border-top:1px solid gray;

}

.legSearch label{
	position:static;
	display:block;
	float:left;	
	width:75px;
	border:none;
	
}
.legSearch input,.legSearch select{
	position:static;
	display:block;
	float:left;
	margin-right:20px;
}
.legSearch p {
	position:static;
	clear:both;
	float:none;
	margin-bottom: 0px;
	margin-top:10px;
}
label.submitLabel {
	
	width:0px;
	margin-left:6px;
}
	.links h1, .links h3 {
		margin-top:10px;
		margin-bottom:30px;
	}
	
	.links h2 {
		font-weight : bold;
		text-align: left;
	}

.links {
	
	margin:0px;
	padding:0 20px 0 20px;
}
UL.links, UL.links LI, .links UL LI {
	text-align:justify;
	margin-top:10px;
}

UL.links, .links UL{margin : 10px 10px 10px 10px;padding : 10px 10px 10px 10px;border-bottom:1px solid gray;}
	
	UL#gacode {
		border: none;
	}

	
	li p {
		margin:0px;
		color:blue;
	}


	#footer {
	font-size: small;
	font-weight: bold;
	clear:both;
	text-align:center;
	display: block;
	float: none;
	padding: 10px 0 20px 0;
	border-top:1px ridge gray;
	
}

#navigation {
	font-size: .9em;
	font-weight: bold;
	text-align:center;
	display: block;
	float: none;
	padding: 5px 0 5px 0;
	border-bottom:1px solid gray;
	margin-top:-4px;
	width:702px;
	background-color :#081e99;
	color:#99ccff; 
}

#navigation a {
	font-weight:bold;
	vertical-align:middle;
}
#navigation a {
	color : #99ffff;  
}
#navigation a:visited {
	color : #99ccff; 
}
/*
#footer strong {
	font-size:larger;
	font-weight:bolder;
}
*/
#welcome {
text-align:justify;
	/*border: thin solid red;*/
margin:10px 30px 0 30px;
	font-size:1.3em;
}
#disclaimer {
	text-align:justify;
	margin:10px 30px 0 30px;
	font-size: x-small;
}

.createdate {
	display: block;
	font-weight : normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 130%;
	text-align: center;
	color: green;
	padding:10px 0px 0px 0px;
}

.title {
	text-align:center;
	vertical-align:middle;
	height:40px;
	padding-top:10px;
	/*border-top : 1px ridge Gray;*/
	border-bottom : 1px solid Gray;
	margin-top:-4px;
}
.help h1,h3 {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid gray;
}
.help h2 {
	text-align:left;
	font-weight:bold;
	margin-left:10px;
	padding-left:10px;
}
.help h3 {
	border:none;
}

UL.help, UL.help LI, .help UL LI {
	text-align:justify;
	margin-top:10px;
}

UL.help, .help UL, .help p {margin : 10px 10px 10px 10px;padding : 10px 10px 10px 10px;border-bottom:1px solid gray;}
.help p {border:none;}
/*
.links h1, .links h3 {
		margin-top:10px;
		margin-bottom:30px;
	}
	
	.links h2 {
		font-weight : bold;
		text-align: left;
	}
		#links{
		width:702px;
		position:relative;
		margin-bottom:0px;
		padding-bottom:0px;
}
.links {
	
	
	margin:0px;
	padding:0 20px 0 20px;
}
UL.links, UL.links LI, .links UL LI {
	text-align:justify;
	margin-top:10px;
}

UL.links, .links UL{margin : 10px 10px 10px 10px;padding : 10px 10px 10px 10px;border-bottom:1px solid gray;}
