/* By Tara C - http://dementedkitty.com/ */


body {
  margin: 0px;
  padding: 0px;
  font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #151515;
  text-align: center;
  background-color: #B3C3CE;
}

h4 {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #8B9841;
}

hr {
  margin: 20px 0px 0px 0px;
  color: #B3C3CE;
}

hr.titleHr {
  margin: 10px 0px 20px 200px;
  width: 250px;
}

p {
	margin: 5px 0px 10px 0px;
}

img {
	border-width: 0px;
}

a, a:link, a:visited {
	color: #666;
}

a:active { color: #99CC66; }

a:hover  { color: #5AA3D2; }

#Container {
  background: #fff;
  border-right: 1px solid #466677;
  border-left: 1px solid #466677;
}

.topContent {
  color: #fff;
  background: #466677;
  margin: 0px;
  padding: 10px;
  text-align: center;
}

.sideContent {
  background: #fff;
        text-align: left;
  margin: 0px 10px 0px 30px;
}

.sideContent ul { 
  background: #fff;
	list-style: none;
	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.sideContent ul.indented { 
  background: #fff;
	list-style: none;
	margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.sideTitle {
  background: #fff;
	color: #000;
	margin: 20px 0px 0px 10px;
        text-align: left;
  font-weight: bold;
  font-size: 12px;
}

.centerContent {
	color: #000;
	background: #fff;
	margin: 0px 10px 10px 10px;
	padding: 0px 4px 5px 4px;
        text-align: left;
}

.centerContent ul { 
  background: #fff;
	list-style: square;
	margin: 5px 0px 10px 15px;
	padding: 0px;
}

.centerTitle {
  background: #fff;
	margin: 0px 14px 0px 14px;
        text-align: left;
	color: #666;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
}

.centerDate {
  background: #fff;
	font-family: Georgia, Palatino, Times, 'Times New Roman', serif;
	color: #466677;
  font-weight: bold;
}

a.BlogButton, a.BlogButtonCurr, a.BlogButtonCurr:visited, a.BlogButtonCurr:active {
	color: #fff;
	text-decoration: underline;
}

a.BlogButtonCurr:hover, a.BlogButton:hover {
	text-decoration: none;
	color: #fff;
}

.blogTitle {
  color: #466677;
  text-align: right;
  font-size: large;
  padding-top:20px;
}

.blogTagline {
  color: #000;
  text-align: right;
  padding-top:5px;
}
