/*
    style.css
    Copyright 2002-2010 by Schaeffer Consulting Services, LLC. All rights reserved.
    http://www.?.com/
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

.center
{
    margin-left:auto;
    margin-right:auto;
    width:100%;
}

/* ---.tdleft {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #666666;
    width: 33%;
    text-align: center;
    padding: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
.tdright {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #666666;
    width: 33%;
    text-align: center;
    padding: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
.tdcenter {
    width: 33%;
    text-align: center;
    padding: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
-- */

a:link {
    color: blue;
    background-color: transparent;
    list-style-type: none;
    list-style-image: none;
}

a:visited {
    color: purple ;
    background-color: transparent ;
}


a:hover {
    color: black;
    background-color: #FFFF66;
}
a:active {
    color: red ;
    background-color: transparent ;
}

h1 {
	font-size: 1.4em;
	line-height: 1.1em;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: .1px;
	margin-top: .1px;
}




h2 {
    font-size: 1.1em ;
    font-weight: bold ;
    margin: 1px ;
}
h3 {
    font-size: 1.1em ;
    font-weight: bold ;
    margin: 1px ;
}

#container {
    width: 800px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}

div.header {
	height: 41px;
	background-image: url(site-images/headbackground-t.jpg);


}

div.header_pic_align {
	float: left;
}

div.navbar {
	display: list-item;
	list-style-type: none;
	list-style-image: none;
	background-image: url(site-images/headbackground-b.jpg);
	background-color: #000000;
	height: 18px;
	font-size: 15px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}


div.round_box   {
	width: 100%;
	float: left;
}
div.box_articles {
	float: right;
	width: 25%;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 20px;
}
div.articles     {
	border: 1px solid #666666;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #DDDACA;
}
div.content {
	background-color: #ECE9D8;
	padding-right: 8px;
	padding-left: 8px;
	font-size: .8em;
}
.navtree {
	font-size: 0.8em;
}

div.content p {
	font-size: 105%;
}


div.pic_align {
    float: left;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 2px;
}
.clearfloat {
    clear: both;
    height: 0px;
}
div.footer {
	vertical-align: bottom;
	font-size: .8em;
	text-align: center;
}
