/* 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%;
}
body {
  background-color: #eeeeee;
  background-image: url(../images/main-bg.gif);
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #663399;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #663399;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #663399;
  font-weight: bold;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#bgWrapper {
  background-image: url(../images/bg_page.png);
  background-repeat: no-repeat;
  background-position:top;
  margin: 0 auto 0 auto;
  width: 900px;
}
#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 700px;
}
#outerWrapper #header {
  padding: 20px 10px 10px 10px;
}
#outerWrapper #topNavigation {
  height: 25px;
  padding: 58px 10px 10px 10px;
}

#outerWrapper #contentWrapper {
  background-image: url(../images/bg_content.png);
  background-position: top;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding: 40px 0 0 0;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 20px 0 10px 0;
  width: 210px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 210px;
  padding: 10px 10px 10px 10px !important;
  padding: 20px 10px 10px 10px;
}
#outerWrapper #contentWrapper #content h1 {
  color: #330099;
  text-transform: uppercase;
  padding-top: 8px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#bgWrapper #footer {
  background-image: url(../images/bg_footercurve.png);
  background-position: top;
  background-repeat: no-repeat;
  padding: 20px 10px 10px 10px;
  width: 680px;
  margin: 0 auto 0 auto;
}

/*TOP MENU*/
#topMenuContainer {
	margin: -30px 0 0 450px;	
}

#topMenu {
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#topMenu ul {
	display: inline;
	list-style-type: none;
}

#topMenu li {
	padding: 0 7px 0 8px;
	display: inline;
	border-left: 1px solid #333;
}

#topMenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#topMenu a:link, #topMenu a:visited, #topMenu a:active {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#topMenu a:hover {
	color:#ccc;
	text-decoration: underline;
}

/*FOOTER MENU*/
#footerMenu {
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  padding-bottom: 10px;
}
#footerMenu ul {
	display: inline;
	list-style-type: none;
}

#footerMenu li {
	padding: 0 0 0 4px;
	display: inline;
	border-left: 1px solid #fff;
}

#footerMenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#footerMenu a:link, #footerMenu a:visited, #footerMenu a:active {
	color: #63C;
	font-size: 100%;
	text-decoration: none;
}
#footerMenu a:hover {
	color:#ccc;
	text-decoration: underline;
}
#bgWrapper #address {
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#bgWrapper #address p {
	margin-top: 0;
	padding: 5px 0 5px 0;
}

#bgWrapper #copyright {
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  font-size: 90%;
  color:#999;
}

/* SIDEBAR BOX STYLES */
.box {
	width: 200px;
	height: 300px;
	background: #FFF url(../images/sb_bodybg.jpg) no-repeat top left;
}
.box h3 {
	 margin: 0;
	 padding: 5px 0 2px 5px;
	 font-size: 14px;
	 color: #FFF;
	 text-transform: capitalize;
	 font-style:italic;
	 height: 38px;
	 background: url(../images/sb_header.jpg) no-repeat top left;	
}
.box div.sbquoteTop {
	margin: 0 10px 0 10px;
	font-size: 13px;
	font-style: italic;
}
.box div.sbquote {
	margin: 10px 10px 0 10px;
	padding-top: 10px;
	font-size: 13px;
	font-style: italic;
	border-top: #999 1px groove;
}
.box p.sbattribute {
	margin: 10px 10px 0 10px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#printLogo {
	display: none;	
}