			html
			{
				width:100%;
				height:100%;
			}
			body
			{
				width:100%;
				height:100%;
			}
			.Separator
			{
				background:#fff;
				background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
				background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
				background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 
				height: 2px;
				width: 100%;
			}
			.MenuItem
			{
				Height:35px;
				width: 100%;	
				font-size: 20px;
				color:#fff;
				line-height: 35px;
			}
			
			.MenuItemSelected
			{
				color:#ffc;
			}
			
			.MenuItem:hover
			{
				background:#013d48; 
				width: 100%;
			}
            .LeftMenu
			{ 
				height: 100%;
				width:100%;
				background-color:#005569;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005569+0,004760+100 */
				background: rgb(0,85,105); /* Old browsers */
				background: -moz-linear-gradient(top,  rgba(0,85,105,1) 0%, rgba(0,71,96,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(top,  rgba(0,85,105,1) 0%,rgba(0,71,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to bottom,  rgba(0,85,105,1) 0%,rgba(0,71,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005569', endColorstr='#004760',GradientType=0 ); /* IE6-9 */
				border-radius: 0px 0px 10px 10px;
				-moz-border-radius: 0px 0px 10px 10px;
				-webkit-border-radius: 0px 0px 10px 10px;
				border: 0px solid #000000;
			}
			.LeftContainer
			{
				height: 100%;
				float: left; 
				width:280px;
				min-width:260px;
			}
            .ContentHolder
			{ 
				width: auto;
				margin:30px;
				text-align: justify;
				text-justify: inter-word;
			}
            .Content
			{ 
				height:100%;
				width: 100%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
			    -webkit-box-sizing: border-box;
				text-align: justify;
				text-justify: inter-word;
			}
			td
			{
				height:100%;
				vertical-align:top;
			}
            .Logo
			{ 
				text-align:center;
				padding-bottom:20px;
				padding-top:30px;
			}
			html, body {margin:0;padding:0;height:100%;}
			body
			{
				font-family: 'Open Sans', sans-serif; 
			}
			.Holder
			{
				Height: 100%;
				width:80%; 
				margin:0 auto; 
				border: 0;
			}
			.TopBar
			{
				height:50px;
				width:100%;
				background-color:#005569;
			}
			a, a:hover, a:visited
			{
				color:inherit;
				text-decoration:none;
			}
			.MenuLink
			{
				margin-left:20px;
			}
			.MenuSubLink
			{
				margin-left:40px;
			}
			.Banner
			{
				border-radius: 10px;
			}
			.Footer
			{
				font-size: 14px; 
				color:#ccc;
				padding-left:30px;
				height:30px;
			}