    /* <!-- */
	/* General styles */
    body {
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:980px;
		background:#333333;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: Arial, Verdana, Tahoma;
		color: #333333;
		text-align:center; /* for IE */
		margin:0 auto; /* for the rest */
    }

	#TopPane {
		float: right;
	}

	#wrapper {
		margin: 0;
		padding: 0px 0px 0px 0px;
		border: 4px solid #C0C0C0;
		background: #999966;
		width: 100%;
	}

	div#wrapper {
		text-align:center; /* for IE */
		margin:0 auto; /* for the rest */
	}
	
	#inner {
		width: 950px;
	}

	div#inner {
		text-align:center; /* for IE */
		margin:0 auto; /* for the rest */
	}
	
	div#all {
		text-align: left;
	}
    
	a:link, a:visited, a:active {
		color: #005900;
	}
	a:hover {
		text-decoration:underline;
	}
	
	ul li {
		list-style-type: disc; /*circle;*/
	}
	
	.feedbackalign {
		text-align: right;
	}
	
	.bottompane a {
		color: #666666;
		text-decoration:none;
	}
	.bottompane a:hover {
		background-color: transparent;
		text-decoration:underline;
	}
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-weight: bold;
	}
	h2 {
		color: #003366;
		font-size: 16px;
	}
	h3 {
		color: #993300;
		font-size: 14px;
	}

	img {
		margin:10px 0 5px;
	}

	a img {
		border: 0;
	}

	.portrait {
		border: 3px solid #C1C1A4;
	}
	
	.frame {
		border: 1px solid #C1C1A4;
	}

	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-size: 13px;
		text-align: justify;
	}
    
    p img {
		border: 3px solid #C1C1A4;
	}
	
	INPUT, TEXTAREA {
		border: #C1C1A4 1px solid;
	} 

	.cleanimg {
		margin:0;
	}
	
	.btn {
		background: #DCDCCD;
		color: #A62600;
		font-weight: bold;
		border: 1px solid #C1C1A4;
	}

	.btn:hover{
		background: #B63122;
		color: #ffffff;
	}
	
	.StandardButton {
		padding-right: 5px;
		padding-left: 5px;
		background: #DCDCCD;
		color: #A62600;
		font-weight: bold;
		border: 1px solid #C1C1A4;
		font-size: 12px;
	}

	.StandardButton:link, .StandardButton:active, .StandardButton:visited {
		color: #A62600;
	}

	.StandardButton:hover, .CommandButton:hover{
		background: #B63122;
		color: #ffffff;
		text-decoration: none;
	}
	
	.txtbox {
		border: 1px solid #C1C1A4;
	}

	#language {
		font-size: 12px;
        clear:both;
	}
	
	#language p, .MLLanguageSelectionItemURL {
		width:100%;
		text-align: right;
		padding:2px;
		margin:0;
		color: #C1C1A4;
	}
	
	#language a {
		text-decoration:none;
		color: #C1C1A4;
	}
	
	#language a:hover {
		text-decoration:underline;
		padding: 0;
		background-color: transparent;
	}
	
	.clearboth {
		clear: both;
	}
	
	#breadcrumb {
		clear:both;
		margin:0;
		padding:6px 6px !important;
		text-align:left;
		font-size: 10px;
	}

	.images {
		clear:both;
		background:#73A874;
		border-top:1px solid #BEAA7E;
		margin:0;
		padding:0px; /* 0px !important;*/
		text-align:right;
		height: 150px;
	}

	.images img {
		margin:0;
		border:0;
	}
	
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		background: #999966;
    }
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}

	/* Menu Level 2 */
	#header .menulevel2 {
		clear:left;
		float:right;
		width:100%;
		list-style:none;
		padding:0;
		padding-right:15px;
	}
	#header .menulevel2 li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header .menulevel2 li a {
		display:block;
		float:right;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#fff;
		color:#77774F;
		text-decoration:none;
		position:relative;
		right:15px;
		line-height:1.0em;
		font-weight: bold;
		font-size: 14px;
	}
	#header .menulevel2 li a:hover {
		background:#B63122;
		color:#fff;
	}
	#header .menulevel2 li a.active,
	#header .menulevel2 li a.active:hover {
		color:#fff;
		background:#003300;
		font-weight:bold;
	}
	#header .menulevel2 li a span {
		display:block;
	}
	/**********/
	#menu {
		background: #999966;
		padding: 0;
		margin: 0;
	}

	/* Menu Level 2 */
	#menu .menulevel2 {
		float:right;
		width:100%;
		list-style:none;
		padding:0;
		margin: 0;
	}
	#menu .menulevel2 li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#menu .menulevel2 li a {
		display:block;
		float:right;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#fff;
		color:#77774F;
		text-decoration:none;
		position:relative;
		right:10px;
		line-height:1.0em;
		font-weight: bold;
		font-size: 14px;
	}
	#menu .menulevel2 li a:hover {
		background:#B63122;
		color:#fff;
	}
	#menu .menulevel2 li a.active,
	#menu .menulevel2 li a.active:hover {
		color:#fff;
		background:#003300;
		font-weight:bold;
	}
	#menu .menulevel2 li a span {
		display:block;
	}
	/**********/

	/* 'widths' sub menu */
	.layoutdims {
		clear:both;
		background:#73A874;
		border-top:1px solid #BEAA7E;
		margin:0;
		padding:0px; /* 0px !important;*/
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		border:1px solid #C1C1A4;
		border-bottom:0;
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-270px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
		border-right:1px solid #C1C1A4;
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:720px;         	/* Left column width + right column width */
        background:#FFF;    	/* Left column background colour */
		border-right:1px solid #C1C1A4;
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:450px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 285px 0 465px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}

	.holygrail .col1 img {
		margin:0px 0 10px 0;
	}

    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:420px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:240px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }

	/* bottom styles */
    .links {
        clear:both;
        width:100%;
        float:left;
    }
	.links a:link, .links a:visited, .links a:active {
		color: #333333;
		text-decoration:none;
	}
	.links a:hover {
		text-decoration:underline;
		padding: 0;
	}
	.links p {
		color: #333333;
		text-align: center;
	}

	#basepane {
        clear:both;
        float:left;
        width:100%;
		color: #C1C1A4;
		margin: 10px;
		background: #ff0000;
		border-top:0;
		font-size: 12px;
    }
	#basepane p {
		/*padding:10px;
		margin:0;*/
		font-size: 12px;
	}
	#basepane .baseright {
		float: right;
		width: 240px;
	}
	#basepane .baseleft {
		float: left;
		width: 670px;
	}
	#basepane .baseleft a {
		color: #666666;
		text-decoration:none;
	}
	#basepane .baseleft a:hover {
		background-color: transparent;
		text-decoration:underline;
	}

   	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		color: #C1C1A4;
		font-size: 10px;
    }

	#footer p {
		padding:10px;
		margin:0;
		font-size: 10px;
	}
	#footer .footerright {
		float: right;
	}
	#footer .footerleft {
		float: left;
	}

	#footer a {
		color: #C1C1A4;
		text-decoration:none;
	}
	
	#footer a:hover {
		text-decoration:underline;
		padding: 0;
		background-color: transparent;
	}
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->
    
