/*-- PEPA Style Sheet */

/* HTML */
body { color: black;
		 	 font-family:  arial, verdana, sans-serif;
					text-align: center;					 
					}
				
a {
	color: #999966;
	}
	
p {
	text-align: justify;
	color: #666666;
	}
	
p.urgent {
						color: #FF0000;
						}
	
p.quote {
  width: 515px;
  color: white;
  float: left;
  padding: 5px 5px 5px 8px;
  /*margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;*/
	margin-bottom: 10px;
  background-color: #999966; 
  border-left: 2px solid #333333;
}

h1 {
	 font-size: 1.5em;
	 color: #999966;
	 }
	 
h2 {
	 
   font-family:  "Arial", sans, sans-serif;
	 font-size: 1.2em;
	 text-transform: uppercase;
	 }
	
h3 {
	 font-family: "Arial", sans, sans-serif;
	 font-size: 1em;
	 color: black;
	 }
	  
img {
		border: 0px;
		}
		
img.left {
  float: left;
  padding: 0px 8px 0px 0px;
}

		
img.left_bullet {
  float: left;
  padding: 0px 8px 0px 0px;
	margin: 0px 25px 0px 0px;
}
		
img.right {
  float: right;
  padding: 0px 0px 0px 8px;
	}

img.right_bullet {
  float: right;
  padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 20px;
}

img.left_border {
  float: left;
  padding: 0px 8px 0px 0px;
	margin: 0px 40px 0px 0px;
}

img.floating{
								float: left;
								border: none;
								padding: 0px 10px 0px 0px;
								}
				
img.headline {
				clear: both;	
				margin: 5px 30px 5px 0px;
				}			

acronym {
  border-bottom: 1px solid #999999;
  cursor: help;
}

	
li {
	 color: #666666;
	 margin-bottom: 2px;
	 font-size: 0.9em;
	 }


/* -------------------------------------------------- */			
#siteContainer {
									width: 780px;
									text-align: left;
								 margin: 0px auto;
									}

							

#logo {
				background: url(../images/logo.gif) no-repeat top center;
				height: 32px;
				}
				
#banner {
						height: 150px; 
						background: url(../random.php) no-repeat top center;
						text-align: left;
						color: white;
						}									

#menubar {
				/*width: 780px;*/
				height: 24px;
				background:  url(../images/menubar.gif) no-repeat bottom center;
				color: white;
				text-align: center;
				text-transform: uppercase;
				padding: 4px 0px 0px 0px;
				margin: 0px 0px 10px 0px;
				}

#menubar a {
									color: white;
									background-color: #9B9A62;
									text-decoration: none;
									}
													
#menubar a:hover {
									color: black;
									background-color: #9B9A62;
									text-decoration: none;
								}
								
#menubar a.active {
								 color: black;
									background-color: #9B9A62;
									text-decoration: none;
								}
								
/*#content {
							width: 780px;
							text-align: left;
							margin: 0px auto;
							padding: 10px 0px;
							width: 520px;
							float: left;
							font-size: 0.8em;
							}
	*/				

							
#detail {
						float: left;
						width: 520px;
							font-size: 0.8em;
							}
#info {
				float: right;
				font-size: 0.8em;
				width: 220px;
				padding: 0px 0px 0px 20px;
				}

#info .block {
				background: #c5d7e6 url(../images/block_top.gif) no-repeat top center;
				margin-bottom: 20px;
				}
				
#info .bottom {
				height: 28px;
				background: #c5d7e6 url(../images/block_bottom.gif) no-repeat bottom center;
					}

#info p {
				padding: 0px 8px 0px 8px;
				/*text-align: justify;*/
				color: #666666;
				}
#info p.urgentnews {
						color: #FF0000;
						}
				
#info h2 {
				color: #999966;
				font-weight: bold;
				padding: 8px;
				}



#wide {
					font-size: 0.8em;
					text-align: justify;
				}
		
#footer {
				clear: both;
				font-size: 0.8em;
				}
	 
.full {
				clear: both;
				}
				
				
.date {
				font-weight: bold;
				clear: left;
				}
