* { /* universal selector applies these rules to everything on site unless specified differently in another rule */
	margin:0px;
	padding:0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}
img {
	border:none;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 16px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.highlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #bed221;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	}
.bullets {
	list-style-type: square;
}
body {
  background-color: #C1d8d9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
.cell {
	background-color: #bed221;
}
.highlightsorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #EE823C;
}

.cell2 {
	background-color: #EE823C;
}

.cell3 {
	background-color: #FFFFFF;
}
.client {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.itemtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: 4A3B04;
}

a.bodylink:link {
	font-weight:normal;
	color:#bed221;
}
a.bodylink:visited {
	font-weight:normal;
	color:#bed221;
}
a.bodylink:hover {
	font-weight:normal;
	color:#EE823C;
}
a.bodylink:active  {
	font-weight:normal;
	color:#bed221;
}
.formcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 16px;
}
.copyital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;
	line-height: 16px;
}
.highlightsblk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


/* 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 img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  border:none;
  outline: 0px;
  font-size: 100%;
}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #ffffff;
  margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 828px;
}
#outerWrapper #header {
 /* background-image:url(../images/home/logo.gif);
  background-position: 10px 10px;
  background-repeat: no-repeat;*/
  border-bottom-style: none;
  font-weight: normal;
  height: 103px;
  /*padding: 10px 10px 10px 10px;  Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 828px;
  padding-bottom:10px;
  text-align:right;
}
#outerWrapper #header p {
	padding:10px 10px 0px 0px;
}
#outerWrapper #header img {
	padding:10px 0px 0px 10px;
	float:left;
}
#outerWrapper #contentWrapper {
	padding:10px;
	padding-top:0px;
	position:relative;
	float:left;
	background:url(../images/home/orange_repeat.gif) repeat-y 10px;
	background-image: url(../images/home/orange_repeat.gif);
}
#outerWrapper #contentWrapper #sidebar {
	background:url(../images/home/nav_bkgd.gif) repeat-x;
	position:relative;
  	float: left;
  	height: 415px;
 	width: 180px;
}
#outerWrapper #contentWrapper #sidebar #nav {
	height:287px;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	float:left;
}
#outerWrapper #contentWrapper #sidebar #mailer {
	/*height:98px;*/
	width:180px;
	margin:0px auto;
	text-align:center;
	padding-bottom:40px;
}
/* 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. */
#outerWrapper #contentWrapper #content {
  position:relative;
  float:left;
  width:508px;
  margin: 0px 0px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #sidebar_r {
	float:left;
	width:100px;
	padding-left:10px;
}
#outerWrapper #contentWrapper #sidebar_r img {
	padding-bottom:25px;
}
/* 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. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	position:relative;
	clear:both;
}
	
#outerWrapper #footer p {
	padding:10px 0px;
	text-align:center;
}
#outerWrapper #footer img {
	padding-left:10px;
}
.bigorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #EE823C;
}
#outerWrapper #contentWrapperevents {
	padding:10px;
	padding-top:0px;
	position:relative;
	float:left;
	width: 808px;
}

