/*
* 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: #ffffff;
	margin-top: 15px;
	margin-bottom: 20px;
}
input, textarea {
	background: #ffffff;
	border: 1px solid #000000;
	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;
}

h2 {
	font-size: 15px;
}

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

a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: rgb(219,38,29);
}



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: 532px;
	padding-left: 00px;
	padding-top: 5px;
color: #000000;
}

.post {
/*background: url(images/top.gif) repeat-x;*/
padding-top: 10px;
padding-left: 10px;

}

.post .title {
	margin: 0;
	font-weight: bold;
	color: #000000;
}

.post h1.title {
	height: 30px;
	font-size: 26px;
color: #000000;
}

.post .entry {
	padding: 0 0px 30px 15px;
color: #000000;
}

.post .meta {
	margin: 0;
	padding: px 0px 0px 15px; /*2nd line padding*/
	text-transform: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.post .meta a {
	color: #000000;
}

.post .links {
	margin: 0;

}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
color: #000000;

}


/* Sidebars */

#right
{
padding-top: 5px;
float: right;
color: #000000;
}

#top
{
/*background: url(images/side_top.gif) no-repeat top;*/

padding: 10px;
}

#back
{
/*background: url(images/side_back.gif) repeat-y top;*/
width: 400px;
}

#bot
{
background: url(images/side_bottom.gif) no-repeat bottom;
height: 4px;
width: 400px;
margin-bottom: 10px;

}

#bot1
{
background: url(images/side_bottom.gif) no-repeat bottom;
height: 4px;
width: 500px;
margin-bottom: 10px;

}


.sidebar {
	float: left;
	width: 400px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
color: #000000;
}


.sidebar ul {

}

.sidebar li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 200px;
	padding-right: 5px;
}

#sidebar2 {
  	width: 200px;
	padding-right: 5px;
}

.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: 5px;


.title_back
{

padding-top: 10px;
padding-bottom: 10px;
}

.sidebar ul {
	line-height: normal;
	margin-left: 5px;
color: #000000;
}

.sidebar li {
	padding: 5px;
	font-size: .8em;
color: #000000;
}

.sidebar a {
	border: none;
	padding-left: 10px;
}


}

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

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



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


/* Footer */
/* Footer */

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

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

#footer a {
	color: ##65b9e8;
}


