/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background:  #033976;
/*	background:  #033976 url(images/img01.jpg) repeat-x left top;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color: #6E6C00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
    font-weight:bold;
	color: #FFFFFF;
}

a:hover {
	border-bottom: none;
	color: Red;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#header {
	float:  none;
	width: 980px;
	height: 88px;
	margin: 0 auto;
	text-align: center;
	background-position: center;
	background: url(images/img09.jpg) no-repeat center top;
}

#logo {
	float: left;
	width: 490px;
	height: 150px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}

#header h1, #header p {
	float: left;
	margin:  0 0 0 10px;
	color: #FFFF00;
}

#header h1 {
	padding: 10px 0 0 30px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3.3em;
}

#header p {
	text-transform: uppercase;
	padding:  4px 0 10px 3px;
	font-size:  medium;
	font-weight: bold;
	color:  Yellow;
    height: 35px;
    width: 400px;
}

#header a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#header h4 {
	font-size: 1em;
	color:Yellow;
    padding: 30px;
    text-align:left;
}


/* Menu */

#menu {
	float: right;
	width: 490px;
	margin: 0 auto 0 0px;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    display: block;
	    float: left;
	    margin: 0 3px 0 0;
	    padding: 10px 15px 10px 15px;
	    text-decoration: none;
	    text-transform: uppercase;
	    font-family: Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    color:  White;
	    background: none;
    height: 20px;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: Red;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper 
{
    clear: both;
}

/* Page */

#page {
	width:  980px;
	margin: 0 auto;
/*	padding: 10px 0 0 10px; */
	background: url(images/img05.jpg) repeat-none left top;
}

#page p 
{
    font-weight:bold;
    color: Yellow;
}

#page-bg {
	padding: 11px 24px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

#widecontent {
	float: left;
	width: 725px;
}

.post {
	padding: 0px 10px 0px 15px;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 5px;
	padding: 5px 8px 0px 3px;
	color: White;
	background: url(images/img08.jpg) no-repeat left top;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.byline {
	margin: 0 15px 10px 15px;
	text-transform: uppercase;
    color: Red;
}

.entry {
	padding: 0px 0px 0px 0px;
	line-height: normal;
}

.entry p {
	padding: 0px 0px 0px 0px;
	line-height: normal;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
}

/* Sidebars */

#sidebar1 {
}

#sidebar2 {
}

.sidebar {
	float: left;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
}

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

.sidebar li {
	padding: 5px 0 2px 0;
	border-bottom: #2C5FAB solid 1px;
}

.sidebar li ul {
	padding: 0px 1px;
}

.sidebar li li {
	padding: 1px 0 1px 0px;
	border-bottom: Yellow solid 1px;
	color: Yellow
}

.sidebar hr 
{
    border-bottom: #2C5FAB solid 1px;
}

.sidebar li h2 {
	padding: 3px 15px 2px 15px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0 15px;
}




/* Search */

#searchform {
	margin: 0;
	padding: 20px 15px;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 1px 0 0 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0;
	height: 93px;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #569DF5;
}

.sidebar a:hover
{
    color: Red
}

table
{
    color: Yellow;
    text-align:center;
    margin-right: 10px;
    border-color: White;
    width: 29px;
}

table th
{
    padding: 10px;
}

table td
{
    padding: 2px;
}

table li
{
    color: Yellow;
    text-align:left;
}

#Quote
{
    color: Yellow;
    font-style: italic;
}

#Unquote
{
    color:  #66FF00;
    font-style: normal;
}

#Note
{
    color:  Red;
    font-weight: bold;
}

li
{
    color:#66FF00;
}

.YellowBold
{
    color: Yellow;
    font-weight: bold;
}

.Quote
{
    color: Yellow;
    font-style: italic;
}

.QuoteBold
{
    color: Yellow;
    font-style: italic;
    font-weight: bold;
}

.Unquote
{
    color:  #66FF00;
    font-style: normal;
}

.Note
{
    color:  Red;
    font-weight: bold;
}



