* {
  margin: 0pt;
  padding: 0pt;
}

a {
  color: rgb(102, 153, 255);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background: #f3f3f3 none repeat scroll 0%;
  font-family: arial, Verdana;
}

ul, ol {
  list-style-type: none;
}

blockquote, #content ul, #content ol, p, pre {
  margin: 0pt 0pt 0.5em;
}

#page {
  margin: 0pt auto;
  width: 1004px;
}

#wrapper {
  padding: 0pt;
  clear: both;
  width: 1004px;
}

#container {
  margin: 0pt;
  padding: 0pt;
  background: white url('content-bg.gif') repeat-y scroll 0% 0%;
  width: 1004px;
  position: relative;
}

#bgtop {
  padding: 0pt;
  background: transparent url('content-top.gif') no-repeat scroll center top;
  width: 1004px;
  height: 28px;
  position: relative;
}

#bgbottom {
  padding: 0pt;
  background: transparent url('content-bottom.gif') no-repeat scroll center top;
  width: 1004px;
  height: 28px;
  position: relative;
}

#main {
  width: 630px;
  float: left;
  padding: 0px 0px 0px 50px;
}

#content {
  padding: 0pt;
  float: left;
  width: 630px;
  position: relative;
}

#content img {
  margin: 0px 10px 0px 0px;
}

#top {
  background: transparent url('top.jpg') no-repeat scroll center center;
  position: relative;
  height: 37px;
}

#top a {
  font-weight: bold;
  color: rgb(102, 153, 255);
  font-size: 12px;
}

#topa {
  padding: 14px 0px 0px 20px;
  font-size: 12px;
  color: rgb(153, 153, 153);
}

#header {
  position: relative;
}

#headerimg {
  background: transparent url('header.jpg') no-repeat scroll center center;
  height: 139px;
}

#headerimg h1 {
  text-align: left;
  padding-left: 340px;
  padding-top: 60px;
  font-family: arial, Verdana;
  font-size: 26px;
  font-weight: normal;
  color: rgb(0, 74, 74);
}

#headerimg a {
  color: rgb(229, 111, 89);
  text-decoration: none;
}

.description {
  text-align: left;
  padding-left: 15px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  padding-top: 115px;
  font-size: 10px;
}

.sidebar {
  width: 260px;
  margin: 10px 0px 0px 0px;
  float: right;
}

.sidebar ul {
  font-size: 12px;
}

.sidebar h1 {
  padding: 10px 0px 7px 55px;
  background: transparent url('topbar1.gif') no-repeat scroll 0% 0%;
  font-weight: bold;
  font-size: 14px;
  color: #99CCFF;
  width: 222px;
  height: 20px;
}

.sidebar h3 {
  padding: 10px 0px 7px 60px;
  background: transparent url('topbar.gif') no-repeat scroll 0% 0%;
  font-weight: bold;
  font-size: 14px;
  color: rgb(72, 61, 139);
  width: 212px;
  height: 20px;
}

.sidebar ul li {
  margin: 1px 0px 0px 0px;
  padding: 7px 0px 7px 7px;
  background: transparent url('topbar2.gif') no-repeat scroll 0% 0%;
  width: 222px;
  height: 77px;
}

.sidebar a {
  padding: 0px;
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
}

.sidebar a:hover {
  text-decoration: underline;
}

.sidebar ul ul {
  margin: 0pt;
}

.sidebar ul ul li {
  padding: 10px 0px 7px 60px;
}

.sidebar ul ul ul {
  display: none;
}

.sidebar a:visited {}

blockquote {
  padding: 0pt 10px;
  font-style: italic;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
  color: rgb(81, 81, 81);
}

h4 {
  font-size: 12px;
}

code, pre {
  overflow: auto;
  font-family: Courier;
}

#content ul {
  padding-left: 20px;
  list-style-type: square;
}

#content ol {
  padding-left: 25px;
  list-style-type: decimal;
}

#content ul ol, #content ol ul {
  margin-top: 0.5em;
}

.post {
  padding: 0pt 10px 30px;
  color:  color: #FFFFFF;
  font-size: 12px;
  margin-left: 0px;
  width: 630px;
  float: left;
}

.post h2 {
  padding-top: 0px;
  color: rgb(0, 101, 230);
}

.post h3 {
  font-size: 12px;
  padding-top: 0px;
  color: rgb(51, 51, 51);
}

.post h2 a {
  color: rgb(229, 111, 89);
}

.postmetadata {
  color: rgb(74, 115, 81);
  font-family: verdana;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
  margin-bottom: 30px;
  text-align: right;
  width: 630px;
}

.postinf {
  color: rgb(99, 99, 99);
  font-weight: normal;
  font-size: 10px;
  margin-bottom: 5px;
}

.postmetadata a {
  color: rgb(74, 115, 81);
}

.entry {
  padding: 5px 0pt 10px;
  text-align: justify;
}

p.alt {
  font-size: 12px;
}

.entry-tags {
  display: block;
}

.navigation {
  margin: 0pt 0px 0pt 30px;
  height: 1em;
  font-size: 12px;
  width: 670px;
  color: rgb(188, 75, 44);
}

.navigation a {
  color: rgb(188, 75, 44);
  text-decoration: none;
}

.alignleft, .nav-previous {
  float: left;
}

.alignright, .nav-next {
  float: right;
}

a img {
  border: medium none;
}

#footer {
  padding: 0pt;
  font-size: 12px;
  height: 42px;
  width: 100%;
  text-align: center;
  clear: both;
}

#footer p {
  height: 42px;
  text-align: center;
  margin-top: 20px;
  color: rgb(0, 101, 230);
}

#footer a {
  color: rgb(0, 101, 230);
}

.clear {
  clear: both;
}