/* CSS Document */
html, body {
height: 100%;
border: 0;
margin: 0;
background-color:#990000;
font:12px Verdana, Arial, Helvetica, sans-serif;
line-height: 14px;
}

li {
list-style-type: none;
color:#663300;
}

#container {
position: relative;
width: 790px;

background-color:#E6E6CC;

margin: 0 auto;
border-left: 4px solid #999999;
border-right: 4px solid #999999;
}

#header {
width: 790px;
height: 252px;
}

#menu {
position: absolute;
top: 149px;
left: 100px;
width: 120px;
height: 100px;
}
#menu a {
display: block;
color:#FFFFFF;
font-weight: bold;
text-decoration: none;
text-align:right;
padding: 3px;
}
#menu a:hover {
color:#999999;
}

#content {
padding-left: 240px;
width: 540px;
padding-top: 30px;
padding-bottom: 30px;
background-image:url(../images/container_bg.jpg);
background-repeat: repeat-y;
}
#content h1 {
color:#003366;
font-size: 16px;
line-height: 18px;
}
#content h2 {
color:#990000;
}
#content a img {
border: 1px dashed #990000;
}
#content a:hover img {
border: 1px dashed #66CC00;
}

#content a:hover {
color:#666666;
}

#footer {
width: 790px;
margin: 0 auto;
}

#footer p {
text-align: center;
padding-top: 10px;
}

#footer a {
color:#666666;
text-decoration:none;
border-bottom: 1px dashed silver;
}
#footer a:hover {
color:#990000;
}

#flash {
position: absolute;
top: 420px;
left: 560px;
}

.centered {
width: 200px;
text-align: center;
color:#990000;
font-size: 14px;
font-weight: bold;
line-height: 18px;
margin-left: 30px;
}

.highlight {
color:#990000;
font-weight: bold;
}

.largehighlight {
font-size: 18px;
color:#666600;
}

.redlarge {
font-size: 16px;
color:#990000;
}

.redtext {
color:#990000;
font-size: 18px;
font-weight:bold;
font-style:italic;
line-height: 20px;
}

