html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/*Defined html elements *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
html {
background-color:#e1f2f9;
}

body {
line-height: 1.25; 
color: black;  
width:780px;
padding-top:10px;
margin-left:auto; /* The left & right margin being set to auto will make the page centered*/
margin-right:auto; /* The left & right margin being set to auto will make the page centered*/
text-align:left;
font-size:12px;
font-family:Arial, Helvetica, sans-serif; 
position:relative;
}

ol, ul {
list-style: none;
}


p {
padding:5px 0px;
}

caption, th, td {
text-align: left;  
font-weight: normal; 
vertical-align:top;
}

label { 
cursor: pointer;  
}

a { 
color: #005eae; 
}

a:link, a:visited, a:active { 
text-decoration: none; 
}

a:hover { 
text-decoration: underline; 
}

h1 { /* Page Titles */
font-weight: 700; 
font-size: 1.85em; 
margin-bottom: -20px; /* Negative Margin brings the "hr" directly under the title - if the margin on the hr is changed this should be looked at too */
margin-top:15px;
color: #005eae;
	clear:both;
}

h2 { /* ListAlert Titles, My Legislators, */
font-weight: 700; 
font-size: 1.3em;
color: #005eae; 
background-color: #e1f2f9;
}

h3{ /* SubHead used on Composeletters, MyInfo (User Name), My Legislators */
font-weight: 700;
font-size:1.1em;
}

h5{ /* SubHead used on Composeletters, MyInfo (User Name), My Legislators */
font-weight: 700;
font-size:1.05em;
}
hr { /* Used under titles, between letter on ComposeLetters Page */
margin-bottom:15px;  /* "h1 has a Negative Margin to bring this directly under the Title, if this is changed the h1 should be looked at too */
margin-top:20px;
background-color:#CCCCCC;
height:1px;
border-style:none;
border-width:0;
}

textarea{ /* Used to set the size of the textarea on composeletters page & Tell-Ariend */
width:90%;
height:150px;
}

label { 
display:block;  
width:8.5em;  
float:left;  
text-align:left; /* Change to text-align:right; to align the labels from the right */
padding-right:3px; 
}

.reglabel { width: 9.5em;}
input{
width:13.55em;
margin-bottom:5px;
font-size:12px;
}

select{
width:12.5em; /* Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:5px;
}


table{
border-collapse:collapse;
}

th { 
padding:5px;
background-color: #0199C0; 
font-weight: 700; 
color:#ffffff;  
border-style:solid;
border-color:#ffffff;
border-width:1px;
white-space: nowrap;
}

}

td { 
padding:5px;
border-style:solid;
border-color:#cccccc;
border-width:1px;

}

#MyParticipation td.nospace{white-space: nowrap;}

.clear {
clear:both;
}
/* Styles used by the includes 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

/*Header Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
#MainHeaderContainer{
text-align:center; /* Centers the banner */
}

/*Body Container holds the other three containers ImageBar, Nav, & ContentContainer
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.BodyContainer { /* This holds the main area includeing Nav,Main and Image Bar.*/
background-image:url('../images/page-bg.jpg');
width: 100%;
}

/*Image Bar Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*Main Container Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.ContentContainer {  /* This holds the main area that all the funtionality of the site is in.*/
	float:left;
	padding-left:30px;
	width: 560px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
}
			  
/* If this style where uncommented it would control the size of the Content Container for only the AlertDetail Page.
This technique can be used to over ride any style on a page by page level (Always place the page id first).
#AlertDetail .ContentContainer {  
padding:10px;
width: 400px;
}
*/


/*Footer Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

#MainFooterContainer {  /* This holds the mainfooter include file.*/
clear:both;
background-image:url('../images/footer.gif');
background-repeat:no-repeat;
background-color:#005eae;
color:#FFFFFF;
text-align:center;
font-size: .8em;
}

#MainFooterContainer a { 
color:#FFFFFF;
}


/*Menu/Nav Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.MenuContainer {  
float:left;
background-color:#005eae; 
width:164px; /*This sets the width Nav, if you want to Menu uder the banner set to 100%.  Please all take a look the width of the links as they will need to be edited if this is edited */

}

.MenuContainer li{
/* UnComment this if you would like a Menu under the banner
float:left;*/
line-height:1.8;

}


.MenuContainer a:link, .MenuContainer a:visited, .MenuContainer a:active{
	color: #FFF;
	line-height:16px;
	display:block;
	background-image:url('../images/nav-off.gif');
	background-position:center;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 1em;
	font-weight:700;
	width:150px;
	/*margin-top: 2px;*/
}

.MenuContainer {
	background-image:none;
}

.MenuContainer a:hover { 
background-image:url('../images/nav-on.gif');
color: #005eae;
text-decoration:none;
}

