/* Set some reasonable defaults for the page body. */

* {
  margin: 0;
  padding: 0;
} 

body {
  font-family: Arial, Helv, sans-serif;
  font-size: 12pt;
  background-color: #BFE4FF;
  color: white;
  padding: 3px;
}

/* Setup the headings */

h1 {
  font-size: 18pt;
  font-weight: bold;
  text-align: left;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
}

/* Set margins for various regular tags */
  
p {
  margin: 0.5em 0;
}

ul, ol, dl {
  margin: 0.5em 0;
}

li {
  margin: 0 0 0 1.5em;
}

/* Define link behavior. By default we don't want them underlined 
   except maybe when we hover over them */

#content a, #content a:visited {
  color: blue;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

#footer a, #footer a:visited {
  color: blue;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* Define the major divisions of the page */

#page {
  margin: 5px auto;
  border: 1px solid black;
  width: 768px;
  background-color: white;
  color: black;
}

#header {
width: 100%;
  border-bottom: 1px solid black;
  background-color:#0066B3;
  
  text-align: center;
}

#header a, #header a:visited {
  color: white;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#content {
  margin: 0px 0px 0px 0px;
}

#footer {
  padding: 10px;
  background-color: white;
  color: black;
  text-align: right;
  font-size: 70%;
}

/* Article list */

#articles {
  margin: 0 auto;
  width: 100%;
}

#articles td {
  vertical-align: top;
  padding: 0 1em 0 1em;
  width: 50%;
}

/* Control how the site name and site description look */

#sitename {
  font-size: 18pt;
  font-weight: bold;
  text-align: right;
}

#sitedesc {
  font-size: 14pt;
  text-align: right;
}

/* Settings for the top link unit */

#linkunit_top {
  margin: 0 0 5px -3px;
}
 
/* Settings for the first ad, the one immediately after
   the <h1> */

#ad_after_h1 {
  margin-top: 0.5em;
  margin-right: 0.5em;
  float: left;
}

/* Settings for the bottom ad */

#ad_before_footer {
  margin-top: 1em;
  text-align: center;
}

/* Navigation links */

#prevlink {
  text-align: right;
  margin-bottom: 1em;
}

#nextlink {
  text-align: right;
  margin-top: 1em;
}

/* Subpage navigation */

.subpage_nav {
  text-align: right;
  font-size: 70%;
  margin: 1em 0;
}

.subpage_nav_box {
  border: 1px solid black;
  background-color: #ffffcc;
  padding: 0.25em;
}

.subpage_previous {
}

.subpage_current {
  font-weight: bold;
}

.subpage_next {
}

/*
--------------------------------------------------
 Signup page styles
--------------------------------------------------
*/

div.signup {
  font-family: Arial, Helv, sans-serif;
  padding: 1em 4em;
  font-size: 11pt;
}

.signup #leading {
  text-align: left;
  font-size: 10pt;
  margin-left: -4em;
}

.signup h1 {
  text-align: center;
  color: #990000;
  font-size: 22pt;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.signup h2 {
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.signup h2.subhead {
  margin: -1em 0 1em 0;
}

.signup h3 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.signup table.subscribe {
  margin: 1em 0 2em 0;
  padding: 0 2em;
  border: 1px solid black;
  background-color: #FF9D00;
}

.signup table.subscribe td {
  padding: 0.2em;
}

.signup input.button {
  font-size: 110%;
  width: 10em;
}

.signup p {
  margin: 0 0 1em 0;
}

.signup ul {
  margin: 0;
}

.signup ul li {
  margin-bottom: 1em;
}

.signup .testimonial {
  background-color: #FF9D00;
  padding: 1em;
  margin: 1em 4em;
  border: 1px solid black;
}

.signup .signature {
  text-align: right;
  width: 100%;
}

.signup #exhortation {
  text-align: center;
  padding-bottom: 1em;
}

.signup #assurance {
  text-align: center;
  padding: 1em 0;
  font-size: 90%;
}

/*
--------------------------------------------------
 Order page styles
--------------------------------------------------
*/

div.order {
  font-family: Arial, Helv, sans-serif;
  padding: 1em 2em;
  font-size: 11pt;
}

.order #leading {
  text-align: left;
  font-size: 10pt;
  margin-left: -4em;
}

.order h1 {
  text-align: center;
  color: #00487D;
  font-size: 22pt;
  font-weight: bold;
  margin: 1em 0 1em 0;
}

.order h2 {
color:#B34500;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.order h2.subhead {
  margin: -1em 0 1em 0;
}

.order h3 {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 1em 0;
}

.order p {
  margin: 0 0 1em 0;
}

.order ul {
  margin: 0;
}

.order ul li {
  margin-bottom: 1em;
}

.order .testimonial {
  background-color:#FFCE80;
  padding: 1em;
  margin: 1em 1em;
  border: 1px solid black;
}

.order .signature {
  text-align: right;
  width: 100%;
}

.order .orderlink {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  color: blue;
  margin: 1em 0;
}

/*
--------------------------------------------------
 Multi-column styles
--------------------------------------------------
*/

#content_table {
}

#content_left {
}

#content_right {
}

#content_body {
}

/*
*/

#adsenseresurrected {
    text-align: center;  
}

#adsenseresurrected a {
    border: none;
}

#adsenseresurrected img {
    border: none;
}

table.media {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #0066B3;
	padding:1px;
}
table.media td {
	border-width: 2px 2px 2px 2px;
	padding: 10px 10px 10px 10px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}


/*  Comments   */

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 5px 15px;
	font-size:90%;
	background: #FCF0E3;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
}




ul#commentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}


.menu{
padding:0;
font-size:90%;
}

.menu a{
font-weight: 100;
}

.menu a:hover{
color: #FF0000;
/* text-decoration:none; */
}

.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
padding:2px;
margin:0 0 0px 0px;
}

.menu ul li.widget ul{
	margin: 0;
	padding:0;
}

.menu ul li.widget ul li{
border-bottom:1px dotted #F8DFC3;
padding: 2px 0 2px 15px;
margin:0;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-top: 1px dotted #F8DFC3;
border-bottom: none !important;
padding: 2px 0 2px 15px;
}



.menu ul li.widget h3{
font-family: arial;
font-size:120%;
padding:2px 0 1px 4px;
margin:0;
border-bottom: 3px solid #FFCE80;
color: #00487d;
font-weight: 800;
font-variant:small-caps;
}

.menu ul li h3 a{
color: #333;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

	