/* Base components */

	body {
		text-align:center;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		color: #FFF;
		margin: 0px;
		padding: 0px;
		background-color: #1e7515;
		}
	
	p {
		font-size: 12px;
		line-height: 18px;
		margin:0px;
		padding:0px;
		}

	div {
		margin: 0px;
		padding: 0px;
		border: 0px;
		text-align:left;
		vertical-align: top;
		}
		
	img {
		margin: 0px;
		padding: 0px;
		border: 0px;
		text-align:left;
		vertical-align: middle;
		}
	

	span {
		margin: 0px;
		padding: 0px;
		border: 0px;
		text-align:left;
		float:left;
		}
		
	h1 {
		font-size: 36px;
		line-height: 36px;
		font-weight: bold;
		color: #FFFFFF;
		margin:5px 0px 5px 0px;
		}
	
	h2 {
		font-family: arial, helvetica, sans-serif;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		color: gold;
		margin:5px;
		padding:0px;
		}
		
	h3 {
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		color: #000000;
		margin:5px;
		padding:0px;
		}
		
			
	a:link {
		font-weight: bold;
		text-decoration: none;
		color: #FFF;
		}
	
	a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #CCCC99;
		}
	
	a:hover {
		font-weight: bold;
		text-decoration: none;
		color: #CCCC33;
		cursor:url('support/link.cur');
		}
		
	a.black:link {
		font-weight: bold;
		text-decoration: none;
		color: #000;
		}
	
	a.black:visited {
		font-weight: bold;
		text-decoration: none;
		color: #000;
		}
	
	a.black:hover {
		font-weight: bold;
		text-decoration: none;
		color: #cc0000;
		}		
		
	ul {
		margin:0px 0px 0px 0px;
		padding: 0px 0px 10px 30px;
		line-height:12px;
		}
	
	li {
		margin:5px;
		}
  
/* misc classes */

	.leftlinks {
		width: 375px;
		margin:0px;
		padding:55px 0px 0px 0px;
		float:left;
		text-align: center;
		}

	.centertip {
		width: 170px;
		margin:0px 0px px 0px;
		padding:55px 0px 0px 6px;
		float:left;
		text-align: left;
		}
		
	.rightscroll {
		width: 199px;
		margin:0px 0px 0px -8px;
		padding:0px 0px 0px 0px;
		float:left;
		text-align: center;
		}
			
	
/* PAGE DIVS */

	#main {
		width:750px;
		margin-left: auto;
		margin-right: auto;
		padding:0px;
		}

	#header {
		width:750px;
		height:271px;
		margin-left: auto;
		margin-right: auto;
		padding:0px;
		text-align:center;
		}
	
	/* LEFT COLUMN */
	
	#contentleft {
		width: 375px;
		height: 279px;
		margin:0px;
		padding:0px 0px 0px 0px;
		float:left;
		text-align: center;
		background-image:url('support/Main_02.jpg');
		background-repeat: no-repeat;
		}
		

	/* CENTER COLUMN */
	
	#contentcenter {
		width: 176px;
		height: 279px;
		margin:0px;
		padding:0px 0px 0px 0px;
		float:left;
		text-align: left;
		background-image:url('support/Main_03.jpg');
		background-repeat: no-repeat;
		}
		
	/* RIGHT COLUMN */
	
	#contentright {
		width: 199px;
		height: 279px;
		margin:0px;
		padding:0px 0px 0px 0px;
		float:left;
		text-align: left;
		background-image:url('support/Main_04.jpg');
		background-repeat: no-repeat;
		}
	
	/* Content Footer */
		
	#contentfooter {
		width:750px;
		height:15px;
		color: #FFF;
		text-align: center;
		font-size: 10px;
		line-height: 10px;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
		margin-top:0px;
		padding: 0px;
		}
		
	#contentfooter a {
		color: #FFFFFF;
		font-weight: bold;
		}