﻿#InvolveBody
        {
        	width:900px;
        	margin:auto;
        	background:#ffffff;
        	border:1px solid #000000;
        }        
        
        body
        {
        	background:#e0e0e0;
        }
        
        #InvolveMenu
        {
        	background:#006E2E;
        	height:30px;
        }
        
        #InvolveMenu .MenuItem
        {
        	width:100px;
        	border-right:1px solid #ffffff;
        	border-bottom:1px solid #ffffff;
        	float:left;
        	font-family:Arial;
        	color:#ffffff;
        	font-size:13px;
        	text-align:center;
        	height:30px;
        	line-height:30px;
        }
        
        #InvolveMenu .MenuItemSelected
        {
        	width:100px;
        	border-right:1px solid #ffffff;
        	float:left;
        	font-family:Arial;
        	color:#000000;
        	font-size:13px;
        	text-align:center;
        	height:30px;
        	line-height:30px;
        	background:#BEF781;	
        }
        
        #InvolveMenu div:hover
        {
            border-bottom:0px;
            background:#BEF781;	
            color:#000000;
        }
        
        #InvolveMenu a
        {
        	color:#ffffff;
        	text-decoration:none;
        }
        
        #InvolveSubMenu
        {
            background:#BEF781;	
            height:35px;
        }
        
        #InvolveSubMenu .SubMenuItem
        {
            width:100px;
        	float:left;
        	font-family:Arial;
        	color:#000000;
        	font-size:13px;
        	text-align:center;
        	height:30px;
        	line-height:30px;
        }
        
        #InvolveSubMenu a
        {
        	color:#000000;
        	text-decoration:none;
        }
        
        #InvolveContent
        {
        	padding:8px;
        	border:0px;
        }
        
        #InvolveFooter
        {
        	text-align:center;
            font-size:9px;
            font-weight:bold;
            background:#006E2E;
            border-bottom:1px solid #000000;
            border-right:1px solid #000000;
            border-left:1px solid #000000;
            color:#ffffff;
            width:900px;
            margin:auto;
        }
        
        .clearboth
        {
        	clear:both;
        	line-height:1px;
            height:1px;
            border-right:0px;
        }
        
        h1
        {
        	font-family:Arial;
        	font-size:17px;
        }
        
        h2
        {
        	font-family:Arial;
        	font-size:13px;
        }
        body, td, p
        {
        	font-family:Arial;
        	font-size:13px;
        }
        
        .btnCampaign
        {
	        border:1px solid #e0e0e0; 
	        background:#eeeeee;
	        width:125px;
        }

        .btnCampaign:hover
        {
	        cursor:pointer;
        }
        
        .btnCampaign a
        {
	        font-size:11px;
	        font-weight:bold;
        }
        
        .greenbox
        {
        	background:#006E2E;
        	font-weight:bold;
        	color:White;
        	border:2px solid #008C00;
        	padding:8px;
        }
        
        .redbox
        {
        	background:#B02B2C;
        	font-weight:bold;
        	color:White;
        	border:2px solid #D01F3C;
        	padding:8px;
        }