/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: black;
        margin-top: 10px;
        margin-bottom: 20px;
}

h1 {
      font-size: 3em;
}

h2 {
     text-align: center;	
    font-size: 2em;
}

h3 {
	 text-align: center;
         font-size: 1.5em;
}


p {
	margin-bottom: 1em;
	line-height: 140%;
        color: black;
 text-align: left;
}

ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
        color: black;
 
}


a {
	color: navy;
       
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr { 
     display: none;
}

/* Header */

#logo {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 100px;
	background: url(images/eag.jpg) no-repeat 0px 50px;
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
         margin-bottom: 3em;
         padding: 10px 0 0 150px;
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}


/* Menu */

#menu {
	width: 770px;
	height: 70px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center bottom;
}

/* Wide Post */

.wide-post {
	margin: 0 auto 15px auto;
width: 800px; 
padding: 5px 20px 20px 20px;
background: #dddddd;
border-right: 3px solid #555555;
border-left: 3px solid #555555;
border-top: 3px solid #555555;
border-bottom: 3px solid #555555;
border-style: outset;
}



.wide-post .title {
	padding: 20px 20px 20px 20px;
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0 20px;
}

.wide-post .bottom {
	height: 20px;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(images/img17.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Two Columns */

.two-columns {
	width: 820px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 380px;
      font: normal 1.2em  Arial, Helvetica, sans-serif;
}

.two-columns .column-two {
	float: right;
	width: 380px;
       font: normal 1.2em  Arial, Helvetica, sans-serif;
}

}

.two-columns .column-two {
	float: right;
	width: 380px;
       font: normal 1.2em  Arial, Helvetica, sans-serif;
}




.two-columns .title {
	height: 30px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.5em;
	color: #333333;
        text-align: center;
}

.two-columns .entry {
	background: url(images/img13.gif) repeat-x;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}
#recent-posts1 li {
	padding: 5px 15px;
	border-bottom: 1px solid #949EA4;
        list-style: none;
}


/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}


/* Footer */

#footer {
	padding: 40px 0;
	background: #3F4244 url(images/img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: small;
	color: #666666;
}

#footer a {
	color: #666666;
}


.centers {
          text-align:center;
          margin-top: 1px;
          margin-bottom: 2px;
          color: black; 
          font-size: 12pt; 
          font-family:  Arial, Verdana,sans-serif; 

}

#cen {
          text-align:center;
          margin-top: 1px;
          margin-bottom: 2px;
          color: black; 
      font-size: 10pt; 
      font-family:  Arial, Verdana,sans-serif; 
      font-style: bold;
}

.items {
         text-align: left;  
      color: black; 
      font-size: 10pt; 
      font-family: Verdana, Arial, sans-serif; 
      font-style: normal;
}

.acc{
         text-align: left;  
      color: black; 
      font-size: 10pt; 
      font-family: Verdana, Arial, sans-serif; 
      font-style: normal;
}

#submenu {
	clear: both;
	padding: 20px 0;
	background: #A9B3BB; 
	color: #A9B6BB;
}

#submenu ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 250px;
	padding: 0 12px 0 0;
        font-size: 12pt;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid black;
	font-size: 1.2em;
        color: navy;
}

#app {
      margin-left: 25px; 
      color: black; 
      font-size: 12pt; 
      font-family: Verdana, Arial, sans-serif; 
      font-style: normal;


}

.left1 ul {color: black; 
      font-size: 12pt; 
      font-family: Arial, Verdana,  sans-serif; 
      font-style: normal;
      display: block;
	margin-left: auto;
	padding: 60px 20px 0 0;
}



#main6 {
width: 590px;
float: left;
padding: 0 15px 0 0;
color: #061d4e;
font-size: 12pt;
        }

#staff {color: black; 
      font-size: 14pt; 
      font-family: Arial, Verdana,  sans-serif; 
      font-style: bold;
}



