/*
Copyright: 2007 American Contract Bridge League. All Rights Reserved.
Author:    ACBL Webmaster
LinkFrom:  UDO Newsletter
Created:   2007-01-02
Updated:   2007-01-03
*/
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
background-color:#CCCCCC;
}
h1, h2, h3, p {
padding:0;
margin:0;
}
h1 {
font-size: 1.3em;
color: #003399;
}
h2 {
font-size: 0.9em;
color: #000000;
}
h3 {
font-size: 0.85em;
color: #003399;
}
p {
font-size: .75em;
}
a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
color: #FF0000;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
a:active {
color: #003399;
text-decoration: none;
}
#content p{
padding:15px;
margin:0;
}
#wrap {
width:760px;
background-color:#FFFFFF;
}
#header{
background-color:#003399;
padding:5px;
}
#sub-header{
background-color:#262626;
color:#FFFFFF;
width:760px;
height:20px;
padding-top:5px;
}
#sub-header #date {
font-weight:bold;
font-size:0.65em;
width:190px;
padding-left:10px;
text-align:left;
float:left;
}
#sub-header #issue {
font-weight:bold;
font-size:0.65em;
width:540px;
padding-right:10px;
text-align:right;
float:right;
}
#navigation{
padding-top:0;
text-align:center;
}
#navigation p {
color:#003399;
}
#title{
padding:0 10px 0 10px;
text-align:center;
}
#title p {
padding:10px 15px 0 15px;
text-align:left;
}
#content {
padding:15px 20px 50px 20px;
}
#footer{
margin-top:150px;
}