body			{
					background: white;
					font-family: arial;
					font-size: 14px;
				}
	
h1				{
					font-family: arial;
					font-size: 18px;
					font-weight: normal;
				}
	
.redHeader		{
					font-family: arial;
					font-size: 14px;
					color: black;
					font-weight: bold;
				}
			
a.white:active	{
					color: white;
					text-decoration: none;
					font-weight: bold;
					font-size: 14px;
				}
			
a.white:visited	{	color: white;
					text-decoration: none;
					font-weight: bold;
					font-size: 14px;
				}
			
a.white:link	{	color: white;
					text-decoration: none;
					font-weight: bold;
					font-size: 14px;
				}

a.blue:active		{
					color: cc0000;
					text-decoration: none;
					font-size: 14px;
				}
				
a.blue:visited		{
					color: cc0000;
					text-decoration: none;
					font-size: 14px;
				}
			
a.blue:link			{	
					color: cc0000;
					text-decoration: none;
					font-size: 14px;
				}
				
a:active		{
					color: cc0000;
					text-decoration: none;
					font-size: 14px;
				}
				
a:visited		{
					color: gray;
					text-decoration: none;
					font-size: 14px;
				}
			
a:link			{	
					color: cc0000;
					text-decoration: none;
					font-size: 14px;
				}

#banner			{
					position:absolute;
					top: 0px;
					left: 0px;
				}
			
#leftImage		{
					position:absolute;
					top: 70px;
					left: 0px;
					width: 129px;
					background: #6699FF;
					padding-top: 15px;
					padding-left: 10px;
					padding-right: 17px;

				}

#leftColumn		{
					position:absolute;
					top: 162px;
					left: 0px;
					height: 100%;
					width: 129px;
					padding-top: 15px;
					padding-left: 10px;
					padding-bottom: 10px;
					padding-right: 17px;
					font-family: arial;
					font-size: 14px;
					text-align: right;
					background: #6699FF;
				}
			
#mContent		{
					position:absolute;
					top: 90px;
					left: 196px;
					width: 400px;
					font-family: arial;
					font-size: 14px;
				}