	/*
		Generic Styles
	*/

	*
	{
		margin: 0px;
		padding: 0px;
		left: 0px;
	}

	.nomarginorpadding
	{
		margin: 0px;
		padding: 0px;
	}
				
	.alt
	{
		text-indent: -9999px;
	}
	
	.bold
	{
		font-weight: bold;	
	}
	
	body 
	{
		font-family: helvetica new,arial,verdana,sans-serif;
		font-size: 62.5%;
	}
	
	img
	{
		border: 0;
	}
	
	a
	{
		color: #2235b0;
		font-size: 1.0em;
	}

	a:hover
	{
		text-decoration: underline;
	}

	select
	{
		color: #949384;
	}
	
	h1
	{
		font-size: 1.5em;
		font-weight: bold;
		color: #2235b0;
		padding-bottom: 2px;
		border-bottom: solid 2px #dedff4;
		margin-bottom: 12px;
		width: 100%;
	}
		
	h2
	{
		font-size: 1.3em;
		font-weight: bold;
		color: #2235b0;
		padding-bottom: 0px;
		border-bottom: solid 2px #dedff4;
		margin-bottom: 12px;
		padding-top: 6px;	
		width: 100%;		
	}
	
	p 
	{
		padding-bottom: 12px;
		font-size: 1.2em;
	}

	ul
	{
		margin-bottom: 12px;
		font-size: 1.2em;
	}

	ul li
	{
		color: #6f6f6f;
		margin-left:16px;
	}

	.whiteText
	{
		color: White;	
	}

	/*
		Sitemap
	*/
	
	a.sitemapfolder
	{
		font-weight: bold;	
		font-size: 1.1em;
	}

	a.sitemappage
	{
		margin-left: 25px;	
	}
		
	a.sitemapsubpage
	{
		margin-left: 50px;
	}
	
	/*
		Top Nav
	*/
		
	#topNav ul
	{
		margin-bottom: 0px;
		font-size: 1.0em;
	}
	
	#topNav ul li
	{
		margin-left: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		height: 20px;
	}
		
	#topNav ul li.prinavselected
	{
		background-color: #eeeeee;	
	}
		
	#topNav ul li.prinav
	{
		background-color: Transparent;	
	}
	
	/*
		Styles for Page
	*/
	
	#pageOuter
	{
		margin: 0 auto;
		width: 769px;
	}
	
	#pageInner
	{
	
	}
	
	/*
		Styles for Page Top
	*/

	#pageTop
	{
		height: 169px;
		height: 159px;
		border-top: solid 9px #0037ab;
		margin-top: 15px;
	}
	
	#topContentLeft
	{
		padding-top: 13px;
		height: 81px;
		float: left;		
	}
	
	#topContentRight
	{
		padding-top: 11px;	
		height: 83px;	
		width: 372px;
		text-align: right;
		float:right;
	}
	
	#topContentRight a
	{
		margin-right: 5px;	
	}
	
	#topContentRight input
	{
		margin-left: 5px;			
		width: 100px;
		font-size: 0.9em;
		padding-top: 0px;
		margin-top: 0px;
	}
	
	#topContentRight img
	{
		margin-left: 5px;	
		margin-right: 3px;
	}
					
	#topContentRight img.smalllogos
	{
		margin-left: 5px;	
		margin-right: 3px;
		margin-top: 20px;			
	}
	
	#topNav
	{
		clear: both;
		height: 55px;
		margin-top: 10px;
	}
		
	/*
		Navigation Styles
	*/
	
	#primaryNav
	{
		height: 34px;
		background-image: url(/res/images/nav/primaryNavShading.jpg);
		background-repeat: repeat-x;				
	}
	
	#primaryNav ul
	{
		list-style: none;
		margin-left:0px;
		padding-top:9px;
	}
	
	#primaryNav ul li 
	{
		height:25px;
		font-size: 1.2em;
		padding-left: 9px;
		padding-right: 9px;
		float: left;
	}
	
	#primaryNav ul li a
	{
		color:#939393;
		text-decoration: none;
	}

	#primaryNav ul li a.prinavselected
	{
		color: Black;
	}
	
	#primaryNav ul li a:hover
	{
		color: Black;
	}
	
	#secondaryNav
	{
		height: 21px;
		background-image: url(/res/images/nav/secondaryNavShading.jpg);
		background-repeat: repeat-x;
	}
		
	#secondaryNavigationLeftOfPageBottomSpacer
	{
		width: 50px;
		height: 20px;
	}
	
	#secondaryNavRight
	{
		float: right;
	}
	
	#secondaryNav ul
	{
		list-style: none;
		height: 21px;	
		margin-left: 3px;	
	}
	
	#secondaryNav ul li.extendLeftMargin
	{
		margin-left: 100px;	
	}
	
	#secondaryNav ul li
	{
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 2px;
		font-size: 1.2em;	
		float: left;
	}
	
	#secondaryNav ul li a
	{
		color:#939393;
		text-decoration: none;	
	}
	
	#secondaryNav ul li a:hover
	{
		color: Black;
	}

	#secondaryNav ul li a.secnavselected
	{
		color: Black;
	}
	
	#secondaryNav .hidden
	{
		display: none;	
	}

	#leftColumn h1 a
	{
		text-decoration: none;	
	}

	#leftColumn h1 a:hover
	{
		text-decoration: underline;	
	}
	
	#leftColumn dl dt
	{
		margin: 0px;
		padding: 0px;
		border-bottom: none;
		hheight: 20px;		
		padding-top: 6px;	
		padding-left: 10px;	
		margin-top: 4px;
		width: 180px;
		padding-bottom: 4px;
	}
		
	#leftColumn dl dt.secnavlopselected		
	{
		background-color: #e4e6f5;		
	}

	#leftColumn dl dt a
	{
		font-size: 1.2em;	
		text-decoration: none;		
	}		

	#leftColumn dl dt a:hover
	{
		text-decoration: underline;		
	}		

	#leftColumn dl dt a.secnavlopselected
	{
		color: Black;
	}

	a.ternavlopselected
	{
		color: Black;
	}
	
	#leftColumn dl.tertiaryNavigation
	{
		padding-bottom: 8px;	
		margin-left: 12px;
	}
	
	#leftColumn dl dt.tertiaryNavigation
	{
		font-size: 0.9em;
		height: 8px;		
	}
			
	/* 
		Flash content
	*/
	
	#homeContentFlash
	{
		height: 185px;
	}
	
	#contentBanner
	{
		height: 185px;
	}
	
	#homeContentFlashSpacer
	{
		height: 16px;	
	}
	
	#flashplaceholder
	{
		width: 769px;
		height: 268px;
		background-image: url('/res/images/flashplaceholder.jpg');
		background-repeat: no-repeat;
	}

	/*
		Home Content
	*/
	
	#fullwidth
	{
		width: 769px;
		height: 68px;
		overflow: hidden;			
	}
	
	#scrollingLogos
	{
		position: relative;
		top: 13px;
		overflow:hidden;
		width:769px;
	}
	
