/*Basic Page Defaults*/
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	background:#CCCC99;
		}
font {
	font-family: Helvetica; 
}
a.whitelink {
	text-decoration: underline; color : white;
}
a.whitelink:hover {
	text-decoration: underline; color : orange;
}	
table.normal {
	/*border:1px solid #000;*/
	border:none;
	font-size: 14px; 
}


/*Layout and formatting*/
	

	#TopBanner {
		position: absolute;
		left:0px;
		top:0px;
		width:750px;
		height:88px;
		margin:0px
		}	
	#leftbuffer {
		position: absolute;
		left:0px;
		top:88px;
		width:154px;
		height:43px;
		margin:0px
		}
	#footer {
		width:598px;
		height:38px;
		margin:0px;
		left: 0px;
		font-size: 11px;
		}
	#leftbuffer2 {
		position: absolute;
		left:0px;
		top:131px;
		width:154px;
		height:24px;
		margin:0px
		}
	#centerbuffer {
		position: absolute;
		left:154px;
		top:88px;
		width:596px;
		height:43px;
		margin:0px
		}
	#leftcontent {
		position: absolute;
		left:0px;
		top:155px;
		width:154px;
		height: 600px;
		margin: 0px;
		}

	#centercontent {
		position: absolute;
		left:154px;
		top:120px; /*Slightly over the cross*/
		width:596px;
		margin:0px;
		}

	#rightcontent {
		position: absolute;
		right:10px;
		top:50px;
		width:200px;
		background:#fff;
		border:1px solid #000;
		}
		
	#center_pic_container {
    	background-color: silver;
    	/*width: 150px;*/
    	/*height: 100px;*/font-size: 10px;
    	position: relative;
    	margin-top: 1px;
	margin-right: 0.5cm; /* Gives distance between pic and text */
    	border: solid black;
    	border-width: 1px;
    	/*float: left;*/
    	font-size: 10px;
    	font-weight: bold;
    	text-align: center;
  		}
	
	#left_pic_container {
    	background-color: silver;
    	/*width: 150px;*/
    	/*height: 100px;*/font-size: 10px;
    	position: relative;
    	margin-top: 1px;
	margin-right: 0.5cm; /* Gives distance between pic and text */
    	border: solid black;
    	border-width: 1px;
    	float: left;
    	font-size: 10px;
    	font-weight: bold;
    	text-align: center;
  		}
		
	#welcome_button {
		position:absolute;
		right:350px;
		top:150px;
		height:50px;
		width:140px;}
	
	#paragraph_with_pic {
    	position: relative;
    	margin-top: 1px;
  		}

	#right_pic_container {
    	background-color: silver;
    	/*width: 150px;*/
    	/*height: 100px;*/
    	position: relative;
    	margin-top: 1px;
	margin-left: 0.5cm; /* Gives distance between pic and text */
    	border: solid black;
    	border-width: 1px;
    	float: right;
    	font-size: 10px;
    	font-weight: bold;
    	text-align: center;
  		}