.nopadding{ /* This hold the image in the menubar */
float:left;
padding:0px;
width:170px;
}
.nopadding a:link, .nopadding a:visited, .nopadding a:active{
	display:block;
	background-image: none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	
	/*margin-top: 2px;*/
}
/* This how you would change the style for a single item in the Nav - Take Aciton in this case.  This would not override the "on page" below
#TakeActionLink a:link, #TakeActionLink a:visited, #TakeActionLink a:active { 
text-decoration: underline; 
background-color: #00FF66;
display:block;
font-weight: 700; 
color:#FF0000;
}
*/


/*This code is what make the "on page" link retain a different style then the rest of links.  Every link in the nav should have an id. When a page has an id (in the container div) and the link has an id that are defined together then the style will be in effect.*/
#TakeAction #TakeActionLink a:link, #TakeAction #TakeActionLink a:visited, #TakeAction #TakeActionLink a:active, 
#AlertDetail #TakeActionLink a:link, #AlertDetail #TakeActionLink a:visited, #AlertDetail #TakeActionLink a:active, 
#ComposeLetters #TakeActionLink a:link, #ComposeLetters #TakeActionLink a:visited, #ComposeLetters #TakeActionLink a:active, 

#Register #RegisterLink a:link, #Register #RegisterLink a:visited, #Register #RegisterLink a:active,
#MyInfo #RegisterLink a:link, #MyInfo #RegisterLink a:visited, #MyInfo #RegisterLink a:active,
#Login #RegisterLink a:link, #Login #RegisterLink a:visited, #Login #RegisterLink a:active,

#MyLegislators #MyLegislatorsLink a:link, #MyLegislators #MyLegislatorsLink a:visited, #MyLegislators #MyLegislatorsLink a:active,

#MyParticipation #MyParticipationLink a:link, #MyParticipation #MyParticipationLink a:visited, #MyParticipation #MyParticipationLink a:active,
#ParticipationDetail #MyParticipationLink a:link, #ParticipationDetail #MyParticipationLink a:visited, #ParticipationDetail #MyParticipationLink a:active,

#News #NewsLink a:link, #News #NewsLink a:visited, #News #NewsLink a:active,
#NewsDetail #NewsLink a:link, #NewsDetail #NewsLink a:visited, #NewsDetail #NewsLink a:active,

#Links #LinksLink a:link, #Links #LinksLink a:visited, #Links #LinksLink a:active,

#LegislatorSearch #LegislatorSearchLink a:link, #LegislatorSearch #LegislatorSearchLink a:visited, #LegislatorSearch #LegislatorSearchLink a:active,
#CommitteeSearch #LegislatorSearchLink a:link, #CommitteeSearch #LegislatorSearchLink a:visited, #CommitteeSearch #LegislatorSearchLink a:active,
#CommitteeDetail #LegislatorSearchLink a:link, #CommitteeDetail #LegislatorSearchLink a:visited, #CommitteeDetail #LegislatorSearchLink a:active,
#LegislatorDetail #LegislatorSearchLink a:link, #LegislatorDetail #LegislatorSearchLink a:visited, #LegislatorDetail #LegislatorSearchLink a:active,

#KeyContact #KeyContactLink a:link, #KeyContact #KeyContactLink a:visited, #KeyContact #KeyContactLink a:active,

#About #AboutLink a:link, #About #AboutLink a:visited, #About #AboutLink a:active,
#Information #InformationLink a:link, #Information #InformationLink a:visited, #Information #InformationLink a:active,
#Champion #ChampionLink a:link, #Champion #ChampionLink a:visited, #Champion #ChampionLink a:active,
#FAQs #FAQsLink a:link, #FAQs #FAQsLink a:visited, #FAQs #FAQsLink a:active,
#ContactUs #ContactUsLink a:link, #ContactUs #ContactUsLink a:visited, #ContactUs #ContactUsLink a:active
{
background-image:url('../images/nav-on.gif');
display:block;
font-weight: 700; 
color: #005eae;
}






/* common site styles 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

.RequiredMark { /* Formats the * for required field in the form (Register, MyInfo, & Login) */
display:block; 
width:.8em; 
font-size:1.7em; 
font-weight:700; 
color:#ff0000; 
float:left; /* Change to float:right; to move the * to the right of the field */
}

.DataTableSubmit { /* Formats the bottom row of table where the submit button is (Legislator Search)*/
background-color: #F0F8FF; 
text-align:right;
}


/* Alerts page 
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#AlertDetailSummary { /* The Summary text of an alert */
margin-bottom:10px; /* provides a space inbetween the summarry and the link/image below it */ 
}

