/* CSS Document */
body		{background-color:#cccccc;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color:#333333;
			font-size:12px;
			line-height:150%;}
			
a			{color:#333333;			
			}
h1			{color:#081549;
			font-size:15px;
			font-weight:bold;}
			
h2			{color:#081549;
			font-size:14px;
			font-weight:bold;}
			
h3			{color:#081549;
			font-size:13px;
			font-weight:bold;}
			
li			{list-style-type:disc;}
#container	{position: relative;
			margin:0 auto;
			width:875px;
			}
			
#headershadow	{width:875px;
				height:5px;
				/*background-image:url(images/headershadow.gif);
				background-repeat:no-repeat;*/
				}
				
#page		{background-image:url(images/bgcolour.gif);
			background-repeat:repeat-y;}
			
#header		{
			background-image:url(images/gradient.jpg);
			background-repeat:repeat-y;
			height:80px;
			width:864px;
			margin-left:6px;
			}
			
#logo		{position:absolute;
			z-index:10!important;
			width:191px;
			height:119px;
			margin-left: 20px;
			margin-top: 20px;
			}
			
#logostatic {float:left;
			z-index:10!important;
			width:191px;
			height:119px;
			/*margin:-275px 0 0 40px;*/
			margin-left:10px;
			margin-top:-275px;
			}
			
#flashimage	{
			width:864px;
			height:203px;
			background-image:url(images/background11-1.jpg);
			background-repeat:no-repeat;
			margin:2px 0 0 6px;
			z-index:-1;}
			
#menu		{
			width:864px;
			height:28px;
			background-color:#888888;
			margin:2px 0 0 6px;
			text-align:center;
			line-height:28px;
	/*padding-top: 2px;
	padding-left: 9px;*/
			}
			
#menu table	{border:0;
			}
			
#menu td	{border-left:1px solid white;
			}
#menu a		{text-decoration:none;
			font-size:10px;
			font-weight: bold;
			color:#FFFFFF;
			}
			
#content	{width:864px;
			margin:2px 0 0 6px;
			min-height:652px;
  			height:auto !important;
  			height:652px;
			}
			
#flashcol	{float:left;
			width:290px;
			height:650px;
			
			margin-bottom:2px;
			}
			
#cmstext	{width:540px;
			margin-left:295px;
			padding:10px;}
#cmstext a	{text-decoration:underline;}
			
			
#footer		{width:875px;
			height:61px;
			background-image:url(images/footer.gif);
			background-repeat:no-repeat;
			text-align:right;
			}
			
#footer p	{text-decoration:none;
			}
			
#footer	a	{text-decoration:none;}
.header		{color:#FFFFFF;
			font-size:11px;
			font-weight:bold;
			text-align:right;
			padding:50px 8px 0 0;}
			
.dkgrey		{background-color: #888888;
			text-align:center;}
.mdgrey		{background-color: #777777;
			text-align:center;}