* {
border:0 none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0;
outline:0;
padding:0;
vertical-align:baseline;
}

body {
background-color:#c9c9c9;
margin:0;
padding:0;
width:100%;
font-family: Tahoma, geneva, sans-serif;
}

p {
    font-size:12px;
    line-height:20px;
    text-align: justify;
    
}
li {
    line-height:20px;
    text-align: justify;
}

h2 {
    padding:20px 0 10px 0;
    color:#7db542;
    font-weight:bold;
    
}

h3 {
    font-size:14px;
    margin-left:40px;
    color:#7db542;
    font-weight: bold;
    padding-bottom:10px;
}

.bold {
    font-weight:bold;
    color:#9c1c1f;
}

p.center {
    text-align: center;
    font-weight: bold;
}
.color {
    color:#9c1c1f;
    font-weight:bold;
}
#container {
    width: 1020px;
    margin:0 auto;
    background-color:#ffffff;
    
}

#logo h1 {
    text-indent:-9999px;
}

#logo h1 a {
    display: block;
    float: left;
    margin-left:40px;
    margin-top:25px;
    margin-bottom:20px;
    width: 590px;
    height:102px;
    background-image:url(images/logo.png);
    background-repeat: no-repeat;  
}

#banner {
    float: left;
    background:url(images/banner_02.png) repeat-x left;
    width:1020px;
    height:270px;
    border-top:3px solid rgb(157,29,32);
    border-bottom:4px solid rgb(157,29,32);
    
}
#banner h1 {
    text-indent:-9999px;
}
#banner h1 a{
   display: block;
    
    background-image:url(images/ourworld_03.png);
    background-repeat: no-repeat;
   
    width:570px;
    height:68px;
    margin-left:40px;
    margin-top:30px;
    
}
#banner p{
    position: relative;
    margin-left:40px;
    margin-top:100px;
    width:580px;
    height:50px;
    font-style:italic;
    color:#ffffff;
    font-size:14px;

}
#hand{
    background-image:url(images/hand.png);
    float: left;
    width:415px;
    height:236px;
    margin-left:605px;
    margin-top:-220px;
    
}

#nav{
	clear: both;
	height: 36px;
	width: 100%;
}
#nav ul{
	float: left;
        margin-left:30px;
}
#nav ul li{
	list-style-type: none;
	display: block;
	height: 36px;
	float: left;
	padding: 0px 1px 0px 0px;
        
}
#nav ul li a{
	color: #3f3f3f;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
        font-family:tahoma, geneva, sans-serif;
	height: 100%;
	line-height: 36px;
	padding: 0 0 0 18px;
}
#nav li a span{
	display: block;
	float: left;
	height: 100%;
	padding: 0 18px 0 0;
}
#nav li a:hover, #nav li.active a{
	background: url(images/hover.jpg) no-repeat left;
	color: #fff;
	cursor: pointer;
	text-decoration: none
}
#nav li a:hover span{
	background: url(images/hover.jpg) no-repeat right;
}


#content {
    margin-bottom:25px;
}

#content h2{
    margin-left:40px;
}
#content p {
    margin-left:40px;
    margin-bottom:10px;
    margin-right:40px;
}
#content iframe {
    margin-top:20px;
    margin-left:40px;
    
}
#content ol {
    margin-left:90px;
    margin-right:40px;
    font-size:12px;
    line-height:20px;
}
#content ul {
    margin-left:90px;
    margin-right:40px;
    font-size:12px;
    line-height:20px;
}

#content li {
    padding-bottom:10px;
}

#content a{
    font-size:12px;
}
#content img {
    margin-left:400px;
}

#content .col1 {
    float: left;
    width:330px;
    
}
#content .col1 p{
    text-align:left;
}
#content .col2 {
    float: left;
    width:330px;
    
}
#content .col2 p{
    text-align:left;
}
#content .col3 {
    float: left;
    width:340px;
    
}
#content .col3 p{
    text-align:left;
}
#diagram {
      background-image: url(images/diagram.jpg);
      background-repeat: no-repeat;
      background-position: center;
      float: left;
      margin-left:200px;
      height:500px;
      width:600px;
      
}
#diagram p{
    font-weight:bold;
    margin-left:100px;
}
#footer {
    clear: both;
    width:100%;
    height:70px;
    background:url(images/footer.png) repeat-x;
    
    border-top:3px solid rgb(157,29,32);
}

#footer ul{
    float: left;
   margin-left:220px;
    margin-top:25px;
 
}

#footer ul li {
    list-style-type:none;
    display: block;
    float: left;
    padding: 0px 25px 0px 0px;
    font-size:11px;
    
}
#footer a {
    color:#ffffff;
    text-decoration:none;
    
}
#footer a:hover {
    text-decoration:underline;
}
#footer p{
    float:left;
    margin:5px 0 0 430px;
    color:#ffffff;
    font-size:11px;
    
}
