﻿BODY {
	background-color: #EDEDED;
	color: #444444;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0 auto;
	width: 770px;
	position: relative;
}

IMG {
	border: none;
}

H1
{
  color:#FFF;
  background-color:Gray;
  font-size: 24px;
  font-weight: bold;
  line-height:30px;
  padding-left: 30px;
}

H2
{
  margin-top: 20px;
  padding-left: 20px;
  background-color: #e6f1bf;
  color: #9bc800;
}

A
{
  color: #9bc800;
	text-decoration: none;
  border-bottom: none 0px;
}

A:HOVER {
	text-decoration: none;
  border-bottom: 1px dashed;
}

.btn
{
  font-size: 17px;
color:gray; 
background-color:Silver; 
border:1px solid; 
border-color:Gray;
}
.btn:hover
{
color:White; 
background-color:gray; 
border:1px solid; 
border-color:Gray;
}

H2 SPAN
{
  background-color: white;
  color: #9bc800;
  padding: 0px 10px 0px 10px;
  font-size: 19px;
  font-weight: normal;
}

#title
{
  float:right;
  padding-right: 80px;
  padding-top: 35px;
  color: White;
  text-transform: uppercase;
  font-size: 24px;
}

UL.MarkedList
{
padding-left:70px;
}

UL.MarkedList LI{
  list-style-image: url('../images/bullet.png');
  list-style-position:outside;
}

UL.MarkedList LI.NoMarker {
  list-style-image:none;
  list-style-type:none;
}

UL.MarkedList LI LABEL{
  width:150px;
  display:inline-block;
}

UL.MarkedList LI SPAN
{
}

#contentContainer
{
  width: 100%;
  display:block;
}

#content {
	float: left;
	width: 73%;
	height: auto;
}

#sidepanel {
	float: right;
	width: 25%;
}

#logo
{
	float:left;
	padding-left:15px;
	padding-top:15px;
	text-align:center;
}

#updatedOn
{
  color: #8a8a8a;
  font-size: 9px;
}

#footer
{
  border-width: 0px;
  text-align:center;
  margin-bottom: 20px;
  margin-top: 20px;
}

#header {
  background-attachment:scroll;
  background-color:transparent;
  background-image:url('../images/headerBg.png');
  background-position: 0 0;
  background-repeat:no-repeat;
  height:210px;
}

#menu
{
  float:right;
	border: 1px solid silver;
	margin-top:115px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display:inline;
}

#menu ul li a{
  text-decoration: none;
  border: none;
  font-size: 18px;
  padding: 15px 10px 15px 10px;
  color: #FFFFFF;
}

#menu a:hover
{
  color: #9bc800;
}

.clear
{
  clear:both;
}

#master {
	border: 1px solid silver;
	padding: 10px;
	margin-top: 20px;
	background-color: white;
	line-height: 17px;
}

#feedDisplay
{
  padding-top: 15px;
  display:block;
}

#feedDisplay .blogHeader
{
}
#feedDisplay .blogHeader a
{
  color: #333;
  text-decoration: none;
  border-width: 0px;
}
#feedDisplay .blogHeader a:hover
{
  color: #9bc800;
}
#feedDisplay .blogTitle
{

  border-bottom: solid 1px #CCC;
  padding-bottom:5px;

  height:32px;
  background-image:url('../images/rss.png') ;
  background-repeat:no-repeat;
  font-size: 18px;
  padding: 5px 0px 0px 38px;
}

#feedDisplay .blogDesc
{
  padding-top:5px;
  font-size: 10px;
  color: #777;
}
#feedDisplay .blogEntry
{
  width:100%;
  display: block;
  padding-top:10px;
}
#feedDisplay .entryTitle
{
  font-size: 12px;
  color: #8a8a8a;
}
#feedDisplay .entryMore
{
  float:right;
  font-size: 10px;
}

/* Tabs */
ul.tabs
{
  list-style: none;
  padding: 0 !important;
}
ul.tabs li
{
  background-color:#FFF;
  font-size: 24px;
  font-weight: bold;
  line-height:30px;
  float: left;
  text-align: center;
  border-bottom: solid 1px Gray;
}
ul.tabs li a
{
  display: block;
  color:Gray;
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 10px;
}
ul.tabs li a.selected
{
  background-color:Gray;
  color:#FFF;
  padding-right: 10px;
  padding-left: 10px;
}

ul.tabs li a:hover {
	text-decoration: none;
  border-style:none;
  color:#9BC800;
}
