@charset "utf-8";
/* CSS Document */

body {
	background-color: #b5c6f9;
}

a:link {
		text-decoration:none;
	
}

a:visited {
		text-decoration:none;
}

a:active {
		text-decoration:none;
}

a:hover {
		text-decoration:underline;
}

LI {
	list-style: dot inside;
	color:white;
	font-size: 18px;
	padding-bottom: 5px;
}


h2 {
	color: #000;
	text-align: center;
}

h3 {
	color: #000;
	text-align: left;
}

h4 {
	color: #000;
	text-align: left;
}

#special {
	text-align: center;
	color: #000;
	font-size: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

#specialital {
	text-align: center;
	color: #000;
	font-size: 18px;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}

#speciallnopad {
	text-align: left;
	color: #FFF;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#speciall {
	text-align: left;
	color: #000;
	font-size: 22px;
	padding-bottom: 5px;
	font-weight: bold;
}

#specialr {
	text-align: center;
	color: #FFF;
	font-size: 19px;
	float: right;
}

#speciallg {
	text-align: center;
	color: #FFF;
	font-size: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#picturec {
	text-align: center;

}

#picturel {
	float:left;
	padding-left: 50px;
	
	
}

#picturer {
	float:right;
	padding-right: 50px;
	
	
}

#listpad {
	padding-left: 20%;
}

.floatstop {
	clear:both;
}
