/* Stylesheet for Constitutionality.us web site*/
/*   const.css was last modified on 11/16/04. at 9:36 AM  */
/


* place the following line in the <head> of your document*/
/*<link rel="stylesheet" type="text/css" href="const.css" />*/


body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #f0f0e1;
font-size: 100%; /* Use user's preference as your base and relative sizes for all other elements */
}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 25px;
padding-right: 50px;
background-color: #cc6600;
border-bottom: 2px #666633 solid;
color: #f0f0e1;
font-weight: bold;
font-size: .8em;
letter-spacing: 5px;
text-align: right;
}

/* Styles for the main text on the page. */

#main-text {
margin: 2px;
}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #bf8f30;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1em;
color: #bf8f30;
font-weight: bold;
}

h3 {margin-top: 0;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0;
padding: 0;
font-size: 0.8em;
color: #bf8f30;
font-weight: bold;
}

p, ul, ol, table {
margin-top: 0;
/* margin-bottom: 17px; */
/* margin-left: 0; */
margin-right: 0;
font-size: .9em;
line-height: 1.3em;
font-family: verdana, arial, helvetica, sans-serif;
}
p.mycomment, span.mycomment {
margin-top: 0;
/* margin-bottom: 17px; */
/* margin-left: 0; */
margin-right: 0;
font-size: .9em;
font-style: italic;
color: black;
background-color: #cccccc;

line-height: 1.3em;
font-family: verdana, arial, helvetica, sans-serif;
}

table#letter {
color: #000000;
font-family: Times, "Times New Roman", serif;
font-size: 1.1em;
background-color: #ffffff;
border: 2px #000000 solid;
margin: 10px;
padding: 20px; }

ol, ul {
margin-top: -0.8em;
/* margin-left: 0px; */
}

a:link, a:visited {
color: #cc6600;
text-decoration: none;
font-weight: bold;
}

a:link:hover {
color: #cc6600;
font-weight: bold;
text-decoration: none;
}

span.popquote {
color: #bf8f30;
text-decoration: overline;
}

/* Styles for the navbar on the left side. */

#left-menu {
display: block;
width: 130px;
}

#left-menu p {
/* border-bottom: 1px #cc6600 solid; */
text-align: right;
line-height: 1.0em;
font-size: 1.0em;
margin-bottom: 0.8em;
/* padding-bottom: 7px; */
/* padding-top: 7px; */
}

#left-menu a:link {
color: #cc6600;
}

#left-menu a:visited {
color: #bf8f30;
}

#left-menu a:hover, #left-menu a.current {
color: #7f3f00;
text-decoration: none;
}

/* Styles for the quotes on the right side. */

#right-column {
display: block;
width: 150px;
}

#right-column p {
line-height: 20px;
font-size: .7em;
}

#right-column strong {
color: #cc6600;
font-style: italic;
}

#copyright {
text-align: center;
}

/* Styles for the footer at the bottom of the page */

#footer {
display: block;
/* clear: both; */
text-align: center;
color: #ffffff;
margin-bottom: 0;
padding-top: 10px;
padding-bottom: 10px;
font-size: .7em;
border-top: 2px #cc6600 solid;
position: static;
/* bottom: +1em; */
background-color: #999999; 
font-family: verdana, arial, helvetica, sans-serif;
}

#footer a:link, #footer a:visited {
color: #f0f0e1;
}

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