﻿body 
{
  background-image: url("../images/background.gif");
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 0.8em;
  background-color: White;
  color: #06344c;
}
a 
{
  background-color: White;
  color: #06344c;
}
p, a, h3, h4, h5, label, span
{
  line-height: 1.5;
}
h3 
{
  background-color: White;
  color: Maroon;
  font-size: 1.5em;
  font-weight: bold; 
  line-height: 1.5;
}
h4
{
  background-color: White;
  color: Maroon;
  font-size: 1.25em;
  padding-top: 1.5em;
  font-weight: bold; 
  background-image: url("../images/hr4.gif");
  background-position: center top;
  background-repeat: no-repeat;
  clear: both;
}
h5 
{
  background-color: White;
  color: Maroon;
  font-size: 1.15em;
  line-height: 1.5; 
  font-weight: bold; 
}
.rightimg 
{
  float: right; 
}
#content 
{
  width: 984px;
  margin: 0 auto;
}

#header 
{
  background-color: Maroon;
  background-image: url("../images/banner.gif");
  color: White;
  height: 85px;
  padding: 5px 20px;
}
h1 
{
  font-weight: normal;
  padding: 15px 0 0 100px;
}
h2
{
  font-weight: normal;
  font-size: 1.6em;
  padding: 5px 0 0 100px;
}  
#header a, #header a:link, #header a:hover
{
  background-color: Maroon;
  color: White;
  text-decoration: none;
}
#tools a, #tools a:link, #tools a:hover
{
  background-color: #06334c;
  color: White;
  text-decoration: none;
}
#skip 
{
  width: 300px;
  text-align: right;
  float: right;
  font-size: 0.8em;
}
#tools 
{
  height: 35px;
  padding: 5px 20px;
  background-image: url("../images/toolbox2.gif");
  background-repeat: repeat-x;
}
#search
{
  color: White;
  background-color: #06334c;
  float: right;
  padding-left: 25px; 
}
#contact
{
  text-align: right;
}
#search input, #search label 
{
  vertical-align: text-top; 
}
#wrapper 
{
  width: 944px;
  background-image: url("../images/main.gif");
  background-repeat: no-repeat;
  background-position: center top;
padding: 5px 20px;
}

#menu
{
  width: 175px;
  float: left;
  padding: 10px 10px 10px 0;
  text-align: right;
}
#menu ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
#menu li {
  border-bottom: 1px #06344c solid;
  padding: 1px 0;
}
#menu a, #menu span
{
display: block;
width: 172px;
  text-decoration: none;
  padding: 3px 2px 3px 0;
  margin-right: 5px;
  color: #06344c;
  background-color: White;
  line-height: 1.25;
}

#menu a:hover, #menu span {
  background-color: #cccccc;
}
#menu hr
{
}

#main 
{
  width: 580px;
  padding: 10px 10px;
  float: left; 
}
#sidebar
{
  width: 150px;
  padding: 10px 0;
  float: right;
}
#sidebar h4 
{
  background-image: url("../images/hr3.gif"); 
}
#sidebar h5 
{
  padding: 1em 0; 
}
#others
{
  clear: both;
	text-align: center;
}
#others a
{
	font-size: 11px;
	line-height: 11px;
  color: #06334c;
  background-color: White;
}
#others h3
{
  padding-top: 15px;
  background-image: url("../images/perfs.gif");
  background-repeat: repeat-x;
  height: 14px;
  font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	background-color: #06344c;
	color: White;
	margin-bottom: 3px;
}
#others ul
{
	margin-top: 0;
	margin-bottom: 3px;
}
#others li
{
	display: inline;
	list-style-type: none;
	padding: 0 1em;
	border-left: 1px #06344c solid;
}
#others li.firstlink
{
	border-left: none;
}
#footer
{
  clear: both;
  font-size: smaller;
  text-align: right;
  background-color: Maroon;
  color: White;
  padding: 0 1em;
  line-height: 1em;
}
#footer img
{
  float: right;
}
#footer a {
	color: White;
	background-color: Maroon;
}
#validation 
{
  text-align: center;
  color:  #cccccc;
  background-color: White;
  padding-top: 5px;
}

#validation a {
  color:  #cccccc;
  background-color: White;
}
#validation img {
	border: none;
}
/* Form based stuff here */
.label
{
}
.textbox
{
  width: 300px;
}

blockquote {
  padding: 10px 15px;
  font-style: italic;
}
pre, .designblock, .codeblock
{
  font-family: "Courier New", Courier, Monospace;
	width: 525px;
	border: solid 1px #cccccc;
	padding: 15px;
	overflow:auto;
	margin: 5px 0;
}

.resultblock
{
	width: 525px;
	border: solid 1px gray;
	background-color: #cccccc;
	color: Black;
	padding: 15px;
	margin: 5px 0;
}
th {
  font-weight: bold;
  padding: 0 5px;
}
ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-left: 15px;
  list-style-position: outside;
  padding-bottom: 5px;
}
li 
{
  padding-top: 0.5em;
  line-height: 1.25;
}
ol {
  list-style-type: decimal;
  padding-left: 15px;
  margin-left: 25px;
  list-style-position: outside;
  padding-bottom: 5px;
}
caption {
  text-align: center;
}
dl {
  line-height: 1.25;
    padding-left: 15px;
  padding-bottom: 5px;
}
dd {
  line-height: 1.25;
  padding-left: 30px;
}
#main .left
{
 width:210px;
 float: right;
}

#main .right
{
  width: 210px;
  float:right;
}
sup 
{
  vertical-align: top;
  font-size: smaller;
}

dl.tweet, dl.tweet dd, .dl.tweet dt 
{
  margin: 0;
  padding: 0;
}
dl.tweet dt
{
  font-style: italic; 
}
