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, 
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 *
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/


body {
line-height: 1.25; 
width:800px;
margin:10px auto;
text-align:left;
position:relative;
}

li {
margin-left:18px;
}

p {
padding:10px;
}

caption, th, td {
text-align: left;  
font-weight: normal; 
vertical-align:top;
}

label { 
cursor: pointer; 
display:block;
width:80px;
position:relative;
float:left; 
margin:5px 5px 0 0;
clear:both;

}

#RightColumn label{
text-align:right;
}




input, select {margin-top:3px; }

strong {font-weight:700;}

.banner {width:100%; height:90px;  background-image: url(../images/masthead.gif);background-repeat:no-repeat; margin:0 0 0 0; clear:both;}

.FooterContainer {  
padding:2px 0;
width:100%;
clear:both;
}

#LeftColumn{
width:64%;
position:relative;
float:left;
}

#RightColumn{
width:35%;
position:relative;
float:right;
}


.MainContainer{
min-height:280px;
}


.logout{ text-align:right; padding:10px 40px;}

#submit{
text-align:center;
margin:5px 0;
}

/* ComposeLetters Page 
//////////////////////////////////////////////////////////////////////////////////////////////////*/
.CLLetters { /* Used as a container for the letters */
margin-top:-5px;
}

.TYTarget, .NewsItem, .LinkItem  { 
list-style-type:disc;
margin-left:30px;
}

#tellafriend label{display:block; clear:both; margin:15px 0 0 0; width:300px; }
#tellafriend input {width:300px; clear:both; display:block; margin-top:3px; }
#tellafriend textarea { height:220px; width:500px; clear:both; display:block; margin-top:3px;}
.RegistrationForm{ margin:0 10px 10px 10px; padding:5px;}

#letter {
border:1px solid #cbcbcb;
background-color:#e8e4e4;
padding:10px;
width:450px;
margin:auto;
color:#666666;
}


