	html{
		height: 101%;
	}

	body{
		background-color: #1e1f66;
		text-align: center;
		font-family: georgia;
		height: 101%;
	}
	
	#content{
		margin-left: auto;
		margin-right: auto;
	}
	
	#header_index{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_index.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}
	#header_2{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_2.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}
	#header_3{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_3.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}
	#header_4{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_4.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}
	#header_5{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_5.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}
	#header_6{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_6.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}
	#header_7{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_7.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}	
	#header_8{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_8.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}	
	#header_9{
		width: 1000px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-image: url("images/header_9.jpg");
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}	
	#keywords{
		text-align: left;
		margin-left: 0;
		padding-top: 92px;
	}
	#main{
		width: 1000px;
		background-color: white;
		margin: 0 auto;
	}
/* Start of Column CSS */
	#container2 {
		clear: left;
		float: left;
		width: 100%;
		overflow: hidden;
		background: #7ea858; /* column 2 background colour */
	}
	#container1 {
		float: left;
		width: 100%;
		position: relative;
		right: 75%;
		background: white; /* column 1 background colour */
	}
	#main-left {
		float: left;
		width: 25%;
		position: relative;
		left: 75%;
		overflow: hidden;
		border-top: 5px solid #a5b0c1;
	}
	#main-right {
		float: left;
		width: 75%;
		position: relative;
		left: 75%;
		overflow: hidden;
		border-top: 5px solid #7ea858;
	}
/* Column Content */
	#main-left-content{
		padding: 10px;
	}
	#main-left-content p{
		text-align: center;
	}
	#main-left h3{
		text-align: left;
	}
	
	#nav{
		margin: 0;
		padding: 0;
	}
	#nav ul{
		text-align: left;
		margin-left: 10px;
	}
	#nav li{
		margin: 0;
		list-style-type: none;
	}
	#nav .sublist li{
		list-style: disc;	
		font-weight: normal;	
		margin-left: 20px;
	}
	#nav a{
		color: gray;
	}
	#nav a:visited{
		color: gray;
	}
	#nav a:hover{
		color: black;
	}

	
	#main-right-content{
		padding: 10px;
	}
	#main-right-content p{
		text-align: justify;
		color: white;
		margin-bottom: 20px;
	}
	#main-right-content ul{
		text-align: left;
		margin-left: 15px;
	}
	#main-right-content li{
		list-style: disc;
		color: white;
	}
	#main-right-content a{
		color: black;
	}
	#main-right-content a:visited{
		color: black;
	}
	#main-right-content a:hover{
		color: gray;
	}
	
	#download-box{
		background-color: #1e1f66;
		color: white;
		padding: 10px;
		border-left: 30px solid #a8b0c3;
	}
	#download-box a{
		color: white;
		text-decoration: underline;
	}
	#download-box a:visited{
		color: white;
		text-decoration: underline;
	}
	#download-box a:hover{
		color: white;
		text-decoration: none;
	}
/* Footer CSS */
	#footer {
		clear:both;
		float:left;
		width:100%;
		background-color: #a5b0c1;
	}
	#footer p {
		font-size: 0.8em;
		padding-top: 5px;
		padding-bottom: 5px;
	}