.aligntop{
	vertical-align: top;
}


.homebodytext{
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
	text-align: justify;
 	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.headtext{
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 12pt;
	text-align: justify;
 	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

.menucell{
	background-color: #444444;
}

.navcell{
	background-color: #BCBDED;
	color: #666666;
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
	text-align: left;

}

.logocell{
	background-color: #FFFFFF;
}

.sidecellinclude{
	background-color: #BCBDED;
	text-align: center;
	vertical-align: top;
}
.sidecellimage{
	background-color: #BCBDED;
	text-align: center;
	vertical-align: bottom;
}

.contactdetails{
	color: #0000CC;
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
	text-align: right;
}

.footer {
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
	text-align: center;
 	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a {
	font-variant: normal;
	line-height: 20px;
	font-size: 8pt;
	font-family: Verdana,Arial,"MS Sans Serif",sans-serif;
	text-decoration: none; 
	font-weight: normal;
}
a:visited {
	font-variant: normal;
	line-height: 20px;
	font-size: 8pt;
        color: #000000;
	font-family: Verdana,Arial,"MS Sans Serif",sans-serif;
	text-decoration: underline; 
	font-weight: normal;
}

a:hover {  
        font-variant: normal;
	line-height: 20px;
	font-size: 8pt;
	font-family: Verdana,Arial,"MS Sans Serif",sans-serif;
	text-decoration: none;
	font-weight: bold; 

}

a.ceclink:link {
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
	text-align: center;
 	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a.ceclink:visited {
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
	text-align: center;
 	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a.ceclink:hover {
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
	text-align: center;
 	color: #EEEEEE;
	font-weight: normal;
	text-decoration: underline;
}






#navigation {
	margin-bottom: 1em;
}

#navigation ul{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;

}

#navigation ul#primary {
	position: relative;
	line-height: 1.2em;

}

#navigation li {
	margin: 10px;
	padding: 0;
	border: 0;
	display: inline;


}

#navigation li ul{
	width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	padding: 16px 0px 0px 0px;

	top: 16px;		/* ignored by IE6 - specifies the absolute position relative to the containing block */
	right: 0px;		/* ignored by IE6 - specifies the absolute position relative to the containing block */


}

#navigation li.selected ul, #navigation li:hover ul, #navigation li.over ul {
	visibility: visible;


}
#navigation li.selected ul {
	z-index: 10;

}
#navigation li:hover ul, #navigation li.over ul { /* lists nested under hovered list items */
 	z-index: 100;

}

* html #navigation li.over ul, * html #navigation li.selected ul {
	top: 1.2em;
    left: 0;
}

#navigation li a, a:visited{
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 11pt;
 	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover{
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 11pt;
 	color: #FFFF66;
	font-weight: bold;
	text-decoration: none;
}
 	
#navigation li ul a, a:visited{
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
  	font-weight: normal;
 	color: #CCCCCC;
	text-decoration: none;
}

#navigation li ul a:hover{
	font-family: Tahoma, Arial,"MS Sans Serif",sans-serif; 
  	font-size: 10pt;
  	font-weight: normal;
 	color: #FFFF66;
	text-decoration: none;
}

