/*CSS for pop-up windows - larger*/
body {
color: #181818;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
background-image: url(images/backgrounds/bg_canvas0-blue.jpg);
}
h1 {
color: #181818;
font-size: 1.2em;
text-align: center;
font-style: italic;
font-weight: bold;
letter-spacing: 5px;
}
h2 {
font-size: 1.1em;
text-decoration: underline;
}
p {
font-size: .8em;
text-align: justify;
line-height: 1.3em;
font-weight: bold;
}
p.two {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: .8em;
text-align: center;
}
address {
font-size: .8em;
}
a:link, a:visited {
color: #181818;
font-weight: bold;
text-decoration: none;
}
a:hover, a:active {
color: #3b0b22;
text-decoration: underline;
font-weight: bold;
}
a.two:link, a.two:visited {
text-decoration: none;
font-weight: bold;
font-size: .8em;
color: #181818;
font-weight: bold;
}
a.two:hover, a.two:active {
text-decoration: underline;
font-weight: bold;
font-size: .8em;
color: #3b0b22;
font-weight: bold;
}
#content {
position: center;
top: 0px;
left: 50px;
width: 800px;
}
#header-text {
position: relative;
width: 800px;
padding: 10px;
}
#main {
position: relative;
top: 0px;
left: 0px;
width: 800px;
border-right: 0px #000000 solid;
border-left: 0px #000000 solid;
border-bottom: 0px #000000 solid;
margin-left: 0px;
padding: 10px;
}
#main img {
border-width: 4px;
border-color: #181818;
border-style: ridge;
}
#main img.mirrors {
border-width: 0px;
}
#copyright {
width: 800px;
color: #3b0b22;
font-size: .6em;
font-weight: bold;
padding: 10px;
}
#footer {
width: 800px;
font-size: .8em;
font-weight: bold;
padding: 10px;
}