/* CityDesk default style sheet */


/* Basic HTML Element Style */
TD.MenuItem {
  border-top: 1px solid #FFFFFF;
  font-size: 7.5pt;
}

html, body, td, layer, blockquote {
  font-size: 10pt;
  line-height: 150%;
  font-family: Verdana, Helvetica, sans-serif;
  color: #444444;
}

body {
  background: #EBEBEB;
}

li {
  margin-top: 4pt;
}

.Small, .Caption, .SideBar, .SideBarBody {
  font-size: 8pt;
  line-height: 150%;
}

.Small, .Caption, .SideBar, .SideBarBody, .Source {
  font-size: 8pt;
  line-height: 150%;
}

.Source {
  font-style: italic;
  margin-top: 0px;
  padding-top: 0px;
}

a:link, a:visited, a:active {
  color: #4E4B3E;
  font-weight: bold;
}

a:hover {
  color: #31642C;
  font-weight: bold;
}

a.Footer:link, a.Footer:visited, a.Footer:hover {
  color: #444444;
  font-weight: normal;
}

h1 {
  font-size: 16pt;
  color: #31642C;
  line-height: 150%;
}

h2 {
  font-size: 11pt;
  line-height: 150%;
}

h3 {
  font-size: 10pt;
}

.Testimonial {
  color: #006699;
  font-weight: bold;
  font-size: 8pt;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.HeadingSideBar {
	color: #006600;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.largeBold {
	font-size: large;
	font-weight: bold;
}
.bold10px {
	font-size: 10px;
	font-weight: bold;
}
.boldGreen {
	font-size: 14;
	font-weight: bold;
	color: #003300;
}
.style4 {color: #3300FF}
.style5 {color: #3300CC}

a.MenuItem:link, a.MenuItem:visited, a.MenuItem:hover {
  color: #DCDCDC;
  font-weight: normal;
  font-size: 10px;
  text-decoration: none;
}

.MenuItemCurrent {
  color: #DCDCDC;
  font-weight: bold;
  font-size: 10px;
}

p.SubTitle {
  font-weight: bold;
  font-style: italic;
  margin-top: -10pt;
}

P.Header {
  font-weight: bold;
  color: #5A5A5A;

}

TD.Header {
  background-image: url('../Images/HeaderBackground.gif');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 50%;
}

img {
  border-color: black;
}

pre {
  font-size: 8pt;
}

code {
  font-size: 8pt;
}

/*Structural elements */
#container {
	width: 782px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px EBEBEB;
	background-color: FFFFFF;
	float: right;
	font-size: 8pt;
}

#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
}
