body {
	font: normal 11px verdana;
    MARGIN: 0px;
    WORD-SPACING: normal;
    TEXT-TRANSFORM: none;
    LETTER-SPACING: normal;
    PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	TEXT-ALIGN: center;
	background-image:url(..\Images\bg.gif);
	background-repeat:repeat;
}

#navigation ul {
	margin: 0;
	padding: 0;	
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;		
	}

#navigation ul li {
	position: relative;z-index: 1;
	}
	
#navigation li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;z-index: 1;
	}

/* Styles for Menu Items */
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation  ul li a { height: 1%; }
/* End */

#navigation ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
#navigation li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#navigation li:hover ul, #navigation li.over ul { display: block;} /* The magic */


#container 
{
	position:relative;
	height: 100%;
	MARGIN-TOP: 0px; 
	MARGIN-LEFT: auto; 
	width:1001px;
	/* min-width ie hack (see http://www.svendtofte.com/code/max_width_in_ie/ ) */
	width:expression(document.getElementById('container').clientWidth < 1001? "1001px": "auto" );
	MARGIN-RIGHT: auto; 
	PADDING-TOP: 0px; 
	TEXT-ALIGN: left;

	border-style:solid;
	border-color:Black;

	border-width:1px;

	background-color:white;

}


html>body #container 
{
	height: auto;
}

#header
{
	position:relative;
	width: 100%;
	font-weight:bold;	
	text-align:center;
}
#content 
{
	float:right;
}

html>body #pgContainer 
{
	width: 900px;
}

#leftNav
{
	position: relative;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	z-index: 1;
	/* width: 147px; */
	height: 100%
}

#pgContent 
{	
	/* position:relative; */
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px;
	float: right;
}

#navigation
{
	position:relative ;
	float: left;
	padding-top: 2px;
	padding-left: 5px; 
	z-index: 1;
}
#navigation2
{
	position:relative ;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	z-index: 1;
}
#centre
{
	position:relative;
	padding-top: 0px;
	padding-right: 5px;
	width: 100%;
	/* WIDTH: 900px; */	
	/*height:100%;*/
	padding-bottom: 0px;
}

.tableHeader
{
font: normal 11px verdana;
font-weight: bold; 	
}

.tableContent
{
font: normal 11px verdana;	
}

.fullComponent
{
	border: 1px solid blueviolet; 
	margin: 2px; 
	background: #F9F8F0;
	text-align: justify;
	width: 835px; 
}
.halfComponent
{
	border: 1px solid blueviolet; 
	width: 400px; 
	margin-left: 2px;
	margin-right: 2px;
	background: #F9F8F0;
}
.componentHeader
{
	font-size:16px;
	background: blueviolet;
	padding: 5px;
	color: white;
	font-family: arial;
	font-weight: bold;
}
.componentBody
{
	padding: 5px;
	line-height: 15px;
}

.componentBody p
{
	margin-top: -1px;
}

.petraLinkTitle
{
	font-size: 18px;
}
.petraLinkDescription
{
}
.petraLink
{
	color:blue;
	font-size: 10px;
}
.linkDiv
{
	padding-bottom: 10px;
}
.label
{
	text-align:left;
}
.labelnav
{

}
.emaillink
{
	display:inline;
		color:blue;
		text-decoration:none;	
}

.GridView
{
	text-align:left ;
}
.GridView a
{
	text-align:left ;
	font: bold;
	text-decoration:none;
	color: #6D929B;
}

.GridView a, .GridView a:visited
{
	color: #6D929B;
}

.GridView a:hover
{
	color: #6D929B;
}

.GridView a:active
{
	color: #6D929B;
}

.GridViewFooter   
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	background: #CAE8EA;	
}

.GridViewEmptyDataRow   
{
	
}

.GridViewRow   
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	color: #6D929B;
}

.GridViewEditRow   
{
	
}

.GridViewSelectedRow   
{
	
}

.GridViewPager   
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	background: #CAE8EA;
}

.GridViewHeader   
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #6D929B;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	background: #CAE8EA;
}

.GridviewAlternatingRow   
{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #F5FAFA;
	color: #B4AA9D;
}

.BioPicture
{
	width: 111px;
	float: left;
	padding: 5px;
	height: 111px;

}
.Bio
{
	position:relative 
}
.BioInfo
{
	padding: 5px;
	
	height: 111px;
	padding-top:15px;
}

#list
{
	
}

#list ul {

	}

#list ul li {

	}
	
#list li ul {

	}

/* Styles for Menu Items */
#list ul li a {

	}


#list ul li a:hover { } /* Hover Styles */
		
#list li ul li a { } /* Sub Menu Styles */
		
#list li:hover ul, #list li.over ul { } /* The magic */
