/* CSS Document */


body {
		padding: 5px;
		background: #ECECEC;
		text-align: center;	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		line-height: 14px;
}

#wrapper {
		width: 660px;
		margin: auto;
}

#content {
		width: 655px;
		clear: both;
}

#footer {
		width: 660px;
		clear: both;
		padding-top: 34px;
		text-align: right;
		color: #999999;
		font-size: 10px;
}

#footer a {
		text-align: right;
		text-decoration: none;
		font-size: 10px;
		text-decoration: none;
		color: #999999;
}

#footer a:hover {
		text-decoration: underline;
		font-weight: lighter;
}

#left {
		float: left;
		width: 315px;
		text-align: center;
}

#right {
		float: right;
		width: 170px;
}

#logo { 
		width: 129px;
		height: 70px;
		align: left;
}

#container {
		width: 685px !important;
		margin: 0 auto;padding:15px;
		text-align:left;
		background:#FFF
}



#column1 {
		width: 130px;
		float: left;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		
}

#column2 {
		width: 345px;
		float: left;
		margin-left: 13px;
		margin-right: 36px;
		font-size: 12px;
		margin-bottom: 34px;
		line-height: 16px;
}

#column3 {
		width: 90px;
		float: left;
		background-color: #EEEEEE;
		margin-top: 68px;
		padding: 20px;
		color: #666666;
		line-height: 16px;
}

#column4 {
		width: 620px;
		float: left;
		margin-left: 13px;
		margin-right: 10px;
		font-size: 12px;
		margin-bottom: 34px;
		line-height: 16px;
}


/* Text Styles */

#home_text {
		width: 300px;
		text-align: center;
}

H1         {
		margin-bottom: 0px;
		font: normal 12pt century gothic;
}

H2         {		
		text-decoration: none;
		margin-bottom: 0px;
		padding: 0;
		color: #000000;
		font: normal 10px Arial center;
}

H3         {
		margin-bottom: 0px;
		font: normal 8pt century gothic;
}

ul.col 	  {
		margin:1px;
		padding:2px;
		list-style-position: inside; 
		border:1px #fffccc;
		list-style-type:none;
		font: normal 14px Arial;	
}


ul.col2 	  {
		margin:1px;
		padding:1px;
		list-style-position: inside; 
		border:1px #fffccc;
		list-style-type:none;
		font: normal 12px Arial;		
}





