@charset "utf-8";
/* ol, ul, li, blockquote {
	margin: 0;
	padding: 0;
} */
p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li {
	margin: 0;
	padding: 0;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFEE; /* pale cream as page */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	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 */	/* text-align: left; /* this overrides the text-align: center on the body element. */
} 
#wrapper {
	text-align: left;
	padding: 0;
	border: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFEE; /* pale cream */
}
#header {
	background-color: #FFFFEE;
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#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 */
}
#sidebar1 {
	background-color: #FFFFEE; /* the background color will be displayed for the length of the content in the column, but no further */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		float: left; /* since this element is floated, a width must be given */
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}

#mainContent {
	margin: 0 0 0 150px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
.fontMedium {
	font-size: .8em;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0px 10px 10px;
	padding: 10px;
	float: right;
	width: 150px;
	border: 2px solid #009933; /* green */
}
.sidebar p {
	padding: 0 0 10px 0;
}
.sidebar hr	{
	width: 50%;
	margin: 0 auto 10px auto;
	padding: 1px 0 1px 0; /* 1px required to show in Safari */
	color: #009933;
	background-color: #009933; /* for Firefox + Safari */
	text-align: center; /* for IE */
}

.mainText {
	padding: 10px 0 5px 0;
	text-align: justify;
}
.smallItalic {
	padding: 10px 0 5px 0;
	text-align: justify;
	font-size: 0.7em;
	font-style: italic;
}
.leftpad10 {
	padding-left: 10px;
}

.leftpad60 {
	padding-left: 60px;
}


.indent30 {
	padding: 10px 0 5px 30px;
	text-align: justify;
}

.leftpad100 {
	padding-left: 100px;
}

#footer1 {
	text-align: center;
	padding: 0 10px 0 0px; /* this padding (was 20px left to )matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FFFFEE;
	border-top: #c7ad5f solid 2px;
} 
#footer2 { 
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #DDDDDD; 
} 
#footer2 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: 30px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width: 140px;
	padding: 10px 0 0 0;
}
.fltrt200 { 
	float: right;
	margin-left: 8px;
	width: 200px;
	padding: 10px 0 0 0;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	width: 140px;
	padding: 10px 0 0 10px;
}
.fltlft200 { 
	float: left;
	margin-right: 8px;
	width: 200px;
	padding: 10px 0 0 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul#navBar {
	margin: 10px 0 10px 0;
	padding: 80px 0 0 10px;
	list-style-type: none;
	width: 140px;	
}
#navBar a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.7em;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: none;
	border-left: 1px solid #820040; /* banner burgundy */
	display: block;
	border-bottom: none;
	background-color:#820040; /* banner burgundy */
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 30px;
}
#navBar a:hover {
	/*	border-left-width: 5px; */
	border-left-style: solid;
	border-left-color: #c7ad5f; /* matches banner lines */
	border-left-width: 10px;
	font-weight: bold;
	color: #820040;
	background-color: #FFFFFF;
	padding-left: 20px; 
}
/* ul#designButton {
	margin: 10px 0 10px 0;
	padding: 10px 0 0 10px;
	list-style-type: none;
	width: 130px;	
}
#designButton a {
	text-decoration: none;
	color: #0000FF;
	font-size: .7em;
	border: 2px solid #009900;
	background-color: #999999;
	display: block;
	padding: 7px 5px 7px 20px;
}
#designButton a:hover {
	border: #FF3300 3px solid;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
} */
.footerSmall {
	color: #666666;
	font-size: 0.7em;
	text-align: center;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.footerMedium {
	color: #666666;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;	
}
.bottomBorder {
	border-bottom: 1px solid #999999;
}
.bottomTable {
	width: 780px;
	border: 0;
}
a img {
	border: none;
}
hr {
	margin: 1px 0 1px 0;
	border: 0;
	padding: 0;
}


.footerImage {
	border: thin solid #200956;
}
caption	{
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #2c5622;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
}
h2 {
	color: #2c5622;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	padding: 10px 0 0 0;
	;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.fontRed {
	color: #FE0000;
}
ol li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.unordered li {
	background-image: url(../Images/Bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-left: 10px;
	list-style-type: none;
	padding-left: 25px;
	margin-top: 10px;
}
.sublist li {
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
	background-repeat: no-repeat;
	background-image: url(../Images/Bullet1.gif);
	background-position: 3px 4px;
}
ul li.none {
	list-style-type: none;
	background-image: none;
}
.bellingdon li {
	background-image: url(../Images/Bullet_paw.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-left: 10px;
	list-style-type: none;
	padding-left: 25px;
	margin-top: 10px;
}
.agmList	{
	margin-left: 40px;
	padding: 5px 0 5px 0;
}

table {
	border-collapse: collapse;
}
td	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;	/* border: solid;
	border-color: #333333;
	border-width: thin;
	border-collapse: collapse; */
}
th	{
	font-size: .9em;
	font-weight: bold;
	text-align: left;
}
tr.tablebold	{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #2c5622;
}
tr.colhead	{
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #0000FF;
}
p {
	text-align: justify;
}

.notice1	{
	color: #FE0000;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.notice2	{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #660033;
}
.notice3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #660033;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.border {
	border: 2px solid #000000;
}
.toppad50	{
	padding-top: 50px;
}
.highlightBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 20px;
	padding: 10px;
	border: medium dotted #2C5622;
	font-style: italic;
}
.highlightBox p {
	padding-top: 5px;
}
.urgentBox	{
	background-color: #CCC;
	padding: 10px;
	margin-top: 20px;
}
.center {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding-top: 20px;
	padding-bottom: 10px;
}
