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:    1px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft:  1px;
		-webkit-border-radius: 10px;
}
.bottomLink{
	float: right;
}

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

h1{
	font-size: 40px;
}

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

h3{
	font-size: 25px;
	background-color: #B26B00;
	margin: 0px auto;
	padding: 10px;
	
	/*rounded corners*/
	-moz-border-radius-topleft:     10px;
		-moz-border-radius-topright:    1px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft:  1px;
		-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:    1px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft:  1px;
		-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{
	
}
