body 
{
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    background-color: #FFFFFF;
}

a 
{
    color: #336699;
    text-decoration: underline;
}

a:hover 
{
    text-decoration: underline;
}

p 
{
    margin-bottom: 10px;
    margin-top: 0px;
    line-height: 18px;
}

hr 
{
    height: 1px;
    color: #336699;
}

sub 
{
    line-height: 0px;
}

.highlight 
{
    color:  #FF9900;
    font-weight: bold;
}

#CompanyLogos
{
	padding-top: 90px;
}

#ProjectLogo
{
	position: relative;
	top: -10px;
	left: -6px;
}

#PrintLogo 
{
    display: none;
}

#Container 
{
	position: absolute;
    top: 10px;
    left: 150px;
    width: 855px;
}

#Page 
{ 
    background: #E1E7EE;
    border: solid 1px #FFFFFF;
}

#Page .outerTopEdge
{
    background: url(../images/backgrounds/PageOuterTopEdge.gif) top left repeat-x;        
}

#Page .outerBottomEdge 
{
    background: url(../images/backgrounds/PageOuterBottomEdge.gif) bottom left repeat-x;   
}

#Page .outerTopLeftCorner
{
    background: url(../images/backgrounds/PageOuterTopLeftCorner.gif) top left no-repeat;        
}

#Page .outerTopRightCorner
{
    background: url(../images/backgrounds/PageOuterTopRightCorner.gif) top right no-repeat;        
}

#Page .outerBottomLeftCorner
{
    background: url(../images/backgrounds/PageOuterBottomLeftCorner.gif) bottom left no-repeat;
}

#Page .outerBottomRightCorner 
{
    background: url(../images/backgrounds/PageOuterBottomRightCorner.gif) bottom right no-repeat;
    padding: 5px;
}

#Page .innerTopEdge 
{
    border: solid 1px #FFFFFF;   
    background: #FFFFFF url(../images/backgrounds/PageInnerTopEdge.gif) top left repeat-x;   
}

#Page .innerBottomEdge
{
    background: url(../images/backgrounds/PageInnerBottomEdge.gif) bottom left repeat-x;
    padding: 5px;
}

#PageContent  
{
    zoom: 1;  /* fix for IE - disappearing text when using floats inside a relative positioned container div */
}

#PageContent h1 
{
    font-size: 18px;
	font-weight: normal;
    color: #304C69;
    margin: 0px;
    margin-top: 10px;     
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #304C69; 
    clear: both; 
}

#PageContent h2 
{
    font-size: 13px;
    font-weight: bold;
    color: #304C69;
    margin-bottom: 0px;
    margin-top: 10px;     
    margin-left: 20px;     
}

#PageContent h3 
{
    font-size: 12px;
    color: #000000;
    margin-bottom: 0px;
    margin-top: 10px;     
    margin-left: 20px;     
}

#PageContent ul
{
    padding-left: 20px;     
}

#PageContent ol
{
    padding-left: 20px;     
}

#PageContent li 
{
    margin: 0px;    
    line-height: 18px;    
}

#PageContent p
{
	margin-left: 20px;
	margin-right: 20px;
}

#UtilLinks
{
	font-size: 11px;
}

#UtilLinks .topEdge
{
	height: 100%;
}

#UtilLinks .bottomEdge
{
    height: 100%;
}

#UtilLinks ul
{
    margin: 0px;
    padding: 10px;
    list-style: none;
}

#UtilLinks li ul
{
    margin-left: 12px;
    padding-left: 3px;
    list-style: disc;
}

#UtilLinks a
{
    color: #336699;
    text-decoration: none;
}

#UtilLinks a:hover 
{
    text-decoration: underline;
} 

.QuoteLeft
{
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	background-image:url(../images/icons/icon_quote-left.gif);
	background-repeat:no-repeat;
}

