body 		{
			background-color: #2E3C61;
			font-family: verdana, san-serif;
			}
			 
#header		{
			float: inherit;
			width: 100%;
			clear: both;
			text-align: center;
			height: 14%;
			}

#left 		{ 
			float: left; 
			width: 400px;
			height: 82%;
			font-family: verdana, san-serif;
			font-size: 12px;
			line-height: 14px;
			color: #bfc0b6;
			text-decoration: none;
			vertical-align: top;
			text-align: left;
			padding-left: 5px;
			}

#right 		{
			margin-left: 250px;
			height: 82%;
			font-family: verdana, san-serif;
			font-size: 12px;
			line-height: 14px;
			color: #bfc0b6;
			text-decoration: none;
			vertical-align: top;
			text-align: center;
			padding-right: 5px;
			}

#footer 	{ 
			clear: both; 
			text-align: center; 
			height: 4%;
			font-family: verdana, san-serif;
			font-size: 10px;
			color: #bfc0b6;
			text-decoration: none;
			vertical-align: middle;
			} 
			
a			{
			font-family: verdana, san-serif;
			font-size: 14px;
			color: #bfc0b6;
			text-decoration: none;
			font-weight: bold;
			}
			
a.small		{
			font-family: verdana, san-serif;
			font-size: 10px;
			color: #bfc0b6;
			text-decoration: none;
			font-weight: bold;
			}
			
a:hover		{
			text-decoration: underline;
			}
			
			
.headline	{
			font-family: Verdana, san-serif;
			font-size: 16px;
			color: #5069AA;
			text-decoration: none;
			font-weight: bold;
			line-height: 20px;
			}

