body
{
	color:black;
	font-family:Geneva,sans-serif;
	font-size:90%;
	background-color: #9F9FE4;
	margin: 0; 
	padding: 0;
}

a:link         {text-decoration:none; color:#0000EE;}
a:visited      {text-decoration:none; color:#AE1D1D;}
a:hover        {text-decoration:underline; color:#FF2D2D;}
a:active       {text-decoration:underline; color:#FF2D2D;}

a.menu:link    {text-decoration:none; color:#0000EE;}
a.menu:visited {text-decoration:none; color:#AE1D1D;}
a.menu:hover   {text-decoration:underline; color:#FF2D2D;}
a.menu:active  {text-decoration:underline; color:#FF2D2D;}

a.currentmenu:link    {text-decoration:none; font-size:110%; color:#000000;}
a.currentmenu:visited {text-decoration:none; font-size:110%; color:#000000;}
a.currentmenu:hover   {text-decoration:underline; font-size:110%; color:#FF2D2D;}
a.currentmenu:active  {text-decoration:none; font-size:110%; color:#000000;}

a.currentphoto:link    {text-decoration:none; color:#000000;}
a.currentphoto:visited {text-decoration:none; color:#000000;}
a.currentphoto:hover   {text-decoration:underline; color:#FF2D2D;}
a.currentphoto:active  {text-decoration:none; color:#000000;}

a.samepage:link    {text-decoration:none; color:#0000EE;}
a.samepage:visited {text-decoration:none; color:#0000EE;}
a.samepage:hover   {text-decoration:underline; color:#FF2D2D;}
a.samepage:active  {text-decoration:none; color:#0000EE;}

a.null    
{
	text-decoration:none;
	color:#000000;
}

td.banner
{
 width:970px;
 height:185px;
 background-image:url("./images/CFS Alberta.png");
 background-position:center;
 background-repeat:no-repeat;
}

td.menu
{
	width:228px;
	background-color:#E5E9FF;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
}

div.menu_item
{
	border:thin solid;
	border-color:#FF6633;
	background-color:#FFCC33;
	
}

div.menu_div
{
 margin-top:15px;
 margin-bottom:15px;
 margin-left:4px;
}

td.content_td
{
	width:733px;
	background-color:#E5E9FF;
	text-align:left;
	vertical-align:top;
}

div.content_div
{
 margin-top:15px;
 margin-left:15px;
 margin-right:15px;
 margin-bottom:15px;
}

td.vsep
{
 width:5px;
}

td.hsep
{
 width:970px;
 height:5px;
}

td.support
{
 width:225px;
 height:150px;
 font-weight:bold;
 text-align:center;
}

td.thumb
{
 width:180px;
 vertical-align:top;
}

td.director0
{
 width:525px;
 font-weight:bold;
 text-align:left;
}

td.director1
{
 width:125px;
 text-align:left;
}

td.director2
{
 width:400px;
 text-align:left;
}

td.left
{
 width:300px;
 text-align:right;
}

td.right
{
 width:300px;
 text-align:left;
}

.formhighlight
{
 background-color:#FFF8DF;
}

td.center
{
 width:600px;
 text-align:left;
}

td.leftgrey
{
 width:300px;
 text-align:right;
 background-color:#FFCC99;
}

td.rightgrey
{
 width:300px;
 text-align:left;
 background-color:#FFCC99;
}

td.leftgreysmall
{
 width:250px;
 text-align:right;
 background-color:#FFAF50;
}

td.rightgreysmall
{
 width:250px;
 text-align:left;
 background-color:#FFAF50;
}

td.centergreysmall
{
 width:10px;
 background-color:#FFAF50;
}

div.update
{
 text-align:right;
 font-weight:normal;
 font-size:80%;
}

div.minorheading
{
 background-color:#F6FFFF;
 color:#000000;
 font-weight:bold;
 text-align:center;
 width: 100%;
}

h1
{
 text-align:center;
 font-size:300%;
 font-weight:bold;
 font-family:monotype corsiva;
}

h1.indextitle
{
 text-align:center;
 font-size:400%;
 font-weight:bold;
 font-family:monotype corsiva;
 font-style:normal;
}


/*LightBox Bellow Here*/

#lightbox{
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}
#lightbox img{ 
	width: auto; 
	height: auto;
}
#lightbox a img{ 
	border: none; 
}

#outerImageContainer{ 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}
#imageContainer{ 
	padding: 10px; 
}

#loading{
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}
#hoverNav{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}
#imageContainer>#hoverNav{ 
	left: 0;
}
#hoverNav a{ 
	outline: none;
}

#prevLink, #nextLink{ 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ 
	display: block; 
}
#prevLink { 
	left: 0; 
	float: left;
}
#nextLink { 
	right: 0; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer{ 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}

#imageData{	
	padding:0 10px; 
	color: #666; 
}
#imageData #imageDetails{ 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption{ 
	font-weight: bold;	
}
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}