.QuoteRight
{
	background-image: url(../images/icons/icon_quote-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#Menu 
{
	background-image: url(../images/backgrounds/pageMenu.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #FFFFFF;
	height: 20px;
	color: #FFFFFF;
	padding-top: 5px;




}



#Menu a 
{
	float: left;

	
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;


} 

#Menu IMG 
{
	visibility: hidden;
	
}

#Menu DIV TABLE IMG 
{
	visibility: visible;
	
}

#Menu a:hover 
{
    text-decoration: underline;
} 

.DynamicMenu
{
	min-width: 100px;
	background-image: url(../images/backgrounds/pageMenu.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: solid 1px #FFFFFF;
}

.DynamicMenuItem
{
	min-width: 100px;
	padding :3px 3px 3px 3px;
}

ul.Submenu
{
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    padding-bottom: 5px;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: solid 1px #6699CC;
    text-align: left;
}

ul.Submenu li 
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

ul.Submenu a
{
    color: #336699;
    text-decoration: none;
}

ul.Submenu a:hover 
{
    text-decoration: underline;
}

#Footer 
{
    margin-top: 5px;
    margin-right: 5px;
    text-align: right;   
    font-size: 10px;
    color: #999999;
    font-weight: bold;
}

#SiteLinks 
{
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    color: #336699;
    text-align: right;   
}

#SiteLinks ul 
{
    margin: 0px;
    padding: 0px;
}

#SiteLinks li 
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

#SiteLinks a 
{
    text-decoration: none;
    color: #336699;
} 

#SiteLinks a:hover 
{
    text-decoration: underline;
} 

#LegalLinks 
{
    font-size: 10px;
    color: #336699;
    padding: 0px;
    border-top: solid 1px #6699CC;
    margin-top: 10px;
    height: 15px;
}

#LegalLinks ul 
{
    display: inline;
    float: right;
    margin: 0px;
    padding: 0px;
}

#LegalLinks li 
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

#LegalLinks a 
{
    text-decoration: none;
    color: #336699;
} 

#LegalLinks a:hover 
{
    text-decoration: underline;
} 

#SiteUtilities 
{
    font-size: 10px;
    color: #000000;
    padding: 0px;    
    line-height: 20px;
    height: 20px;
}

#SiteUtilities ul 
{
    display: inline;
    float: right;
    margin: 0px;
    padding: 0px;
}

#SiteUtilities li 
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

#SiteUtilities a 
{
    text-decoration: underline;
    color: #336699;
    font-weight: bold;
} 

#SiteUtilities a:hover 
{
    text-decoration: underline;
} 

/*
.photo
{
    text-align: center;
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;

    
}

.photo IMG
{
    width: 100px;
    height: 100px;
    
}

*/

/*** Milestones ***/

#Milestones
{
    padding-top: 10px;
    padding-bottom: 10px;

}

#Milestones .top
{

    height: 25px;
    border-left: solid 2px #FF9900;
    border-right: solid 2px #FF9900;
    border-bottom: solid 1px #FF9900;
   
}

#Milestones .bottom
{


    height: 25px;
    border-left: solid 2px #FF9900;
    border-right: solid 2px #FF9900;
    border-top: solid 1px #FF9900;
    
}

#Milestones .date 
{
    text-align: center;
    width: 19%;
    float: left;
    line-height: 25px;
}

#Milestones .comment1 
{
    border-left: solid 2px #D8E6E5;
    margin-left: 45px;
}

#Milestones .comment2 
{
    border-left: solid 2px #D8E6E5;
    margin-left: 85px;
}

#Milestones .comment3 
{
    border-left: solid 2px #D8E6E5;
    margin-left: 85px;
}

#Milestones .comment4 
{
    border-right: solid 2px #D8E6E5;
    margin-right: 85px;
    vertical-align: bottom;
}

#Milestones .comment5
{
    border-right: solid 2px #D8E6E5;
    margin-right: 70px;
    margin-bottom: 0px;
    padding: 0px;
    vertical-align: bottom;
}

#Milestones .comment1 P
{
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px;
}

#Milestones .comment2 P
{
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px;
}

#Milestones .comment3 P
{

    margin-top: 0px;
    margin-bottom: 20px;
    padding: 5px;
}

#Milestones .comment4 P
{
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 5px;
    text-align: right;
}

#Milestones .comment5 P
{
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 5px;
    text-align: right;
}

#Milestones P 
{
    background-color: #D8E6E5;

}






/*** GLOSSARY ***/

p.glossaryAlphabet
{
	font-weight: bold;
	font-size: 14pt;
}
.glossaryItem
{
    padding-top: 5px;
    padding-bottom: 5px;
}

P.glossaryTerm
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
P.glossaryDefinition
{
    margin: 0px;
	padding-left: 10px;
}
P.glossarySource
{
	font-style: italic;
	padding-left: 10px;
}

DIV.PhotoBox 
{
    float: left;
    margin: 10px;
    text-align: center;
    vertical-align: middle;
    width: 130px;
    height: 180px; 
    background-color: #DDDDDD;
    font-size: 10px;
}

BLOCKQUOTE.Letter 
{
    font-family: Times New Roman;
    text-align: justify;    
    
}

/* Project Milestones Diagram */

#ProjectMilestonesDiagram
{
    position: relative;  
}

#ProjectMilestonesDiagram DIV.date 
{
    position: absolute;
    width: 60px;
    height: 20px;
    text-align: right;
    font-weight: bold;
    font-size: 10px;
    line-height: 20px;
    
}

#ProjectMilestonesDiagram DIV.text 
{
    position: relative; 
    top: -10px; 
    line-height: 18px;
    margin-left: 10px;
    padding: 2px;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
}

#ProjectMilestonesDiagram DIV.caption1
{
    position: absolute;   
    font-weight: normal;
    
    height: 20px;
    border-top: solid 2px #FF6600;
    
    left: 70px;
}

#ProjectMilestonesDiagram DIV.caption1 DIV.text
{
    background-color: #FF6600;    
}



#ProjectMilestonesDiagram DIV.caption2
{
    position: absolute;   
    height: 20px;
    border-top: solid 2px #0066FF;
    left: 70px;

}

#ProjectMilestonesDiagram DIV.caption2 DIV.text
{
    background-color: #0066FF;
}



#ProjectMilestonesDiagram DIV.caption3
{
    position: absolute;   
    border-top: solid 2px #006633;
    left: 70px;

}

#ProjectMilestonesDiagram DIV.caption3 DIV.text
{
    background-color: #006633;
}

#ProjectMilestonesDiagram DIV.caption4
{
    position: absolute;   
    border-top: solid 2px #663333;
    left: 70px;

}

#ProjectMilestonesDiagram DIV.caption4 DIV.text
{
    background-color: #663333;
}

#ProjectMilestonesDiagram DIV.legend1 
{
    background-color: #FF6600; 
    position: absolute;
    color: #FFFFFF; 
    font-size: 10px;
    font-weight: bold;  
}

#ProjectMilestonesDiagram DIV.legend2 
{
    background-color: #0066FF;
    position: absolute;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold; 
}

#ProjectMilestonesDiagram DIV.legend3 
{
    background-color: #006633;
    position: absolute;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold; 
}

#ProjectMilestonesDiagram DIV.legend4 
{
    background-color: #663333;
    position: absolute;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold; 
}

#ProjectMilestonesDiagram DIV.legend5 
{
    background-color: #99CCCC;
    position: absolute;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold; 
}


#ProjectMilestonesDiagram DIV.category 
{
    position: absolute;
    font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;  
    text-align: right;
    right: 60px;
    
}


/* Project Timeline Diagram */


#ProjectTimelineDiagram 
{
    position: relative;
    height: 600px;
    margin-top: 50px;
}

#ProjectTimelineDiagram #Phases 
{
    position: absolute;
    left: 100px;
    top: 0px;
    width: 560px;
    height: 600px;
    
}

#ProjectTimelineDiagram .phase
{
    position: relative;       
}

#ProjectTimelineDiagram .subphase
{
    border-style: solid;
    border-width: 3px;    
}

#ProjectTimelineDiagram .arrowBlock
{
    background-color: #FFFFFF;
    border: solid 2px #000000;
    position: absolute;
    padding: 3px; 
    height: 15px; 
    left: 90px;
}

#ProjectTimelineDiagram DIV.year
{
    position: absolute;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    left: 0px;
}

#ProjectTimelineDiagram .bigyear
{
    position: absolute;
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    left: 0px;
}

#ProjectTimelineDiagram .yearBlock 
{
    border-style: solid;
    border-width: 1px;
    height: 50px;   
}

#ProjectTimelineDiagram .titleBlock 
{
    position: absolute;
    right: 0px;
    color: #FFFFFF;
    padding: 8px;
    font-weight: bold;
}

#ProjectTimelineDiagram .taskBlock 
{
    position: absolute;
    font-size: 12px;
    width: 500px;    
    left: 100px;
}

#ProjectTimelineDiagram .taskBlock  UL
{
   margin-top: 0px;
}

#ProjectTimelineDiagram .taskBlock  LI
{
   padding: 0px;
   margin: 0px;
   line-height: 17px;
}

#ProjectTimelineDiagram .taskBlock  UL UL
{
   padding: 0px;
   margin: 0px;
   margin-left: 15px;
   line-height: 10px;
}

#ProjectTimelineDiagram #Phase1 .subphase, #ProjectTimelineDiagram #Phase1 .yearBlock 
{
    border-color: #FFCC00;    
}
#ProjectTimelineDiagram #Phase1 .titleBlock 
{
    background-color: #FFCC00;    
}

#ProjectTimelineDiagram #Phase2 .subphase, #ProjectTimelineDiagram #Phase2 .yearBlock 
{
    border-color: #006699;    
}
#ProjectTimelineDiagram #Phase2 .titleBlock
{
    background-color: #006699;    
}

#ProjectTimelineDiagram #Phase3 .subphase, #ProjectTimelineDiagram #Phase3 .yearBlock 
{
    border-color: #006666;    
}

#ProjectTimelineDiagram #Phase3 .titleBlock
{
    background-color: #006666;    
}



/*
TABLE.DefaultTable 
{
    width: 100%;
    color: #003366;
    border: solid 1px #336699;
    border-collapse: collapse;
} 

TABLE.DefaultTable TR
{
    font-size: 10px;
    background-color: #ddddee;
}

TABLE.DefaultTable TR.Header 
{
    font-size: 12px;
    background-color: #336699;
    font-weight: bold; 
    color: #FFFFFF;  
}

TABLE.DefaultTable TD 
{
    padding: 5px;
    border-top: solid 1px #FFFFFF;
}
*/