/*
* Background color = #000406
* content color Background (post) = #b0def8
* content words color (post) = #0A416B
* menu a hover color = #65b9e8
* buffer color = rgb(219,38,29)
* footer color = #b0def8
*/


#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}




* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #000406 url(/images/back.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 20px;
}
/*input, textarea {/*This affects the vote line of my poll*//*
	background: #28aae8;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
*/
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	text-transform: ;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h3 {
	font-size: 15px;
}

p, ol, ul {
	margin-bottom: 24px;
	line-height: 150%;
}

a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
width: 994px;
margin: 0 auto;
border: 10px solid #ffffff;
}

/* Header */

#header
{
background: #ffffff;
}


/* Page */

#page {
	width: 994px;
	background: #ffffff;
	margin: 0 auto;
}


.buffer {clear: both; width: 994px; height: 10px; margin: 0px; padding: 0px; background-color: rgb(219,38,29);}

/* Content */



#content {
	float: left;
	width: 650px;
	margin-left: 10px;
}

.sidebar c1 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(images/title.gif) no-repeat;
	height: 34px;
	padding-left: 20px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post {
	margin-bottom: 15px;
	background: #ffffff; /*content background color*/
	padding: 10px;
	color: #000000;
}

.post a {
	color:  #0A416B;
}

.post a:hover {
	color: rgb(219,38,29);
}


/* Sidebars */

.sidebar {
	float: left;
	width: 322px;
	margin-top: 10px;
	color: #000000
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 6px 0 6px 20px;
}

.sidebar a {
	text-decoration: underline;
	color: #000000;
	font-size: 13px; /*font size words under the graphic on the sidebar */
}
.sidebar a:hover {
	color: rgb(255,11,2);  /*font color for words under the graphic on the sidebar */
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 4px;      /*words for graphic on the sidebar */
	color: #FFFFFF;
	background: url(images/title.gif) no-repeat;
	height: 24px;   /*height for graphic on the sidebar */
	padding-left: 20px;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
margin-left: 10px;
}

#leftbar .back, #rightbar .back
{

padding: 10px;
padding-left: 2px;
}

#table1   table {
	width: 100%;
	text-align: center;
}

#table1   table {
	width: 100%;
	text-align: center;
}



#table1   table {
	width: 100%;
	text-align: center;
}




/* Footer */

#footer {
	clear: both;
	padding-top: 5px;
	height: 42px;
	background: #65b9e8;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #000000;
}

#footer a {
	color: #0F5B96;
}

