/* CSS Document cfwr_styles.css */

body{
	font-family:Arial, Helvetica, sans-serif;
	}
	
.a{
text-decoration:underline;
}


.td, .th{
text-align:left;
}



/**********************************
Index page
***********************************/

#welcome{
margin-top:3em;
text-indent:6em;
line-height:0em;
}

#welcome p{
font-variant:small-caps;
letter-spacing: 0.1em;
}

#welcome H1{
text-indent:2em;
font-weight:100;
font-size:200%;
color:#7e9254;
}

#IndexImageBar{
margin-left:0em;
margin-right:0em;
margin-top:2em;
}

#IndexImageBar img{
display:none;
margin-top:0em;
}

/****************************
Navigation on welcome page
****************************/

#IndexNav{
text-align:justify;
white-space: nowrap;
}

#IndexNav a:link, #IndexNav a:visited {
color:#ffffff;
} 

#IndexNav li{
display:inline;
margin-top:0.5em;
padding:0.5em;
word-spacing:normal;
}

li.gold{ background-color:#FFCC00; }
li.red{ background-color:#993333; }
li.green{ background-color:#7e9254; }
li.blue{ background-color:#6699cc; }
li.purple{ background-color:#9999cc; }

#IndexFooter{
width:60%;
padding:3em;
}

#IndexFooter img{
float:right;
}

/**********************************
Site standards
***********************************/

/* Logo Placeholder provides site frame*/

#placeholder{
padding: 0.5em;
margin: 0.5em;
position:relative;
}

#placeholder img{
float:left;
clear:both;
}


/* Header part of site
Holds heading and global navigation*/

#heading {
padding:0.5em;
margin: 0em;
margin-left:25%;
width:70%;
height:4.5em;
overflow:visible;
z-index:2;
position:inherit;
}

/* Main heading
Specified to replicate standards specified in Community Futures Common Brand Program page 23 */

#heading h1{
text-align:right;
font-weight:100;
font-size:150%;
color:#7e9254;
}

/* Global Navigation
Specified to replicate example provided in Web Design pg 2
http://www.pwcf-brand.ca/applications_12.htm */

#NavBar{
display:none;
}



/* Page navigation
Specified to replicate example provided in Web Design pg 2
http://www.pwcf-brand.ca/applications_12.htm */

#NavColumn{
display:none;
}

/* Page content
Specified to replicate example provided in Web Design pg 2
http://www.pwcf-brand.ca/applications_12.htm */

#MainBody{
width:100%;
}

#MainBody p{
text-align:justify;
}

#MainBody img{
float:right;
padding:0.5em;
}

#MainBody h1{
font-weight:100;
font-size:120%;
}

a.longdesc {
display:none;
}

a.skiplinks {
display:none;
}

#footer {
font-size:80%;
text-align:center
}

#FootNotes {
display:none;
}