#staff img { 
           border-style: inset; 
           border-color: #CDD4D7;
           border-width: 5px; 
}

.centers{ text-align: center;
     
 }     



#list {
	clear: both;
	padding: 20px 0;
	background:  #dddddd; 
	color:  #dddddd;
        font-size: 10pt;
}

#list ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#list li {
	display: block;
	float: center;
	width: 180px;
	padding: 0 12px 0 0;
        font-size: 10pt;
}

#list li ul {
	width: auto;
	margin: 0;
}

#list li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	
}

#list h2 {
	margin: 0 0 5px 0;
	
	font-size: 2em;
        color: navy;
 }
       
 #pa     {
         text-align:center;
          margin-top: 1px;
          margin-bottom: 2px;
          color: navy; 
      font-size: 12pt; 
      font-family:  Cambria, Arial, Verdana,sans-serif; 
      font-style: bold;
}

.all    {
         text-align:left;
          margin-top: 3px;
          margin-bottom: 2px;
          color: black; 
      font-size: 12pt; 
      font-family:Arial, Verdana,sans-serif; 
      font-style: normal;
}

.alll    {
         text-align:left;
          margin-top: 3px;
          margin-bottom: 2px;
          color: navy; 
      font-size: 12pt; 
      font-family: Arial, Verdana,sans-serif; 
      font-style: normal;
}

.al    {
         text-align:center;
          margin-top: 3px;
          margin-bottom: 2px;
          margin-left: 5px;
          color: black; 
      font-size: 12pt; 
      font-family:Arial, Verdana,sans-serif; 
      font-style: normal;
}

.clock {
        text-align: center;
        margin-top: 3px;
        margin-bottom: 2px;
        margin-right: auto;
        margin-left: 5px;
}

.song    {
         text-align: center;
          margin-top: 3px;
          margin-bottom: 2px;
          color: navy; 
      font-size: 12pt; 
      font-family: Cambria, Arial, Verdana,sans-serif; 
      font-style:  bold;
}


.yah    {
         text-align:center;
          margin-top: 3px;
          margin-bottom: 2px;
          color: black; 
      font-size: 12pt; 
      font-family: Cambria, Arial, Verdana,sans-serif; 
      font-style:  normal;
}

.angel    {
         text-align:left;
          margin-top: 3px;
          margin-bottom: 2px;
          color: black; 
      font-size: 12pt; 
      font-family:Arial, Verdana,sans-serif; 
      font-style: normal;
}

#lt {
	clear: both;
	padding: 20px 0;
	background:  #dddddd; 
	color:  #dddddd;
}

#lt ol {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#lt li {
	display: block;
	float: center;
	width: 700px;
	padding: 0 12px 0 0;
        font-size: 12pt;
}

#lt li ul {
	width: auto;
	margin: 0;
}

#lt li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	
}

#lt h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid black;
	font-size: 1.2em;
        color: black;
 }


#de {
	clear: both;
	padding: 20px 0;
	background:  #dddddd; 
	color:  #dddddd;
}

#de ol {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#de li {
	display: block;
	float: center;
	width: 700px;
	padding: 0 12px 0 0;
        font-size: 12pt;
        font-family: Cambria, Arial, Verdana,sans-serif; 
       font-style:  bold;
}

#de li ul {
	width: auto;
	margin: 0;
}

#de li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;	
}

#de h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid black;
	font-size: 1.2em;
        color: black;
 }

.para {
	margin-bottom: 1em;
	line-height: 140%;
        font-size: 14pt;
        color: black; 
        text-align: center;
}

#wrong {
          text-align:left;
          color: red; 
          font-size: 14pt; 
          font-family:  Arial, Verdana,sans-serif; 
          text-decoration: underline;
}


.desc1 {
height: 450px;
width: 800px;
color: #dddddd;
padding: 0;
background: #dddddd  top right no-repeat;
clear: both;
margin: 5px  5px 15px 0;
text-align: center;
}