/***** PRIMARY LAYOUT *****/
body {
margin: 10px;
padding: 0;
border: 0;
color: #000;
background: #FFF;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size: 11px;
}

#content{
position: relative; 
width: auto;
margin: 0 217px 20px 217px;
background-color: #FFF;
padding: 10px;
z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}


#left {
position: absolute;
width: 205px;
top: 123px;
left: 10px;
border: 1px solid #003366;
background-color: #EEE;
padding: 0;
z-index: 2;
}

#right {
position: absolute;
width: 205px;
top: 123px;
right: 10px;
border: 1px solid #003366;
background-color: #EEE;
padding: 0;
z-index: 1;
}

/***** TEXT STYLES *****/
p {
padding-top: 0;
margin-top: 0;
line-height: 16px;
}

img {
border: 0;
}

h1 {
color: #0063ae;
margin: 6px 0 6px 0;
padding: 0;
font-size: 16px;
text-align: center;
letter-spacing: 2px;
font-weight: bold;
text-decoration: underline;
}

h2 {
color: #0063ae;
margin: 6px 0 6px 0;
padding: 0;
font-size: 14px;
letter-spacing: 2px;
font-weight: bold;
text-decoration: underline;
}

h3 {
color: #0063ae;
margin: 0;
padding: 0;
font-size: 13px;
}

p img {
float: right;
padding: 0;
margin: 0 0 3px 3px;
border: 0;
}

a {
color: #000e66;
}

a:hover {
color: #006659;
text-decoration: underline;
}

/***** HEADER *****/
#header {
height: 74px;
background: #0063ae url(i/tagline.png) top right no-repeat;
}

#header a {
text-decoration: none;
}

#header h1 {
background: url(i/templogo.png) top left no-repeat;
border-bottom: 0;
padding: 0;
margin: 0;
height: 67px;
width:379px;
display: block;
text-indent: -420em;
}

/***** TOP NAV *****/
#nav {
background-color: #73acd7;
height: 29px;
border: 0;
text-align: right;
}

#nav ul#navitems {
margin: 0 3px 0 0;
padding-top: 8px;
display: block;
}

#nav ul#navitems li {
display: inline;
list-style-type: none;
text-align: center;
margin: 0;
}

#nav ul#navitems a:link, #nav ul#navitems a:visited {
text-align: right;
padding: 0 8px;
margin: 0;
color: #003366;
font-weight: bold;
border-left: 1px solid #003366;
text-decoration: none;
border-bottom: 0;
}

#nav ul#navitems a:hover {
color: #DDD;
border-bottom: 0;
}

/***** SIDE NAVIGATION *****/
#left h3, #right h3 {
color: #003366;
font-size: 13px;
background-color: #73acd7;
letter-spacing: 2px;
font-weight: bold;
margin: 10px 0 5px 0;
font-size: 11px;
padding: 2px 5px;
}

ul.sidenav {
list-style-type: none;
padding: 0;
margin: 0 10px;
}

ul.sidenav li {
padding-bottom: 4px;
}

ul.subcat {
list-style-type: none;
padding: 0 0 0 8px;
margin: 0;
}

ul#subcat li {
padding-bottom: 4px;
}

/***** BLOG STYLES *****/
ul#categorylist {
list-style-type: none;
padding: 0;
margin: 0;
}

ul#categorylist li {
padding-bottom: 4px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #CCC;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}