	#homeContent {
		width: 600px;
		float: left;
		/*border: 1px solid #000; /*comment this out when finished with this is juse for the purpose of development*/
		}
	
	#homeContent li {
		margin: 10px 0 0 0;
		padding: 0;
		background: url('/images/template/body/icon.jpg');
		background-repeat: no-repeat;
		text-indent: 20px;
		font-size: 110%;
		}
		
		#homeContent li a {
			text-decoration: underline;
			color: #6145a4;
			font-weight: bold;
			}
			
		#homeContent li a:hover {
			text-decoration: underline;
			color: #a98d00;
			}
	
		.columnOne {
			float: left;
			margin: 20px;
			}
			
		.columnOne h2 {
			color: #999;
			}
		
			.largebox {
				width: 300px;
				height: 430px;
				background: url('/images/template/body/large_boxes/large_box.jpg');
				background-repeat: no-repeat;
				}
				
				.lboxContent {
					width: 230px;
					float: left;
					}			
						
				.lboxContent h3 {
					font-size: 300%;
					padding: 10px 0 0 5px;
					color: #4e2f91;
					}
					
				.lboxContent h4{
					font-size: 150%;
					color: #4e2f91;
					padding: 0 0 0 10px;
					margin: -25px 0 0 0;
					
					}
					
				.lboxContent a{
					font-size: 140%;
					color: #a98d00;
					text-decoration: none;
					padding: 0 0 0 10px;
					float: left;
					}
					
				.lboxContent  a:hover{
					color: #a98d00;
					text-decoration: underline;
					
					}
		
		.columnTwo {
			float: left;
			margin: 20px 0 0 0;
			}
			
			.box1 {
				width: 238px;
				height: 170px;
				background: url('/images/template/body/small_boxes/blank_box.jpg');
				background-repeat: no-repeat;
				margin-bottom: 10px;
				}
				
				.box1content {
					width: 230px;
					float: left;
					}
					
				.box1content h3{
					font-size: 200%;
					color: #4e2f91;
					}
				.box1content h4{
					font-size: 100%;
					color: #4e2f91;
					text-indent: 10px;
					margin: -20px 0 0 0;
					}
					
				.box1content a {
					font-size: 120%;
					color: #a98d00;
					text-decoration: none;
					}
					
				.box1content a:hover {
					font-size: 120%;
					color: #a98d00;
					text-decoration: underline;
					}
					
				.box1content span{
					font-size: 100%;
					color: #9f815b;
					}
					
			.box2 {
				width: 239px;
				height: 165px;
				background: url('/images/template/body/small_boxes/box2.jpg');
				background-repeat: no-repeat;
				margin-bottom: 10px;
				}
				
				.box2content {
					width: 230px;
					float: left;
					}
					
				.box2content h3{
					font-size: 200%;
					color: #4e2f91;
					}
					
				.box2content h4{
					width: 150px;
					font-size: 120%;
					color: #4e2f91;
					margin: -20px 0 0 10px;
					}
				.box2content a {
					font-size: 120%;
					color: #a98d00;
					text-decoration: none;
					margin: -20px 0 0 10px;
					}
					
				.box2content a:hover {
					font-size: 120%;
					color: #a98d00;
					text-decoration: underline;
					}
					
				.box2content span{
					font-size: 100%;
					color: #9f815b;
					}
				
			.box3 {
				width: 239px;
				height: 165px;
				background: url('/images/template/body/small_boxes/box3.jpg');
				background-repeat: no-repeat;
				margin-bottom: 10px;
				}
				
				.box3content {
					width: 230px;
					float: left;
					}
					
				.box3content h3{
					font-size: 200%;
					color: #4e2f91;
					}
					
				.box3content h4{
					width: 150px;
					font-size: 120%;
					color: #4e2f91;
					margin: -20px 0 0 10px;
					}
					
				.box3content a {
					font-size: 120%;
					color: #a98d00;
					text-decoration: none;
					margin: -20px 0 0 10px;
					}
					
				.box3content a:hover {
					font-size: 120%;
					color: #a98d00;
					text-decoration: underline;
					}
					
				.box3content span{
					font-size: 100%;
					color: #9f815b;
					}
