/*  
CSS by Adam Lawson


*/

#body {background: #DDD; color: #000;}
#body {background: #c0c0d0; color: #000;}
body {background: #123456; color: #000; font-size:90%; }


/* Links */

a{color:#00C; text-decoration: none;}

a:hover{color:#E0AD12;}

/* Divs */
#container { margin-right: auto; margin-left: auto; background-color: #CCCCCC; align: center; border-left: 1px solid #000; border-right: 1px solid #000; border-top: 1px solid #000; border-bottom: 1px solid #000;} 
#header { background-color: #123456; font-size: 90%; margin-top: 0; border-bottom: 1px solid rgb(192,0,192); align: center; margin-right: auto; margin-left: auto; color: #dadabe;}
/*#content { border-top: 1px solid #000; background-color: #aaa; } */
#content { border-top: 1px solid #000; background-color: #CCCCCC; } 
#footer { border-top: 1px solid #000; background-color: #CCCCCC; } 

img {border: 0;}


/* Headers (H1, H2, H3, ...) */

h1,h2,h4,h5,h6{padding:0px; margin:0;}

h1 {font-size: x-large; margin-bottom: 0; text-align:center;}

h1 a:link{color: #000;}

h1 a:visited{color: #000;}

h5 {text-align: center; color: #000;}

h2{color: #dadabe; margin: 5px 0 25px 0; padding: 0 0 0 5px; font-size: medium; background-color: transparent; text-align: center;}

h3{color: #000; margin: 0; padding: 5px; font-size: medium;}

h4{color:#FFF;}

h6{color:#000; font-size: medium;}

/* Paragraphs */

p {padding-left: 7px; padding-right: 7px;}

.footerp {font-size: small; background-color: #c9c9ad;}

/* Blockquote and some other formatting: */
blockquote {padding: 5px; border: 1px dashed; background-color: #ccc; color: #000;}

pre,code{color:#990000;}

ul{margin: 7px;padding:0px;list-style-type:none;font-size:95%;}
li{margin:0px;list-style-type:none;font-size:95%;}

.paywk { background: #BEBEDA; }
.nonwk { background: #DABEDA; }
