/* Universal Stylings */

body {
background: url("images/bg.png") repeat-x;
background-color: #9d0000;
color: #000000;
font-family: Georgia, Serif, Times;
font-size: .9em;
margin: 0px;
padding: 0px;
}

h1 a, h1 a:visited, h1 a:hover, 
h2 a, h2 a:visited, h2 a:hover, 
h3 a, h3 a:visited, h3 a:hover {
color: black;
}

a, a:visited {
text-decoration: none;
color: blue;
}

a:hover {
color: #012B43;
}

h1 {
font-style: italic;
font-weight: normal;
font-size: 160%;
margin-top: 0px;
}

h2 {
font-style: italic;
font-weight: bold;
font-size: 120%;
}

h3 {
font-style: italic;
font-weight: normal;
font-size: 100%;
margin-left: 10px;
}

#head {
border: 0px;
margin: 0px auto;
padding: 0px;
width: 800px;
}

#address {
background: url("images/logo_head.png");
width: 400px;
padding-left: 70px;
}

#page {
background: url("images/page_bg.png") repeat;
background-color: white;
width: 800px;
margin: 0px auto;
padding: 0px;
border: 20px;
}

#content {
padding: 20px;
}

#indent {
margin: 20px;
}

/* Navigation */

#nav {
font-weight: bold;
background: url("images/nav_bg.png") repeat-x;
background-color: #efd817;
border-bottom: #444444 1px solid;
text-align: center;
margin: 0px;
padding: 5px 0px 5px 0px;
width: 800px;
}

#nav a, #nav a:visited {
font-weight: bold;
color: #000000;
}

#nav a:hover {
color: #9D0000;;
}

.tab {
background: url("images/divider.jpg") no-repeat right;
padding: 0px;
margin: 0px;
}

#menu a{
border-bottom: 1px solid #000000;
}

/* Front Page */

#frontispiece {
color: #22343F;
background-color: #FFFF99;
padding: 20px 20px 20px 20px;
margin: 0px;
vertical-align: top;
}

#portrait {
vertical-align: bottom;
}

#welcome { 
border-bottom: #CCCCCC 1px solid;
}

#news {
padding: 5px 20px 20px 20px;
margin: 0px;
vertical-align: top;
}

#news h1 {
margin: 0px 10px .6em 10px;
}

.newsitem {
padding: 10px;
margin-bottom: 10px;
background-color: #EEEEEE;
border: #CCCCCC 1px solid;
}

#events_summary {
width: 300px;
padding: 5px 20px 20px 20px;
vertical-align: top;
}

.event_blurb_title {
background-color: #CCCCCC;
padding: 3px;
margin-bottom: 0px;
font-weight: bold;
text-align: center;
}
.event_blurb_title a {
color: #000000;
}

.event_blurb {
padding: 5px 5px 5px 5px;
margin-bottom: 10px;
border: 1px #CCCCCC solid;
text-align: center;
}


/* Issues */

#issues_list {
text-align: center;
background-color: #FFFF99;
font-family: Lucida Grande, Arial, sans-serif;
font-weight: bold;
padding: 10px;
border: #CCCCCC 1px solid;
}

#issues_list a, #issues a:visited {
color: black;
}

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

/* Events */

.event_item {
padding: 0px 10px 10px 10px;
margin: 20px;
border: #CCCCCC 1px solid;
}

.event_info {
background-color: #CCCCCC;
text-align: center;
font-family: Lucida Grande, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 3px;
}

/* Foot */

#foot {
font-family: Lucida Grande, Arial, sans-serif;
font-size: 12px;
color: #777777;
font-weight: bold;
text-align: center;
background-color: #efd817;
padding: 5px;
}

#foot a {
color: #333333;
}

#foot a:visited {
color: #333333;
}

#foot a:hover {
color: #FF0000;
}

#foot2 {
font-family: Lucida Grande, Arial, sans-serif;
font-size: 12px;
text-align: center;
padding: 10px;
}

/* Images */

.right {
float: right;
margin: 10px;
}

.left {
float: left;
margin: 10px;
}
