/* CSS Document */

body {
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;

}

#wrapper {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	background: url(images/blueedges.jpg) repeat-y;
	border-right: thin solid #00045F;
	border-left: thin solid #00045F;

}

#header {
	background: url(images/augustheader.jpg) no-repeat;
	height: 190px;
	border-bottom: thick solid #00045F;

}

#header ul {
	padding-top: 130px;
	padding-left: 200px;
	text-align: center;

}

#header ul li {
	display: inline;
	padding: 5px 25px 10px 5px;
	font: 140% AbottOldStyle, Tahoma, Verdana, sans-serif;

}

#header ul li a {
	text-decoration: none;
	color: #00045F;
	border-bottom: thin dotted #00045F;

}

#header ul li a:hover {
	border-bottom:none;

}

#allergy {
	background: #AAC540;
	border-bottom: thick solid #00045F;
	height: 206px;

}

#allergy img {
	float: right;
	width: 600px;

}

#allergy h1 {
	font-size: 140%;
	color: #00045F;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 10px;

}

#allergy ul {
	font-size: 120%;
	list-style: none;

}

#allergy li {
	font-size: 100%;
	padding-bottom: 3px;
	font-weight: bold;

}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #438396;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #8EA633;
}

p {
	padding-right: 10px;
	padding-left: 10px;

}

#maintext {
	font-size: 120%;
	padding-right: 15px;
	padding-left: 15px;

}

#maintext img {
	border-top: thin solid #00045F;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

}

#maintext a img {
	float: left;
	width: 264px;
	margin-right: 15px;
	text-decoration: none;


}



.centered {
	text-align: center;
	

}

.indented {
	padding-left: 70px;

}

#footer {
	background: #A5CDD5;
	text-align: center;
	color: #FFFFFF;
	padding: 1px;
	font-weight: bold;
	border-top: thin solid #00045F;
	clear: both;

}

#footer a {
	color: #FFFFFF;
	text-decoration: none;

}

#footer a:hover {

}

#foolter ul {
	text-align: center;

}

#footer ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;

}

#footer ul li a {
	border-bottom: thin dotted #FFFFFF;

}

#footer ul li a:hover {

}
