body			{ 
 			margin: 0px 0px 0px 0px;
 			padding:0; 
 			text-align:center; 
 			background-color: #000000;
			font-size: 12px;
       	 		font-family: tahoma, arial, helvetica;
			color: #1E5072;
			} 
 
#pagewidth		{
			overflow: hidden;
 			width:766px;
 			text-align:left;  
			margin-left:auto; 
 			margin-right:auto;
 			background-color: #8EBEE1;
			} 
 
#header			{
 			width:766px;
 			height:113px;
    			background-image: url(header.png); 
			} 

#page			{
 			width:766px;
			}

#animation		{
			width:766px;
			}

p.top			{display: inline;}

#main			{
			width: 566px;
			float: right;
			}

#leftcol		{
			width: 200px;
			float: left;
			}

#leftcoltext		{
			padding-left: 10px;
			}

#footer			{
			clear: both;
			width: 766px;
			height: 110px;
			background-color: #2C2C2C;
			color: #565656;
			text-align: center;
			}


h1   		    	{
			color: #1E5072;
			font-family: impact, tahoma, arial;
          		font-size: 30px;
         		font-weight: normal;
			}

h2   		    	{
			color: #1E5072;
			font-family: impact, tahoma, arial;
          		font-size: 25px;
         		font-weight: normal;
			}

h3 		    	{
			color: #565656;
			font-family: impact, tahoma, arial;
          		font-size: 25px;
         		font-weight: normal;
			}


a:link 			{	
			color: #1E5072;
			font-family: tahoma, arial, helvetica;
          		font-size: 12px;
			font-weight: normal;
       			text-decoration:none;
			}

a:visited		{
			color: #1E5072;
			font-family: tahoma, arial, helvetica;
          		font-size: 12px;
         		font-weight: normal;
       			text-decoration:none;
			}

a:hover 	 	{	
			color: #1E5072;
			font-family: tahoma, arial, helvetica;
         		font-size: 12px;
         		font-weight: normal;
          		text-decoration:underline;
			}
 
.class1 a:link 		{
			color: #c4d4e0;
			font-family: arial, helvetica;
          		font-size: 9px;
         		font-weight: bold;
       			text-decoration: none;
			}

.class1 a:visited 	{
			color: #c4d4e0;
			font-family: arial, helvetica;
          		font-size: 9px;
         		font-weight: bold;
       			text-decoration: none;
			}

.class1 a:hover 	{
			color: #c4d4e0;
			font-family: arial, helvetica;
          		font-size: 9px;
         		font-weight: bold;
       			text-decoration: underline;
			}

.clearfix:after 	{
 			content: "."; 
 			display: block; 
			height: 0; 
	 		clear: both; 
 			visibility: hidden;
 			}
 
.clearfix		{
			display: inline-table;
			}


* html .clearfix	{
			height: 1%;
			}

.clearfix		{
			display: block;
			} 


@media print		{
			#leftcol{display:none;} 
			#twocols, #maincol{width:100%; float:none;}
			}
