@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #AADDD6;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 10px;
	background-color: #AADDD6;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #AADDD6;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #006663;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	color: #009EA0;
}
.oneColFixCtrHdr #container #mainContent a:visited {
	color: #000000;
}
.oneColFixCtrHdr #container #mainContent li {
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
.oneColFixCtrHdr #container #header logo img {
	position: relative;
	top: 50px;
	right: 100px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Palatino, "Book Antiqua", serif;
	font-weight: bold;
	font-size: 24px;
}
.oneColFixCtrHdr #container #mainContent p {
	color: #000000;
}
.oneColFixCtrHdr #cartouche {
	background-color: #FFFFFF;
	width: 500px;
	-webkit-box-shadow: 5px 5px 8px #818181;
	-moz-box-shadow: 5px 5px 8px #818181;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 80px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.imageleft {
	float: left;
	border: 1px white solid;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;	/* 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; */
}
.imagelnotopm {
	float: left;
	border: 1px white solid;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;	/* 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; */
}
.smallcaps {
	font-size: 14px;
}
.imageleftlist {
	float: left;
	border: 1px white solid;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.imageleftdean {
	float: left;
	border: 1px white solid;
	margin-top: 35px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.imageright {
	float: right;
	border: 1px white solid;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;		/* 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; */
}
.imagernotopm {
	float: right;
	border: 1px white solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;		/* 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; */
}
.imageleftnoborder {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.imagerightnoborder {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imagecentre {
	border: 1px white solid;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;	
}
.imagernotbmargins {
	float: left;
	border: 1px white solid;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;		/* 
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; */
}
.imagelogo {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px red solid;
}
.highlighted_text {
	color: #FF0000;
	font-weight: bold;
}
.paragraph_starter {
	font-family: Palatino, "Book Antiqua", serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 24px;
}
.special_offer {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}
