body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}

H2 {
text-align:left;
font-weight: bold;
font-size:18px;

}


#container {
	width: 950px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: transparent;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#logo {
  margin:0;
  padding:0;
  with:250px;
  float: left;
  padding-left:10px;
}

#headerdetails {
 margin:0;
  padding:0;
padding-top:15px;
padding-right:25px;
  width:650px;

  float:right;
  text-align: center;
}

H1.headerH1 {
  font-size:14px;
  padding-right: 25px;
  padding-top: 0px;
  color: #FFFFFF;
  font-style: italic;
}

H1.headerH2 {
  font-size:20px;
  padding-right: 25px;
  padding-top: 0px;
  margin-top:0px;
  color: #000000;
  font-style: italic;
  text-align: center;
  font-family: Myriad Pro, Serif;
}

#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 */
	
}
#mainContent {
 background:#FFFFFF;
 text-align:left;

  padding-left:10px;
  padding-right:10px;
  padding-top:0px;
  padding-bottom:0px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;


font-size: 10px;
font-style: italic;
text-align:center;
}
#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 */

}




#navigation ul {
   text-align:right;
  border-bottom:2px solid #c0c0c0;
 padding-right:20px;
font-family:Myriad Pro,Serif;
}



#navigation ul {
   text-align:right;
  border-bottom:2px solid #c0c0c0;
 padding-right:20px;
font-family:Myriad Pro,Serif;
}


#navigation li {
   text-align:center;
   display:inline;
   font-size:16px;
   font-weight: bold;
   margin-left:5px;
   color:#000000;
}




#navigation li#current a {
  border-bottom:2px solid #ffffff;
  background:#ffffff;
 padding-top:10px;
font-size:18px;
}

#navigation li a:visited {
color:#000000;
}


#navigation li a  {
text-decoration:none;
padding-top:4px;
padding-left:30px;
padding-right:30px;
border:2px solid #c0c0c0;
background:#F3F3F3;
color:#000000;
}

#navigation li  a:hover  {
color:#000000;
text-decoration:none;
padding-top:10px;
}



.contentheading, .componentheading {
font-weight:bold;
font-size:16px;
text-align:center;
}

td.article_column {
background: #E7E8FD;
padding:20px;
}
