body{
	width: 960px;
	height: 100%;
	margin: 2px auto 0px auto;
	background-color: #FECC70;
	color: #fff;
	font-family: "Trebuchet MS", Verdana,"Century Gothic","Helvetica Neau", Helvetica, Arial, sans-serif;
	/*font-family: "Palatino Linotype","Garamound", Times;*/
}

#front{
	background-color:#0066B3;
	margin: 25px auto 0px auto;
	padding: 10px 50px;
	clear: both;
	
	/*rounded corners*/
		-moz-border-radius-topleft:     10px;
		-moz-border-radius-topright:    10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft:  10px;
		-webkit-border-radius: 10px;
}


.bottomLink{
	float: right;
}

.bottomLink a{
	text-decoration: none;
	color: #B26B00;
}

ul#navlinks{
	height: 45px;
	position: relative;
	padding: 0;
	
}

#navlinks li{
	list-style-type: none;
	float: left;
	margin: 0 0px 10px 70px;
	padding: 0;
	width: 200px;
	height: 45px;
	
}

#navlinks li a {
	background-image: url('../img/buttonsMod.gif');
	width: 200px;
	height: 0;
	padding: 50px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	
}

li#preamblelink a {
	background-position: 0px 0;
}

li#articleslink a {
	background-position: -200px 0;

}

li#preamblelink a:hover, body#preamble li#preamblelink a {
	background-position: 0px -50px;
}

li#articleslink a:hover {
	background-position: -200px -50px;

}


h1{
	font-size: 40px;
}

h2{
	font-size: 40px;
	background-color: #FF9900;
	margin: 50px auto;
	/*padding: 20px 0px 20px 100px;*/
	width: 800px;
	height: 533px;
	position: relative;
	/*rounded corners*/
		-moz-border-radius-topleft:     10px;
		-moz-border-radius-topright:    10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft:  10px;
		-webkit-border-radius: 10px;
}

h2 a{		
	background-color: #fff;
	background-image: url('../img/united_nations.jpg');
	/*width:500px;*/
	height: 0px;
	width: 800px;
	padding: 533px 0 0 0;
	margin: 0;
	overflow: hidden;
	display: block;
	line-height: 100%;
	float: right;
		
		/*rounded corners*/
			-moz-border-radius-topleft:     10px;
			-moz-border-radius-topright:    10px;
			-moz-border-radius-bottomright: 10px;
			-moz-border-radius-bottomleft:  10px;
			-webkit-border-radius: 10px;
}

h3{
	font-size: 25px;
	background-color: #B26B00;
	margin: 0px auto;
	padding: 10px;
	position: relative;
	
	/*rounded corners*/
		-moz-border-radius-topleft:     10px;
		-moz-border-radius-topright:    10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft:  10px;
		-webkit-border-radius: 10px;
}

h4{
	background-color: #0066B3;
	width: 105px;
	padding: 1px 0px 1px 15px;
	font-size: 20px;
	
	/*rounded corners*/
		-moz-border-radius-topleft:     10px;
		-moz-border-radius-topright:    10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft:  10px;
		-webkit-border-radius: 10px;

}

p{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 2px 10px 2px 10px;
}

ul{
	list-style: none;
	padding: 0px 10px 10px 10px;
}

li{
	font-size: 16px;
	font-weight: bold;
	
}

li ul{
	
}

li ol{
	
}

ol li{
	
}
