@charset "utf-8";
/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url(images/background.gif);
	background-position: left top;
	background-repeat: repeat-x;
	color: #000;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #A3482F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 14px;
	margin-top: 10px;
}
/* Commonly used to style section titles. */
h2 {
	color: #646A4D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for the h3 header. */
h3 {
	color: #EBE1BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A3482F;
	letter-spacing: 1px;
}

<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}

</style>



[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #rightColumn1 {
  width: 265px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>
<![endif]

#header {
	background-attachment: fixed;
	background-image: url(images/MCRA-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 210px;
	width: 768px;
}
#slogan {
	font-family: "Banty Normal", "Arial Black", "Garamond Premr Pro Disp", sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #0E4F91;
	text-align: center;
	height: 44px;
}

.tblheight {
	height:100%;
	text-align: center;
	
}

#footer {
	background-color: #A3482F;
	height: 55px;
	padding: 20px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, 		left) */
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	z-index: inherit;
}

#footer a{
	color:#FFF;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover{
	color:#124A94;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

#innercontent {
	background-position: left top;
	height: 100%;
	width: 100%;
	min-height:500px;
}

#innercontent .appraisal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	height: 55px;
	width: 70px;
	border: thin solid #646A4D;
	background-color: #0E4E90;
	padding: 20px 5px 10px 5px;
}

#contentWrapper {
	background-color: #EBE1BA;
	height: 100%;
	text-align:left;
	color: #000;
}


#contentWrapper #rightColumn1 {
	background-color: #98A572;
	background-image: url(images/green-box-back.gif);
	background-position: top left;
	background-repeat: repeat-x; /* Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 245px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#contentWrapper #content {
	background-color: #EBE1BA;
	margin: 0 265px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#contentWrapper .clearFloat {
  clear: right;
  display: block;
}

#events {
	padding:5px;
	text-align:left;
	background-image: url(images/green-box-back.gif);
	background-repeat: no-repeat;
}

#events p {
font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFF;
line-height: 14px;
}

#events h3 {
color:#9E482F;
font-size:11px;
font-weight:bold;
}

#events h2 {
	color: #EBE1BA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#events table {
padding:5px;
}
.tblheight #contentWrapper #events table {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #124A94;
}


#events .eventdate {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	color: #A3482F;
	line-height: 26px;
	text-align: center;
	height: 55px;
	width: 65px;
	background-image: url(images/event-date.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#events .eventdate a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	color: #A3482F;
	line-height: 26px;
	text-align: center;
	height: 55px;
	width: 65px;
	background-image: url(images/event-date.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration:none;
}

#events .eventdate a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000;
	line-height: 26px;
	text-align: center;
	height: 55px;
	width: 65px;
	background-image: url(images/event-date.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration:underline;
}

#meetings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ECECEC;
	border: thin solid #A3482F;

}

/* Contains the main page content. When using a single column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#contentWrapperMain {
  background-color: #EBE1BA;
  height: 100%;
  text-align:left;
}


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#contentWrapperMain #content {
	background-color: #EBE1BA;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 15px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#contentWrapperMain .clearFloat {
  clear: right;
  display: block;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
  padding-right:13px;
}

.floatRight {
  float: right;
  padding-left:13px;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.bottomborder {
border-bottom:thin #124A94 solid;
}
