/* CSS Document */

body {
font-family: "Comic Sans MS", sans-serif;
color: #000000;
font-size: 11pt;
text-align: left;
background-image: url(images/grad-bg.jpg);
background-repeat: repeat-x;
background-color: #A38BBC;
}

a:active { color: #000000; text-decoration: underline; }
a:link { color: #000000; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }

p.links { font-family: "Comic Sans MS", sans-serif; color: #000000; font-size: 9pt; }

h1 { font-family: "Comic Sans MS", sans-serif; font-weight: bold; font-size: 11pt; color:#6e5b8a; margin-bottom: 2px; margin-top: 2px; margin-left: 14px; margin-right: 14px; text-align: center;
}

.copyright {
margin-top:5px;
font-family: "Comic Sans MS", sans-serif; color: #000000; font-size: 7pt;
}

#outer-container {
margin: auto;
width: 815px;
border: 5px solid #BEA974;
background-color: #FFFFFF;
}

#inner-container {
margin: 5px;
width: 800px;
border: 2px solid #BEA974;
background-image: url(images/bg-pattern.jpg);
}

#header {
width: 800px;
float: left;
}

#content-container {
margin-top: -30px;
width: 800px;
text-align: right;
}

#text-container {
margin-right: 10px;
margin-left: 10px;
width: 780px;
}

#left-content {
float: left;
width: 390px;
margin-left: 5px;
}

#right-content {
float: right;
width: 400px;
margin-right: 2px;
margin-top:10px;
}

#bottom-nav { clear: both;
font-family: "Comic Sans MS", sans-serif; color: #000000; font-size: 9pt; }
