@import url(bytown_basics.css);

body {
	background-image: url(../images/green_bg.gif);
	background-repeat: repeat-y;
	color: #313;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#top {
	background-image: url(../images/topbg.gif);
	background-repeat: no-repeat;
	height: 100px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: .5em;
	text-align: right;
	font-size: 120%;
	color: black;
}

#content {
	padding-top: 8px;
	padding-left: .5em;
	padding-right: 1em;
	padding-bottom: .25em;
	background-image: url(../images/stripe.gif);
	background-repeat: repeat-x;
	margin-left: 151px;
	background-color: #feffea;
}
#footer {
	padding-top: 10px;
	padding-left: .5em;
	padding-right: 2.5em;
	background-image: url(../images/stripe.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	margin-left: 151px;
	background-color: #feffea;
}

a {
	color: #396;
	font-weight: bold;
}
a.visited {
	color: #363;
	font-weight: bold;
	text-decoration: none;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}
/* Navigation list */
#navcontainer { 
width: 140px; 
margin-right: 0em; 
margin-top: 20px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: .5em;
	width: 120px;
	background-color: #363;
	border: 1px solid #feffea;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

#navcontainer a:link, #navlist a:visited
{
color: #feffea;
text-decoration: none;
margin-bottom: .5em;
	margin-top: .5em;
	margin-left: 5px;
}

#navcontainer a:hover, #navcontainer a#current
{
background-color: #396;
color: #feffea;
margin-bottom: .5em;
	margin-top: .5em;
	margin-left: 5px;
}

h1,h2,h3,h4 {
	color: #396;
	text-align: right;
}

ul.bullet li {
	list-style-image: url(../images/bullet.gif);
}
ul.nobullet li {
	list-style-type: none;
}

dt {
	font-weight: bold;
}

address {
	font-style: normal;
}

#skipnav a{
	font-size: 8pt;
	color: #feffea;
	background: #feffea;
	margin-right: 3em;
}
#skipnav a:hover{
	font-size: 8pt;
	color: silver;
	background: #feffea;
	margin-right: 3em;
}

.contactbox {
	width: 14em;
	float: right;
	margin: 1em;
	border: 2px solid #363;
	background: #396;
	color: white;
	padding: .5em;
	text-align: right;
}

.contactbox a{
	color: white;
	text-decoration: none;
}

.contactbox a:hover{
	color: white;
	text-decoration: underline;
}

.copyright {
	font-size: 80%;
	text-align: right;
}
.copyright a {
	font-weight: normal;
}

.border {
	margin: 1.5em;
	padding: 2px;
	border: 1px solid #396;
	width: 204px;
	font-size: 80%;
	text-align: center;
}
.newsbits {
    font-size: .6em; 
	text-align: right
}


