/*Gregg Democrats Calendar Sitewide Style Sheet, copyright 2005 Marilyn E. Dillon*/

/*Style sheet made with Style Master CSS Editor, http://www.westciv.com/*/

/*styles for basic text formatting*/

body {color: #666666;
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.5em;
text-align: left;
border-top: 7px #003366 solid; }

a:link, a:visited {color: #003366;
background-color: #ffffff;
text-decoration: none; }

a:hover {color: #ffffff;
background-color: #003366; }

h1 {font-size: 2.5em;
text-align: left;
font-weight: bold;
color: #003366; }

h2 {font-size: 1.3em;
}

text-align: left;
font-weight: bold;
color: #003366; }

p {text-align: left; }

/*styles for content div, which is just a container for elft column and righcolumn*/

#content {background-color: #ffffff;
width: 1000px;
position: relative;
background-position: inherit;
margin: auto; }

#leftcolumn {width: 725px;
padding: 10px;
left: 0px;
margin-left: 0px;
margin-top: 0px; }

#rightcolumn {position: absolute;
width: 275px;
right: 0px;
top: 25px; }

#rightcolumn ul, li {
list-style-type: none;
margin: 0px;
padding: 0px; }


#rightcolumn li {list-style-type: none;
border-bottom: 1px #003366 solid; }

#rightcolumn ul li a:link, #rightcolumn ul li a:visited {color: #003366;
background-color: #ffffff;
text-decoration: none;
display: block;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px; }

#rightcolumn ul li a:hover, #rightcolumn ul li a:active {color: #ffffff;
background-color: #003366;
text-decoration: none;
}