/* CSS file for Georgia Log Cabin */

a {
cursor: pointer;
text-decoration: underline;
}

a:link {color: #001f69}
a:visited {color: #fe0207}
a:hover {color: #00f}
a:active {color: #f00}

a.destination {
text-decoration: none;
cursor: text;
}

a.nav {
cursor: pointer;
font-size: medium;
font-weight: bold;
text-align: center;
text-decoration: none;
}

a.nav:link {color: #001f69;}
a.nav:visited {color: #001f69;}
a.nav:hover {color: #fe0207; font-size: large;}
a.nav:active {color: #fe0207;}

abbr, acronym {
border-bottom: 1px dotted #001f69;
cursor: help;
} 

body {
color: #000;
font: 14px/19px arial, verdana, helvetica, geneva, sans-serif;
font-weight: normal;
background-color: #fff;
background-image: none;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}

.clear {
clear: both;
}

.clearLeft {
clear: left;
}

.clearRight {
clear: right;
}

div.code {
color: #000;
background-color: #eef;
font-size: small;
font-weight: normal;
font-family: monaco, courier, courier new, prestige, prestige elite;
width: 450px;
overflow: auto;
white-space: nowrap;
margin: 5px;
}

div.container {
width:625px;
margin:0px;
background-color:#fff;
}

div.content {
background-color: #fff;
height: 100%;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
margin-left: 150px;
padding-left: 5px;
}

div.footer {
padding: 0px;
color: black;
background-color: #fff;
clear: both;
display: block;
}

div.icon {
float: left;
text-align: center;
margin: 3px;
}

div.leftbox {
font-size: small;
float: left;
margin: 0px;
padding: 0px;
max-width: 50%;
}

div.movie {
clear: both;
text-align: center;
margin: 5px;
}

div.nav {
float: left;
width: 145px;
margin: 0px;
padding: 0px;
background-color: #fff;
height: 100%;
}

div.photo {
float: right;
margin: 0px;
padding: 0px;
clear: right;
text-align: center;
width: 250px;
}

div.rightbox {
font-size: small;
float: right;
margin: 0px;
padding: 0px;
clear: right;
max-width: 50%;
}

div.rss {
background-color: #ccf;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
padding: 0px;
}

div.sidebar {
font-size: small;
float: right;
width: 205px;
margin-bottom: 5px;
margin-top: 0px;
margin-left: 5px;
margin-right: 0px;
padding: 0px;
clear: right;
background-color: #eef;
border-style: dashed;
border-width: 1px;
border-color: #001f69;
border-collapse: collapse;
}

div.skyscraper {
position: absolute;
left: 645px;
top: 10px
}

dl {
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 10px;
padding-left: 0px;
}

dt {
color: #000;
/*font-size: medium;*/
font-weight: normal;
font-family: monaco, courier, courier new, prestige, prestige elite;
}

dd {
margin-bottom: 5px;
}

form {
margin: 5px;
}

h1 {
font-size: medium;
font-weight: bold;
color: #fe0207;
margin-top: 10px;
margin-bottom: 5px;
padding-left: 5px;
}

h2 {
font-size: medium;
text-align: center;
background-color: #001f69;
color: #ccf;
margin-top: 0px;
margin-bottom: 5px;
padding: 5px;
border-bottom: 2px solid #fe0207;
}

h3 {
font-size: medium;
font-weight: bold;
color: #001f69;
margin-top: 10px;
margin-bottom: 5px;
padding-left: 5px;
}

hr {
color: #fe0207;
width: 80%;
text-align: center;
}

img {
border-style: none;
border-width: 0px;
padding: 0px;
margin: 0px;
}

img.badge {
margin: 2px;
vertical-align: middle;
}

img.center {
text-align: center;
}

img.right {
margin: 5px;
clear: right;
float: right;
}

img.left {
margin: 5px;
clear: left;
float: left;
}

img.pic {
border-style: solid;
border-width: 1px;
border-color: #000;
}

input.goButton {
font-size: small;
font-weight: bold;
color: #001f69;
}

object {
clear: both;
text-align: center;
}

ol {
list-style-position: outside;
list-style-type: decimal;
margin-left: 10px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 10px;
}

p {
margin-top: 5px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
}

p.footer {
text-align: center;
}

p.nav {
font-size: medium;
text-align: center;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}

p.nav:first-letter {
text-decoration: underline;
}

table {
border-color: #001f69;
border-collapse: collapse;
border-style: none;
border-width: 0px;
}

td {
background-color: transparent;
color: #000;
/*font-size: small;*/
font-weight: normal;
padding: 5px;
margin: 0px;
vertical-align: top;
text-align: left;
}

td.icon {
text-align: center;
}

th {
background-color: #001f69;
color: #ccf;
/*font-size: medium;*/
font-weight: bold;
padding: 5px;
margin: 0px;
vertical-align: top;
text-align: center;
}

th.optional {
background-color: transparent;
color: #000;
/*font-size: small;*/
font-weight: normal;
vertical-align: top;
text-align: right;
}

th.required {
background-color: transparent;
color: #000;
/*font-size: small;*/
font-weight: bold;
vertical-align: top;
text-align: right;
}

tt {
color: #000;
font-size: small;
font-weight: normal;
font-family: monaco, courier, courier new, prestige, prestige elite;
}

ul {
list-style-type: disc;
margin-left: 20px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 10px;
/*font-size: small;*/
padding-left: 0px;
}

ul.footer {
list-style-type: none;
text-align: center;
}

ul.nav {
list-style-type: none;
text-align: center;
margin-left: 0px;
margin-right: 0px;
}

li {
margin-left: 5px;
margin-right: 5px;
padding: 0px;
}

li.footer {
display: inline;
margin-left: 0px;
}

li.nav {
margin-top: 5px;
margin-bottom: 5px;
}