.AlertDetailTakeActionLinkText{
display:block; /*Change this to display:none; to hide the text link */
}

.AlertDetailTakeActionLinkImage { /* By Default this class in hidden using display:none; as the default setting is not use images for links */
background-image:url('../images/email_16.gif');  /* Change the file name of the image you want to use for the take ation link */
border:none; 
background-color:transparent; 
width:162px;  /* Should be the width of the image */
height:40px;  /* Should be the height of the image */
display:none; /* Change this to display:block; to bring the it out of hidding */
cursor:pointer; 
}


/* ComposeLetters Page 
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.CLLetters { /* Used as a container for the letters */
margin-top:5px;
margin-left:30px; 
}

.CLTargets, .TYTarget  {  /* A style that is used to format the list of Targets (ComposeLetters & Thank You Page) */
list-style-type:disc;
margin-left:20px;
}

#CLNoTargets { /* A style that is used to format the text that will display if there are no Targets when a user gets to the letter page */
margin-top:20px;
font-weight:700;
}


.CLCommType{ /* A Style used to format the area containing the radio buttons */
margin-top:10px;
margin-bottom:10px;
vertical-align:middle;
}

#ComposeLetters input { /* A style that is used to format the radio button  */
width:18px;
margin-left:7px;
}


input#CLSumitButton { /* A Style to place a graphic button for the Submiting of the letter */
background-image:url('../images/SubmitButton.gif');  
border:none; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}

.CLLetterHeader, .CLLetterTop, .CLLetterBody, CLLetterBottom, CLSignature{ /* These Class are not used but are inplace if you want to control the sytle of the letter */ 
}



/*My Info
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.MIAddress { /* Used only to indent the address */
margin:15px; 
}
.MIAddress2 { margin-left: 15px; z-index: 1001;
}

.MIFormContainer { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
width:29.5em; /* Width should be just bigger then the three elemets combined */
}



#MyInfo Label { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
width:8.5em; /* Width should be just bigger then the three elemets combined */
}

#MyInfo br { /* This creates line brake between form elements */
clear:both;
}

.MISumitButton{
margin-top:10px;
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.RegisterFormContainer { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
width:28.5em; /* Width should be just bigger then the three elemets combined */
}


.RegisterFormContainer_default { /* This is a container that holds the three elements of the edit form (RequiredMark, label, input) */
/* width:23.5em; /* Width should be just bigger then the three elemets combined */
float:right;
font-size: 10px;
border:thin;
border-color:#FF0000;
}

#Register br { /* This creates line brake between form elements */
clear:both;
}

#home_reg {
margin-right: 0;
width: 235px;
padding:8px 5px;
border:thin;
border-color:#015EAE;
display: block;
background-color:#FFFFFF;
text-align:left;

}

#home_left {
width: 285px;
float:left;
padding: 8px;
}

.onleft {
display:block;
width: 240px;
float:left;
padding: 8px;
}
.onright {
display:block;
width: 240px;
float:right;
padding: 8px;
}

#home_reg label
{ 
display:block;  
width:8.5em;  
float:left;  
text-align:left; /* Change to text-align:right; to align the labels from the right */
padding-right:2px; 
}

#home_reg input{
width:9.55em; 
margin-bottom:3px;
}

#home_reg select{
width: 9em; /* Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:3px;

}



}
.RegisterSumitButton{
margin-top:10px;
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}

#home_reg .RegisterSumitButton_default{
margin-top:10px;
background-image: url('../images/LoginButton.gif');
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:150px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
font-size:10px;
}


Label .option {
display: inline-block; float: right; margin-left:0px;}



/*Thank You Page
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.TYTarget  {  /* A style that is used to format the list of Targets default setting is in the Composeletters section */
}

.JumpLinks { /* Jumplinks are at the bottom of the thank you display, they are hidden by default as they are not part of the default requerments  */
margin:10px;
/*display:none; */
}

/*My Legislators
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.MLCapAddress{ /* Container for the Capitol Office column */
padding-top:10px; 
padding-bottom:10px;
float:left;
width:50%;
}

.MLDistAddress { /* Container for the District Office column */
padding-top:10px; 
padding-bottom:10px;
float:left;
width:50%;
}

.MLWebLink {/* Class put into place for formating the "Visit my website." link */
}

.MLEmailLink{/* Class put into place for formating the "Email me." link */
}

.MLInfoLink {/* Class put into place for formating the "More Info..." link */
}

/*My Participation
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#MPAlertBox { /* This id is on the table on the my participation */
width:100%;
}

#MPNOParticipation{ /* This id is in place for the case the user has not participated */
}

/*Participation Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#PDInstruct{ /* Put in place to control the line "Viewing messages for alert:" */
}
	
