@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	font-size: 10pt;
}
.oneColFixCtr #container {
	width: 874px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.menu-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #981A37;
}

A:link    { color: #9A3334;
}    /* unvisited links */
A:visited {
	color: #000099
}   /* visited links   */
A:hover   {
	color: #000099
} /* user hovers over link*/
A:active  { color: lime }   /* active links    */

#mainmenu {
	width:188px;
	float:left;
	color:#981A37;
	font-size:11pt;
	text-transform:none;
	margin:0;
	padding:1px 1px 0 1px;
}

#mainmenu ul{
list-style:none;
margin:0;
padding:0;
}

#mainmenu li {
list-style:none;
border-top:1px solid #bababa;
}

#mainmenu li a {
	font-weight:bold;
	text-decoration:none;
	color:#981A37;
	display:block;
	height:1.1em;
	padding:5px 0 5px 5px;
}

#mainmenu li a:hover {
color:#505050;
background:url(images/menuarrow.gif) center left no-repeat;
text-decoration:none;
}

#mainmenu li .current {
color:#505050;
background: url(images/menuarrow.gif) center left no-repeat;
}

#mainmenu li .current:hover {
color:#505050;
background: url(images/menuarrow.gif) center left no-repeat;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #921D36;
	float: left;
	width: 655px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #9A3334;
	background-image: url(images/footer.jpg);
	text-align: center;
	height: 68px;
	width: 874px;
	padding-top: 25px;
	background-repeat: no-repeat;
	clear: both;
}
#foot {
	float:center;
	color:#981A37;
	font-size:9pt;
	margin:0;
	padding:1px 1px 0 1px;
	display: inline;
}

#foot ul{
	margin:0;
	display: inline;
	padding-right: 3;
	padding-left: 3;
}

#foot li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;

	margin: 1px;
	padding-left: 3;
	padding-right: 3;
}

#foot li a {
	font-weight:bold;
	color:#981A37;
	padding:5px 0 5px 5px;
	text-decoration:none;
}

#foot li a:hover {
color:#505050;
text-decoration:none;
}

#foot li .current {
color:#505050;
}

#foot li .current:hover {
color:#505050;
}

#content {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: left;
	width: 825px;
}

.footer-agm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #9A3334;
	background-image: url(images/footer-agm.jpg);
	text-align: left;
	height: 68px;
	padding-top: 25px;
	background-repeat: no-repeat;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
}
.header-agm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #921D36;
	float: right;
	width: 620px;
	margin-top: 10px;
}
#content-AGM {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: right;
	width: 600px;
}
#mainmenu-agm {
	width:213px;
	float:left;
	color:#981A37;
	font-size:10pt;
	text-transform:none;
	margin:5px 0 5px;
	padding:3px 1px 0 1px;
}

#mainmenu-agm ul{
list-style:none;
margin:0;
padding:0;
}

#mainmenu-agm li {
	list-style:none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bababa;
	border-bottom-color: #bababa;
}

#mainmenu-agm li a {
	font-weight:bold;
	text-decoration:none;
	color:#981A37;
	display:block;
	height:0.9em;
	padding:5px 0 5px 10px;
}

#mainmenu-agm li a:hover {
	color:#505050;
	text-decoration:none;
	background-color: #eeeeee;
	background-image: url(images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#mainmenu-agm li .current {
color:#505050;
background: url(images/menuarrow.gif) center left no-repeat;
}

#mainmenu-agm li .current:hover {
color:#505050;
background: url(images/menuarrow.gif) center left no-repeat;
}
.form-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

