/* General */
body			{margin:0; padding:0; background-color:#ffffff;}

/* Layout */
#Container		{width:770px; background-color:#E8EDF3;}
#HeaderBlock	{width:770px; height:411px; background: url(../images/header_congress2.jpg) no-repeat;}
#NavBlock 		{width:770px; height:47px; background: url(../images/navigation.jpg) no-repeat;}
#TitleBlock		{visibility: hidden;}
#Container2		{}
#ContentBlock	{padding:0 20px 0 20px;}
#FooterBlock	{}

/* Navigation Items */
#HeaderBlock a	 {position: absolute; top:0px; width:770px; text-decoration: none; height:411px;}
#HeaderBlock a i {visibility: hidden; } /* Hide Nav Text */

.footercontact	{font-family:Trebuchet MS; font-size:13px;}
#Nav a			{position: absolute; top:411px; text-decoration: none; height:34px;}
#Nav a i 		{visibility: hidden; } /* Hide Nav Text */
a#message		{left:0; width:224px;}
a#bio			{left:227px; width:78px;}
a#issues		{left:308px; width:60px;}
a#news			{left:370px; width:86px;}
a#contact		{left:458px; width:110px;}
a#involved		{left:570px; width:98px;}
a#contribute	{left:670px; width:100px;}

/* this is for a rollover. the border:none prevents and IE bug*/
/*
a#message:hover		{background: transparent url(images/navigation_.jpg); border:none;} 
a#bio:hover			{background: transparent url(images/navigation_.jpg) -227px 0 no-repeat; border:none;}
a#issues:hover		{background: transparent url(images/navigation_.jpg) -308px 0 no-repeat; border:none;}
a#news:hover		{background: transparent url(images/navigation_.jpg) -370px 0 no-repeat; border:none;}
a#contact:hover		{background: transparent url(images/navigation_.jpg) -458px 0 no-repeat; border:none;}
a#involved:hover	{background: transparent url(images/navigation_.jpg) -570px 0 no-repeat; border:none;}
a#contribute:hover	{background: transparent url(images/navigation_.jpg) -670px 0 no-repeat; border:none;}
*/
	
/* BODY CONTENT STYLE */
#ContentBlock,#ContentBlock td	{font-family:Trebuchet MS; font-size:13px;}

h1		{font-family: "Times New Roman", Times, serif; font-size:30px; font-weight:bold; color:#004A8D;}
h2		{margin-left:20px; font-family: "Times New Roman", Times, serif; font-size:20px; font-weight:bold; color:#004A8D;}
h3		{margin-bottom:-10px;font-family: "Times New Roman", Times, serif; font-size:19px; font-weight:bold; color:#004A8D;}

.req	{color:red;}
.error	{border:2px red solid; background-color:#ffffff; padding:20px; font-weight:bold;}	