/*
----------------------------------------------------------------------
Based on an original template by Chugs, http://www.chugsdesigns.com/
----------------------------------------------------------------------
*/

body {
margin: 0; 
padding: 0;
/*background: #ddd;*/
/* font: normal 100%/1.5em */
font-size: 110%;
font-weight: normal;
line-height: 1.5em;
font-family: "Trebuchet MS", "Arial Unicode MS", "Eras Medium ITC",Verdana, "Lucida Sans Unicode","Lucida Grande", "Bitstream Vera Sans", sans-serif;
/*color: #777;
background-color:#193941; */
background: transparent url(images/clipboard_bg3.jpg) repeat 0 0;
text-align: center;
}

/* -- links -- */

a:link {
/* color: #c60; */
color: #B2320F;
text-decoration: none;
background: transparent;
}

a:visited {
color: #f93;
text-decoration: none;
background: transparent;
}

a:hover {
color: #3300CC;
text-decoration: underline;
background: transparent;
}

a:active {
color: #c60;
text-decoration: none;
background: transparent;
}

/* -- headings -- */

h1, h2, h3 {
margin: 0 0 15px 0;
padding: 0;
background: transparent;
font: "Felix Titling", "Perpetua Titling MT", "Times New Roman Condensed", "Times New Roman", serif;
font-weight: normal;
/*color: #777;*/
color: #000000;
text-transform: uppercase;
letter-spacing: 0.1em;
}

h1 {
font: "Felix Titling", "Perpetua Titling MT", "Times New Roman Condensed", "Times New Roman", serif;
font-size: 1.2em;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h2 {
font: "Felix Titling", "Perpetua Titling MT", "Times New Roman Condensed", "Times New Roman", serif;
font-size: 1.1em;
font-style: italic;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

h3 {
font: "Felix Titling", "Perpetua Titling MT", "Times New Roman Condensed", "Times New Roman", serif;
font-size: 1.0em;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}



/* -- container --*/

#container {
width: 768px;
height: 1%;
/* top margin */
margin: 5px auto;
padding: 0;
text-align: left;
}

/* -- banner --*/

#banner {
position: relative;
width: 768px;
height: 103px;
margin: 0 50px;
padding: 0;
color: #000000;
font: bold 120%/1.5em "Times New Roman", "Courier New", serif;
background: transparent url(images/banner_paper.png) no-repeat 0 0;
}

#banner p {
display: block;
margin: 0;
padding: 0;
/*text-indent: -100000px;*/
}

#banner p a {
display: block;
text-decoration: none;
}

/* -- top level nav --*/

#nav-meta {
position: absolute;
top: 5px;
right: 45px;
margin: 0;
padding: 0;
}

#nav-meta ul {
margin: 0;
padding: 0 0 0 3px;
border-left: 0px solid #777;
font-size: 0.75em;
text-align: center;
line-height: 1.2em;
}

#nav-meta li {
display: inline;
list-style-type: none;
margin: 25;
padding: 10;
border-right: 0px solid #777;
}

#nav-meta a {
margin: 0;
padding: 0 3px 0 0;
background: transparent;
color: #777;
text-decoration:none;
}

#nav-meta a:hover {
text-decoration: underline;
}


/* -- content --*/

#content {
/*margin: 0 142px 0 150px;*/
margin: 0 -50px 0 50px;
padding: 15px 32px 0 55px;
/* background: #fdfdfd url(images/content_paper_bg.png) repeat-y 0 0; */
background: url(images/content_paper_bg.png) repeat-y 0 0;
font-size: 0.75em;
text-align: justify;
line-height: 1.6em;
}

#content p {
margin: 0;
padding: 0 0 15px 0;
}

/* -- footer --*/

#info-site {
/*margin: 0 142px 20px 150px;*/
margin: 0 -58px 0 50px;
padding: 5px 32px 0 55px;
/* padding: 30px 0 0 0; */
background: transparent url(images/content_paper_bot.png) no-repeat 0 0;
font-size: 0.75em;
text-align: center;
}

#info-site a:link {
color: #c60;
text-decoration: none;
background: transparent;
}

#info-site a:visited {
color: #f93;
text-decoration: none;
background: transparent;
}

#info-site a:hover {
color: #c60;
text-decoration: underline;
background: transparent;
}

#info-site a:active {
color: #c60;
text-decoration: none;
background: transparent;
}

/* -- misc --*/

div.clear {
clear: both;
height: 0;
line-height: 0;
}