/* Color options for BAT Coalition

main accent: navy (#000066)
White
Khaki: #b3b383
green-gray: 6a6a5a;

purple (links): 000066
blue (visited): #006699
*/



body,
html 	{ margin:20px 0 auto; padding:0; 	}

article, aside, figure, footer, header, nav, section, ul {display: block;}

body	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	}

.hidden	{
	display: none;
	}
	
#container-main {
	width: 840px;
	margin: auto;
	background: #FFFFFF;
	border: 1px solid #000066;
	font-style: normal;
	}

#header {
	height: 142px;
	border: 1px solid #000066;
	background-color:  #000066;
	background-image: url(images/coalition_blue.jpg);
	background-repeat: no-repeat;
	background-position: left center;
    	}


#sidebar {
	float: right;
	width: 280px;
	padding: 10px;
	border-left: 1px solid #000066;
	}
	
#sidebar highlight {
	background-color:#000
	font-style:
}

#content {
	padding: 0px 10px 10px 20px;
	width: 500px;
	}
a {
	text-decoration: none;
	color: #000066;
}

a:visited {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}

#nav {
    float: right;
	padding:6px;
	color: #FFFFFF;
    }
	
#nav ul{
    	margin:0;
    	padding:4;
    	list-style:none;
	    color: #FFFFFF;
    	}

#nav li{
	display:inline;
	align: right;
   	margin:0;
   	padding:4;
	color: #FFFFFF;
    	}
		
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	}

#nav a:hover {
	color: red;
	background: #ececec;
	}

#nav a:hover.current {
	cursor: default;
	}

#footer {
	clear: both;
	background: #000066;
	text-align: center;
	color: #FFFFFF;
	line-height: 18px;
	width: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	}

#footer p {
	font-size: 9px;
	}
.altnav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: red;
	background: #ececec;
	}
	


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 24px;
	color: #FFFFFF;
	padding-left: 150px;
	padding-top: 12px;
	padding-bottom: 20px
	}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.3em;
	color: #b3b383;
	padding: 6px 0;
	}

h3 	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.1em;
	color: #b3b383;
	padding: 6px 0;
	font-style: italic;
	}

h4 	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 6px 0;
	color: #b3b383;
	}

p 	{
	margin: 0 0 10px 0;
	padding: 4px;
	}

ul 	{
	margin-left: 10px; 
}

p .legislation {
	font-family: "Times New Roman", serif;
	margin: 0.3em 0.3em 0.5em 0.3em;
	line-height: 1.2em;
	font-size: 10pt;
	}
	
p.sidebar {
	font-size: 10px;
}

