@charset "UTF-8";
/* CSS Document */

/* Body and links */
body {background-color:#D8D8CE; padding:0px; margin:0px;}

a, a:visited, a:active {

	text-decoration:none;
}

a { color:#333333; border:none; }

a.red, a.red:hover, a.red:visited { 		
				
				color:#8E2F2E;
				text-decoration:none;
				
}

a:visited { color:#666666; }

a:hover { color:#000; text-decoration:underline; }

a:active {color:#FFFFFF; text-decoration:none; }

/* DIV ID's */

div#outer {		width:879px;
				background:url(Graphics/Optimized/shadow.png) repeat-y;
				padding:0px;
				margin:auto;
				border:0px;
}

div#content {	

				/*background-color:#3e606f;*/
				background-color:#446F94;
				width:776px;
				margin:auto; 
				padding-bottom:50px; 
				
				border-left-color:#000000; 
				border-left-width:3px; 
				border-left-style:solid; 
				
				border-right-color:#000000; 
				border-right-width:3px; 
				border-right-style:solid;
				
				/*border-bottom-color:#000000; 
				border-bottom-width:3px; 
				border-bottom-style:solid; */ 
				
				border-top:none;
				border-bottom:none;

}

div#masthead {
				background-color:inherit;

				margin:0px;
				padding:0px;
				
				border-bottom-width:2px;
				border-bottom-color:#B8C8D6;
				border-bottom-style:solid;
				
				border-left:none;
				border-right:none;
				border-top:none;
				
				text-align:center;
				text-indent:0px;
}

div#nav {
				width:inherit;
				height:22px;
				
				margin:0px;
				padding:0px;
				
				border-bottom-width:2px;
				border-bottom-color:#000000;
				border-bottom-style:solid;
				
}

div#congress {
	background-color:#C0CFD7;
	width:745px;
	height:94px;
	clear:both;
	margin-left:12px;
	margin-right:auto;
	margin-top:20px;
}

div#innerLeft, div#innerRight, div#belowContent {
	background-color:#C0CFD7;
	font-size:16px;
	margin: 40px 12px 20px 12px;
	padding:18px;
	float:left;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#innerLeft {
				width:250px;
	
}


div#innerRight {

				width:400px;
				
}

div#belowContent {

				width:710px;
				clear:both;
				margin-left:12px;
				margin-right:auto;
				margin-top:20px;
}

div#footer {

				width:inherit;
				border:none;
				
				margin:12px;
				
				clear:both;
				
}

div#bottomNav {border-top:#C0CFD7 1px solid; margin:0px 50px 30px 50px;}

div#bottomNav a, div#bottomNav a:visited { color:#FFFFFF; text-decoration:none; font-size:80%; font-family:Verdana, Arial, Helvetica, sans-serif; }


/* Classes and Spans */

ul.postnav,ul.postnav li {
	
				margin:0px;
				padding:0px;
				list-style-type:none;
}

ul.postnav li {

				float:left;
				font-size:18px;
				
				
}

ul.postnav a{
				display:block;
				padding:0px;
				font:bold 100% Verdana,Arial,sans-serif;
    			text-transform:uppercase;
				background: inherit;
				color:#FFF;
    			text-decoration:none;
				text-align:center;
				
				margin-left:auto;
				margin-right:auto;
				margin-top:0px;
				margin-bottom:0px;
				
				padding-left:41px;
				padding-right:42px;
				padding-bottom:0px;
				padding-top:0px;

}
ul.postnav a:hover {

				background-color:#8E2F2E;
				color:#FFF;
				
}



h3.emphasis, .emphasis {
	font-size:120%;
	color:#8E2F2E;
	font-weight:bold;
	margin-top:0px;
}

.boldHead {
				font-size:120%;
				color:#000000;
				font-weight:bolder;
				font-family:"Courier New", Courier, monospace;
}

li.boldList {
				font-weight:bolder;
				color:#000000;
				font-size:14px;
}

.quote {
				font-size:150%;
				font-weight:bold;
				font-style:oblique;
}

#outer #content #congress img {
	vertical-align: middle;
	position:relative;
	top:7px;
}


/* Paragraph Styles */

p { text-indent:2em; margin: 0px 0px 6px 0px; }

p.noindent, p.emphasis, p.boldHead {text-indent:0em;}