/**************** Menu styles ****************/

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	padding-bottom: 1px;
	margin-bottom: 1px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Tahoma, Helvetica;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	/*background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; */
	text-align: center; 
	width: 0; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #fff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Arial, Tahoma, Helvetica;
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_RootMenuItemActive, .MainMenu_SubMenuItemActive
{
	color: white; 
}

///////////////////////
/*MENU*/
.MainMenu_MenuContainer, .MainMenu_MenuContainer TD, .MainMenu_MenuContainer TR, .MainMenu_MenuBar, .MainMenu_MenuBar TD, .MainMenu_MenuBar TR,.MainMenu_SubMenu, .MainMenu_MenuBreak, .MainMenu_RootMenuArrow
{
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	border-top: #000000 0px solid;
	border-right: #000000 0px solid; 
	background-image:none;
	width:auto;
	height:auto;
	filter:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin-left:10px;
	margin-right:10px;
}

.MainMenu_SubMenu
{
	border-left: #8F897F 1px solid;
	border-bottom: #8F897F 1px solid;
	border-top: #8F897F 1px solid;
	border-right: #8F897F 1px solid;;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=1);; 
}

.MainMenu_SubMenu .MainMenu_MenuItem, .MainMenu_SubMenu .MainMenu_MenuIcon, .MainMenu_SubMenu .MainMenu_MenuArrow 
{
	border-style:solid;
	border-width:0px;
	background-color: #C1C1A4;
	color: #FFFFFF;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel
{
	border: #000000 0px solid;
	background-color: #ffffff;
	color:#C1C1A4;
	font-weight:bold;
	font-size:12px;
}

.ModuleTitle_MenuBreak
{
	background-color: #222222;
}

TR.MainMenu_MenuBar TD, TR.MainMenu_MenuBar TD.MainMenu_RootMenuArrow
{
	background-color: transparent;
	color:#fff;
}

TR.MainMenu_MenuItemSel TD, TR.MainMenu_MenuItemSel TD.MainMenu_RootMenuArrow
{
	color:#fff;
	background:#B63122;
}

.MainMenu_MenuContainer TD
{
	font-weight:bold;
	font-size:14px;
	text-align:left;
	/*letter-spacing:0px;
	text-transform: uppercase;*/
	line-height:1.3em;
}

.MainMenu_SubMenu TD
{
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

TD.MainMenu_MenuIcon
{
	width:10px;
	text-align: left;
	display:none;
}

TD.MainMenu_RootMenuArrow, TD.MainMenu_MenuArrow
{
	width:10px;
	text-align: right;
}

.MainMenu_MenuContainer TABLE
{
	width:auto;
	height:20px;
}

.MainMenu_SubMenu TABLE
{
/*	width:135px;*/
}

.MainMenu_SubMenu TD
{
	height:auto;
}

.MainMenu_SubMenu, .ModuleTitle_SubMenu
{
	filter:alpha(opacity=85);-moz-opacity:0.70;opacity: 0.90;
}

.RootTab
{
	font-weight:bold;
}

.ActiveRootTab {
}

.SelectedRootTab {
	color: #ffffff;
}

.MainMenu_RootMenuItemActive
{
    border: solid 10px purple;
    background-color: Yellow;
    height: 50px;
}