@charset "utf-8";
/* CSS Document */



/*- Boxes and containers ------------------------------------------*/


.warningBox {

margin:30px;
border:1px solid #FF0000;
background-color:#FFFFFF;
width:65%;
}



#flashcon2

 { 
 
 border:none;
width: 43em;
height:65em; 

}

.articleTitle {
		border: none;
		width:100%;
		background:none ;
		position:relative;
	padding:15px 10px 0px 0px;
		
		}



.articleTitle a img {
border:none;
float: right; 
margin-top:-50px;
padding: 10px 0px 0px 5px;




}

.imagewrapbox{
border: 1px solid  #006600;
 background: #FFFFFF ;
width: 90%;
padding: 15px 15px 0px 15px;
position: relative;
margin-bottom: 10px;
margin-top:35px;
margin-right:10px;
margin-left:0px;
min-height: 200px;
}

.imagewrapbox img {

border: none;
float: right; 
padding: 3px 10px 0px 10px;

}

/*- Menus and nav--------------------------- */



/*- Menu Tabs C--------------------------- */

    #tabsC {
    
	  float:left;
      width:100%;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
      }
    #tabsC ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("assets/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("assets/tabrightC.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      }  
	
	/* fonts headers etc */
	
	h1 
	
	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #002F00;
	
	}
	
	body
	
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#002F00;
	
	}
	
	