@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to theleft aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform:none;
	letter-spacing: 0.5px;
	line-height: 1.5em;
	background-color: #009BFF;
}
img {
	border: none;
}
#container {
  Xwidth: 780px;
width: 98%;
  text-align: left;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
/* Constrain the (stupid) 'width=100%' in the docbook so it doesn't crash
 * into our skyscraper.
 */
.navheader,.navfooter {
        width: 70%;
} 
#cse-search-box form {
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
}
#shadowwrap {
	/* background-image: url(/images/page-shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
        */
	box-shadow:         0 0 10px #000000;

}
#contentwrap {
	background-color: #BDE3FF;
	padding-top: 1px;
}
#header {
	height: 95px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin: 0px;
	background-color: #BDE3FF;
	background-image: url(/images/Header.png);
	background-repeat: no-repeat;
}
#header li {
float: right;
}
#header img {
float: left;
}
#header h1 {
float: left;
}
#header h3 {
float: left;
}

#header form {
 padding-top:10px;
 padding-bottom:10px;
	float: right;
}

#adblock728 {
	height: 90px;
	background-color: #BDE3FF;
	padding: 4px 16px 4px;
}

/* for class */
.adblock728 {
	height: 90px;
	background-color: #BDE3FF;
	padding: 4px 16px 4px;
}
.adblock468 {
	margin-left: 20px;
}
.adblock250x250right {
	float: right;
	width: 250px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
}
.adblock250x250left {
	float: left;
	height: 250px;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 15px;
}
.adblock300x250left {
	float: left;
	height: 250px;
	width: 300px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 15px;
}
.adblock160x600 {
	width: 170px;
	margin-left: 15px;
	text-align: center;
}
#logo {
	background-repeat: no-repeat;
	background-position: left center;
	width: 736px;
	height: 85px;
	padding-top: 10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
#logo a {
	color: #FFFFFF;
	text-decoration: none;
}
#logo a:hover {
	text-decoration: underline;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-color: #BDE3FF;
}
#sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar1 p {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 11px;
}
#sidebar1 .sidebarlt {
	background-color: #FFFFFF;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebarlt p {
	margin: 0px;
	padding: 0px;
}
#sidebar1 .sidebardk {
	background-color: #E8E8E8;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 15px;
	font-size: 11px;
}
#sidebar1 .sidebardk p {
	margin: 0px;
	padding: 0px;
}
#mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	/* margin-left: 220px; */
	margin-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	font-size: 120%;
}
#mainContent a:hover {
	color: #FFFFFF;
	background-color: #FF7100;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	text-transform:none;
	letter-spacing: normal;
	line-height: 1.2em;
}
#mainContent h2 {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	font-weight: bold;
	line-height:normal;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: bold;
}
#mainContent p {
	line-height: 18px;
}
#mainContent li {
	margin-bottom: 5px;
	line-height: 18px;
}
#mainContent blockquote {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#mainContent blockquote p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer {
	text-align: right;
	height: 65px;
	font-size: 10px;
	padding-right: 25px;
/*
	background-color: #BDE3FF;
	color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	height: 65px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: right;
	clear: both;
	float: left;
	width: 100%;
	box-shadow:         0 0 10px #000000;
	width: 735px;
	background-image: url(/images/footer-shadow.gif); */
}
#footer p {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin: 0;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#about {
	font-size: 9px;
	text-align: center;
	color: #999999;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 15px;
	Xwidth: 780px;
Xwidth: 98%;
}
#about a {
	color: #999999;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#news {
	margin-bottom:30px;
	font-size: 12px;
	line-height: 1.3em;
}
#news .ad {
	padding-left: 8px;
	padding-top: 15px;
}
#news h4 {
	margin:10px 5px 0px 0px;
	padding: 6px 5px 5px 10px;
	background-color:#009BFF;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
#news h4 a{

	text-decoration:none;
	color: #000000;
}
#news .new {
background-image:url(/images/smallnew.gif);
background-repeat:no-repeat;
background-position:0;
padding-left:30px;
margin-left:-7px;
}
#news  p {
	padding: 5px 5px 10px 12px;
	background-color: #87CAFA;
	margin: 0 5px 0 0;
}
#news  p  .date {
	font-weight: bold;
	display: block;
	margin: 5px 0px 5px 0px;
}
#donate {
	background-image: url(/images/donate-panel.png);
	background-repeat: no-repeat;
	display: block;
	width: 399px;
	padding: 81px 73px 0 28px;
	height: 134px;
}
#paypal {
	float: right;
}
#googlecheckout {
	float: left;
}
table.blue-table {
	border-collapse: collapse;
	margin: 20px 0 20px 0;
	border-top: 3px #009bff solid;
	border-bottom: 8px #009bff solid;
	border-left: 10px #009bff solid;
	border-right: 10px #009bff solid;
}
table.download {
	width: 500px;
	clear: left;
}
table.download td {
	width: 225px;
}
table.blue-table td {
	border-bottom: 2px solid #009bff;
}
table.blue-table tr {
	background-color: #BDE3FF;
}
table.blue-table tr:hover {
	background-color: #87CAFA;
}
table.blue-table thead td {
	background-color: #009BFF;
	font-size: 20px;
	padding: 5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table.blue-table tfoot td {
	background-color: #009BFF;
}
#linkbar
{
	height:1%;
}

/* FAQ Question and Answer sections */
.faqq {
  font-size: 120%;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
}
.faqa {
  margin-left: 3em;
}