#PDActionBox{  /* This id is on the table on Participation Detail Page */
width:100%;
}

/*News
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.NewsItem{ /* This class is in place to style the new items */
margin-bottom:10px;
}

#NoNews{ /* This id is in place to style the text if there is no new */
}


/*News Detail
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#NDContent{ /* This id is in place to style the content of the News Detial page */
}


/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.LinkItem{ /* This class is in place to style the link items  */
margin-bottom:10px;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#LegislatorSearch br{
clear:both;
}

#LegislatorSearch input{
float:left;
}
#LegislatorSearch label{
float:left;
line-height:1.5;
cursor:default;
}


#LSSearchByAddress { 
padding:6px;
background-color:#ECECEC;
float:left;
margin-bottom:6px;
margin-right:2%; 
width:56%;

}

#LSSearchByState { 
padding:6px;
background-color:#ECECEC;
float:left; 
margin-bottom:6px;
min-width:18em;
/* width:18em; */
/*max-width:36% */
margin-right:0; 
width:56%;
}

#LSSearchByState label{
float:left;
line-height:1.5;
}

#LSSearchByState select{
/*width:12.5em; */
float:left;

}


#LSChamberTypes {
margin-top:5px;
margin-bottom:10px;
padding:6px;
background-color:#ECECEC;
width:98%;
}

#LSChamberTypes input{
width:35px;
float:left;
}

#LSChamberTypes label{
float:left;
line-height:1.5;
width: 135px;
cursor:default;
}

.LSResultsSection li { 
padding-left:10px;
}

.LegislatorSearchSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
margin-bottom:5px;
}

#LSResults{} /* A div put in place to hold the results below the search */

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#CommitteeSearch br{
clear:both;
}

#CSSearchFederal {
margin-top:10px;
padding:10px; 
background-color:#ECECEC;
width:250px;
height:180px;
float:left;
margin-right:10px;
}

#CommitteeSearch input {
width:auto;
float:left;
margin-left:10px;
} 

#CommitteeSearch label{
float:left;
line-height:1.5;
cursor:default;
width:auto;
padding-left:5px;
}

#CommitteeSearch select{
float:left;
width:auto;

}

#CSSearchState { 
margin-top:10px;
padding:10px;
background-color:#ECECEC;
width:250px;
height:180px;
float:left; 
}

#CommitteeSearch.fedSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

#CommitteeSearch.stateSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

.CSCommittee a{
font-weight:700;
padding-left: 20px;
padding-top: 5px;
}

.CSSubCommittee {
padding-left:30px;
}

.CSSubCommittee a{
font-weight:normal;
}

#CSResults{
width:98%;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#LDLegisPic{
float:left;
}

#LDAddress{
float:left;
}

.LDAddressBlock{
margin-left:20px;
float:left;
}

.LDCommittee a{
font-weight:700;
}
.LDCommittee {
padding-left: 20px;

}

.LDSubCommittee {
padding-left:30px;

}

.LDSubCommittee a{
font-weight:normal;
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////*/
#KeyContact label{
float:left;
width:280px;
text-align:right;
padding-right:10px;
line-height:1.5;
}

#KeyContact br{
clear:both;
}

#KCTextArea {
padding-left:20px;
margin-bottom:10px;
}

#KeyContact .KeyContactUpdateButton{
background-image:url('../images/UpdateButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  
height:22px;  
cursor:pointer;
margin-bottom:10px;
}

#KeyContact .KeyContactSubmitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  
height:22px;  
cursor:pointer;
margin-bottom:10px;
}

/*TellAFriend
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#TellAFriend .TellAFriendSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

/*Share Your Story
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#ShareYourStory .ShareYourStorySumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

/*Contact Us
//////////////////////////////////////////////////////////////////////////////////////////////////*/

#ContactUs .ContactUsSumitButton{
background-image:url('../images/SubmitButton.gif');  
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:179px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
}

#topWelcome {font-size:10px; 
 float:right;
 text-align: left;
}

#topWelcome Input {
width: 9.55em;
margin-bottom:0px;
margin-top: 0px;
}

#topWelcome .WelSumitButton {
background-image: url('../images/LoginButton.gif');
border:none;
background-repeat:no-repeat; 
background-color:transparent; 
width:125px;  /* Should be the width of the image */
height:22px;  /* Should be the height of the image */
cursor:pointer;
font-size:.9em;
}

#Error P{font-size: 1.1em;
font-weight: 700;
margin-left: 200px;}

#Error H1 {margin-left: 200px;}

#Error .ContentContainererror {  /* This holds the main area that all the funtionality of the site is in.*/
	float:left;
	padding-left:30px;
	width: 560px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
}
