/* GENERAL TAG DEFS */
html, body {
margin:0;
padding:0;
background:#002E5C;
color:#000;
font-size:11pt;
font-family:Arial, Helvetica, Geneva, "Lucida Console", sans-serif;
}
p {
text-align:justify;
}
h1 {
font-size:14pt;
text-align:center;
}
h2 {
font-size:12pt;
text-align:center;
}
h3 {
font-size:11pt;
text-align:center;
}
img {
border:0;
padding:0;
margin:0;
}
ul {
list-style-position: outside;
list-style-image: url("/images/dot.gif");
}
/* LINKS */
a, a:link {
color:#00C;
text-decoration:underline;
}
a:visited {
color:#006;
}
a:active, a:hover {
color:#009;
}
/* NAV */
#nav {
text-align:center;
}
#nav a, #nav a:link, #nav a:visited {
margin:0 0 0 -2px;
color:#00C;
text-decoration:none;
font-size:7pt;
background:#CB0;
padding:2px 6px;
border:2px #006 solid;
}
#nav a:active, #nav a:hover {
background:#FE0;
}
/* STRUCTURE */
#container {
width:100%;
background:#006;
text-align:center;
}
#head {
vertical-align:middle;
text-align:center;
height:82px;
padding:0 10px;
}
#main {
background:#FFF;
margin:12px auto;
width:755px;
text-align:left;
}
#adsense {
padding:10px 10px 10px 0;
width:120px;
float:right;
}
#content {
padding:10px 0 10px 10px;
margin:0 130px 0 0;
width:605px;
}
/* OTHER CLASSES AND IDS */
/* Top, bottom image and spacer */
.roundedge {
background:#006;
}
.roundedge img {
display:block;
}
.spacer {
clear:both;
}
/* Floated images */
#logo{
float:left;
}
img.right {
float:right;
margin:10px;
}
img.left {
float:left;
margin:10px;
}
/* Other */
.standout {
color:#C00;
text-align:center;
}
.foot {
text-align:center;
}
.foot a {
margin:0 20px;
}
.timgs {
text-align:center;
}
.timgs img {
display:inline;
margin:30px;
}
.stufflinks {
font-size:9pt;
}
fieldset {
border:0;
}