/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
}

body {
  background-color: #550005;
  color: #2c2d2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  /*line-height: 14px;*/
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

.bodyBigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c2d2e;
	line-height: normal;
}

.P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2c2d2e;
	line-height: normal;
}

.PLARGER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c2d2e;
	line-height: normal;
}

/* Commonly used to style page titles. */
h1 {
  color: #550005;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #550005;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #931003;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #931003;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #CC6452;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #CC6452;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #CC6452;
}

/* TOP MENU LINKS */
.menuLink a {
	color: #dddddd;
	text-decoration : none;
	padding: 0 18px 0 18px;
	font-size: 13px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.menuLink a:link {
	color: #ffffff;
	text-decoration : none;
	text-transform: capitalize;
	padding: 0 18px 0 18px;
}

.menuLink a:visited {
	color: #ffffff;
	text-decoration : none;
	padding: 0 18px 0 18px;
}

.menuLink a:hover {
	background-color : #550005;
	color: #eeeeee;
	padding: 1px 18px 1px 18px;
}


#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 780px;
  
}
#outerWrapper #header {
	background-color: #550005;
	/*border-bottom: solid 1px #767a7f;*/
	/*border-left: 1px solid #ffffff;*/
	/*border-right: 1px solid #ffffff;*/
	font-size: 18px;
	font-weight: bold;
	line-height: 13px;
	padding: 0;
	color: #FFFFFF;
}

#outerWrapper #contentWrapper {
	background-image: url(../images/mainBknd_image.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background-color: #C3C361;
}


#outerWrapper #contentWrapper #leftColumn1 {
  /*background-color: #f4f2fc;*/
  /*border-right: solid 1px #9ea3aa; */
  float: left;
  padding: 10px 0 10px 0; 
  width: 150px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  /*background-color: #f4f2fc;*/
  /*border-left: solid 1px #9ea3aa; */
  float: right;
  padding: 10px 1px 10px 1px; 
  width: 150px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 150px 0 170px; 
  padding: 10px 10px 10px 10px; 
  background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  font-weight: bold;
  color: #000000;
}


#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #550005;
	border-top: solid 1px #ffffff; 
	padding: 10px 10px 10px 10px; 
	color: #FFFFFF;
	font-size: 10px;
}

.NOTP {
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity: 1.9;
  border: 1px solid #931003;
}

.imageBorderMaroon {
	border: 1px solid #931003;
}

.imageBorderWhite {
	border: 1px solid #ffffff;
}

.boldWhiteLarger {
	color: #FFFFFF; 
	font-weight:bold; 
	font-size: 14px;
}

.NoOpacity {
	filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;
}

.bar {
	/*height: 4em;*/
	padding-top: 2em;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background: black;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin-top: 5.0em;
}
