/* CSS Document */

body
{
     background-color: #52596d;
     margin: 0px;
     text-align: center;
     font-family: Georgia, "Times New Roman", Times, serif;
}

#container
{
     margin: 0 auto;
     width: 700px;
     text-align: left;
     position: relative;
     top: 0px;
     bottom: 0px;
     background-image: url(images/background.jpg); 
	 }

#topbar
{
     background-color: #666;
     padding: 10px;
     width: 700px;
     height: 20px;
}

#left
{
     line-height: 20px;
     width: 170px;
     float: left;
     font-size: 12px;
     margin-bottom: 25px;
     top: 52px;
	 padding-left: 25px;
     position: static;
  	 color: #89735c;
}

#right
{
     font-size: 14px;
     padding: 25px;
     margin-left: 210px;
     text-align: justify;
     line-height: 150%;
	 width: 420px;
}

#topimg
{
     background-image: url(images/header.jpg);
     height: 89px;
     width: 700px;
	 border-bottom: solid #fff 1px;
	 border-top: solid 15px #c7c5cd;

}

#footer
{
     background-image: url(images/footer.jpg);
     height: 25px;
     width: 690px;
     clear: both;
	 text-align:left;
	 padding-top: 10px;
	 padding-left: 10px;
	 color: #fff; 
}

/* Here are the columns on the links page */

#links {
     line-height: 20px;
     width: 700px;
     float: left;
     font-size: 14px;
     margin-bottom: 25px;
     position: static; }

#link1 {float:left; border-right: 1px dotted #999; padding: 10px; width: 175px; height: 800px; margin-left: 25px;}

#link2 {float:left; border-right: 1px dotted #999; padding: 20px; width: 175px; height: 800px; margin-right: 20px;}

#link3 {width: 175;}


.title
{
     color: #52596d;
     font-size: 18px;
     padding-top: 3px;
     font-weight: bold;
	 margin-top: 1em;
}

.sidetitle 
{
 	 color: #666;
	 font-weight:bold; 
	 padding-bottom: 5px; 
	 padding-top: 5px; 
	 border-top: 1px dotted #999; 
	 margin-top: 15px; }

.date
{
     color: #999;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     text-transform: uppercase;
     padding-top: 2px;
     padding-bottom: 3px;
}

.posted
{
     color: #1bc59f;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 9px;
     text-transform: uppercase;
     padding-top: 3px;
     padding-bottom: 15px;
}

div#navbar {
text-align:center; 
height: 29px;
width: 700px;
border-bottom: solid #fff 1px;
background-color: #c7c5cd;
}

div#navbar ul {
 margin: 0px;
 padding: 0px;
 font-family: Georgia;
 font-size: small;
 color: #52596d;
 line-height: 30px;
 white-space: nowrap;
}
div#navbar li {
 list-style-type: none;
 display: inline;
}
div#navbar li a {
 text-decoration: none;
 padding: 7px 20px;
 color: #52596d;
}
div#navbar li a:link {
 color: #52596d;
}
div#navbar li a:visited {
 color: #52596d;
}
div#navbar li a:hover {
 color: #52596d;
 background-color: #fff;
}

A 	{ color: #52596d; font-weight: bold; background: ;} 
A:link	{ color: #52596d; font-weight: bold; background:;} 
A:visited	{ color: #52596d; font-weight: bold; background: ;} 
A:active	{ color: #52596d; font-weight: bold; background: ;} 
A:hover	{ color: #fff; background: #52596d;font-weight: bold; } 