/*
	#scrollingLogos
	{
		height: 42px;
		width: 769px;
		background-image: url(/res/images/scrollinglogos.jpg);
		background-repeat: no-repeat;
		white-space: nowrap;
	}
*/
	
	#homeContentSpacer
	{
		height: 33px;
		background-image: url(/res/images/nav/spacerShading.jpg);
		background-repeat: repeat-x;
	}
	
	#homeContentPQLs
	{
		hheight: 216px;
		height: 326px;
		background-image: url(/res/images/pqlShading.jpg);
		background-repeat: repeat-x;	
		background-position: left bottom;
	}
	
	#homeContentPQLs .homeContentPQLDark
	{
		width: 256px;			
		height: 298px;
		float: left;
	}

	#homeContentPQLs .homeContentPQLMedium
	{
		width: 256px;			
		height: 298px;
		float: left;
	}

	#homeContentPQLs .homeContentPQLLight
	{
		width: 257px;			
		height: 298px;
		float: left;
	}
		
	#homeContentPQLs .pqlHeaderDark
	{
		height: 28px;
		background-color: #bdcbe9;
		width: 251px;
	}

	#homeContentPQLs .pqlHeaderMedium
	{
		height: 28px;
		background-color: #ccd7ed;
		width: 251px;
	}
	
	#homeContentPQLs .pqlHeaderLight
	{
		height: 28px;
		background-color: #dbe2f3;
		width: 257px;
	}

	#homeContentPQLs .pqlContent
	{
		margin: 10px 8px 0px 8px;
	}
	
	#homeContentPQLs p.pqlHeaderText
	{
		color: #0137aa;
		padding-top: 5px;
		font-size: 1.4em;
		font-weight: bold;
		margin-left: 8px;
		padding-bottom: 0px;
	}
		
	/*
		Footer
	*/

	#pageFooter
	{
		height: 37px;		
		padding-top: 10px;
		text-align: center;
		color:#939393;
		border-top: solid 1px #e6e5f7;
	}
	
	#pageFooter a
	{
		padding-left: 3px;
		padding-right: 3px;
		text-decoration: none;
		color:#939393;
	}
	
	#pageFooter a.withSpace
	{
		padding-left: 10px;
	}
		
	/*
		Two column equal height styles
	*/
	
	.container
	{
		margin:auto; 
		width:769px;
	}

	.rightConLeftCol
	{
		float:right;
		width: 199px; 
	}
	
	.leftConRightCol
	{
		float:left; 
		width:569px; 
	}
	
	.colLeft
	{
		z-index:1;
		position: relative;
		left:-569px; 
		width:199px; 
		min-height: 350px;
		height: auto !important;
		height: 150px;
	}
	
	.colRight
	{
		z-index:2;
		position: relative;
		left:200px;
		width:569px; 
	}
	
	.brclear 
	{
		clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
	}
	
	.brspace 
	{
		font-size: 1px; margin: 0px; line-height: 0; height: 0px;
	}

	/* IE mac hack */
	* html>body .colRight{
		display:inline-block;
		overflow: auto;
	}

	* html>body .colLeft{
	    overflow: auto;
	}
	
	#leftColumn
	{
		border-right: solid 1px #e6e5f7;
	}

	a.leftColumnLink
	{
		margin: 0px;
		padding: 0px;	
		text-decoration: none;		
	}
	
	dl.leftColumnLink
	{
		margin-left: 10px;	
	}
	
	dd.leftColumnLink
	{
		margin-top: 7px;
		margin-bottom: 7px;
	}
	
	a.leftColumnLink:hover
	{
		text-decoration: underline;		
	}
	
	p.leftColumnLink
	{
		margin-top: 4px;
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 0px;
	}
			
	h1.leftColumnHeader
	{
		margin: 0px;
		padding: 0px;
		background-color: #bdcbe8;
		border-bottom: none;
		height: 22px;		
		padding-top: 6px;	
		padding-left: 10px;	
		width: 180px;
		font-size: 1.4em;
	}
	
	/*
		Non-Home Page
	*/
		
	#pageContent
	{
		margin-left: 18px;		
		margin-right: 18px;		
		margin-top: 6px;
		padding-bottom: 80px;
	}	
	
	#pageContent ul li
	{
		color: Black;
	}
	
	/*
		Application Form
	*/
	
	#applicationFormOuter
	{
		margin:20px;
	}
	
	#applicationFormHeader
	{
		height: 100px;
		width: 500px;
		background-image: url(/res/images/logos/microslogo.jpg);
		background-repeat: no-repeat;
	}
	
	#applicationFormContent
	{
		width:500px;
		height:800px;
	}	
				
	/*
		Popup page
	*/
	
	#popupheader
	{
		background-image: url(/res/images/foxlogo.jpg);	
		background-repeat: no-repeat;
		width: 230px;
		height: 61px;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#popupcontent h3
	{
		font-family: verdana;
		font-size: 0.8em;
		color: #949384;				
		margin-left: 20px;
		font-weight: bold;
	}

	#popupcontent p
	{
		font-family: verdana;
		font-size: 0.8em;
		color: #949384;				
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#popupcontent a
	{
		font-family: verdana;
		font-size: 0.8em;
		color: #949384;				
		margin-left: 20px;				
	}
	
	/*
		Styles for Content Management
	*/
		
	.insertedImage 
	{
		padding-left: 5px;
		padding-right: 5px;
	}

	.insertedImage 
	{
		padding: 4px;
		display: block;
	}

	.insertedImageFloatLeft 
	{
		float: left;
	}

	.insertedImageFloatRight 
	{
		float: right;
	}

	.insertedImageRight 
	{
		text-align: right;
	}

	.insertedImageLeft 
	{
		text-align: left;
	}

	.insertedImageCentre 
	{
		text-align: center;
	}	
