/*
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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        color: black;
        margin-top: 10px;
        margin-bottom: 20px;
}

h1 {
      text-align: center;
     font-size: 3em;
}

h2 {
     text-align: center;	
    font-size: 2em;
}

h3 {
	font-size: 1em;
}


p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
        color: black;

}

a {
	color: navy;
       
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}


hr { 
     display: none;
}


/* 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 2.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:  white;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/usa.gif) no-repeat center bottom;
}


.wide-post {
	margin: 0 auto 15px auto;
width: 750px; 
padding: 5px 20px 5px 20px;
background:  url(images/flags1.jpg) no-repeat;
border-right: 10px solid #5f2222;
border-left: 10px solid #5f2222;
border-top: 10px solid #5f2222;
border-bottom: 10px solid #5f2222;
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;
}


/* Footer */

#footer {
	padding: 15px 0;
	
}

#footer p {
	text-align: center;
	font-size: small;
	color: #666666;
}

#footer a {
	color: #666666;
}


.centers {
          text-align:center;
          margin-top: 1px;
          margin-bottom: 2px;
}

#cen {
          text-align:center;
          margin-top: 1px;
          margin-bottom: 2px;
          color: black; 
      font-size: 12pt; 
      font-family:  "Times New Roman", Verdana, Arial,Tahoma, sans-serif; 
      font-style: bold;
}



