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,
caption, tbody, tfoot, thead {
  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:#cbcfb5;
}

body {
line-height: 1.25; 
background: white; 
width:649px;
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*/
position:relative;
margin-top:10px;
}

ol, ul {
list-style: none;
}

p {
padding:8px 0px;
}


label { 
cursor: pointer;  
}


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:0px;
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:right; /* Change to text-align:right; to align the labels from the right */
padding-right:3px; 
}

input{
/*margin-bottom:5px;*/
}

select{
/*width:14em;  Select boxs need to be just bigger then input areas, to look the same size on the page */
margin-bottom:5px;
}




/* 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.*/
width: 100%; 
}


/*Main Container Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
.ContentContainer {  /* This holds the main area that all the funtionality of the site is in.*/
float:left;
padding:8px;
width:610px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
background-color:#f6f6f6;
}

/*Main Container Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
* > .ContentContainer {  /* This holds the main area that all the funtionality of the site is in.*/
float:left;
padding:20px;
width:609px; /*If the width is less then 485px then the styles of the Key Content page will need to adjusted as well. */
background-color:#f6f6f6;
}



/*Footer Area Styles
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

#MainFooterContainer {  /* This holds the mainfooter include file.*/
clear:both;
width:649px;
height:52px;
overflow:hidden;
margin-bottom:10px;
}

/* Homepage */

.css-rollover {
background-position:left top;
}
.css-rollover:hover {
background-position:left bottom;
}

#sections li {
display:inline;
}

#sections {
list-style-type:none;
}
/*
#sections li a {
display:block;
float:left;
height:152px;
margin:6px 12px;
width:583px;
text-decoration:none;
}
*/
#sections li a:hover{
text-decoration:none;
}

#gotv {
background-image:url(../images/gotv.gif);
}

#pac {
background-image:url(../images/pac.gif);
}

#cc {
background-image:url(../images/cc.gif);
}

#scoop {
background-image:url(../images/scoop.gif);
}

#sections h1, #sections p{
margin-left:200px;
margin-top:5px;
width:360px;
line-height:1.2;
}

/*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;
}

#bottom-links{
background-color:#CBCFB5;
margin-top:-10px;
padding-top:5px;
text-align:center;
}


#sections li div{
display:block;
float:left;
height:152px;
margin:6px 12px;
width:583px;
text-decoration:none;
}
