/* 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;
 }
body { font-size:14px;
  background-color: #ba9b86;
  color: #000;
   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. */
 
	}

/* 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: #ba9b86;
  margin: 0 auto 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: 100%;
}
#outerWrapper #header {
  background-color: #ba9b86;
  background-image:url(images/winter_2009/header_winter_2009_left.jpg);
	  background-position: center left;
  background-repeat: no-repeat;
  border-bottom: solid 1px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  height: 100px;
  line-height: 15px;
  padding: 10px 100px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #navigation {
  background-color: #ba9b86;
    float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 11em; height:1050px;
		border-right:#000; border-right-style:solid; border-right-width:thin;
}
#outerWrapper #contentWrapper #team {
  background-color: #ba9b86;
    float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 12em; height:1050px;
		border-left:#000; border-left-style:solid; border-left-width:thin;
}
#outerWrapper #contentWrapper #rightsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 1em; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ba9b86; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 990px;
	}
/* 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 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  	margin: 0 14em 0 13em;; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
		background-color:#FFFFFF;
}
#outerWrapper #footer {
  background-color: #000000;
   height: 10px;
  padding: 5px 5px 5px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper  #sub_header {
 padding-top:3px;
	height: 35px; background-color:#000000;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	 font-size:14px;
		 font-weight:bold
  }
a {  font-family: Arial, Helvetica, sans-serif; font-size: 80%; color: #FFFFFF; text-decoration: none; font-weight: bold}
a:visited {  color:#FFFFFF}
a.bold {  font-weight: bold; font-size:80%; text-decoration: none; color: #FFFFFF}
a.big  { font-size:80%; font-weight: bold; text-decoration: none;}
a:hover { font-size:80%; color: #000000; text-decoration: underline; font-weight: bold}

A.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0000FF;
	text-decoration: none;
}
A.nav:link {
	font-size: 100%;
	COLOR: #0000FF;
	text-decoration:  none
}
A.nav:visited {
	font-size: 100%;
	COLOR: #0000FF;
	text-decoration: none
}
A.nav:active {
	font-size: 100%;
	COLOR: #0000FF;
	text-decoration: none
}
A.nav:hover {	 font-size: 100%; COLOR: #ff0000;  text-decoration: underline
}
div#sidebar a {  font-family: Arial, Helvetica, sans-serif; font-size: 120%; color: #000000; text-decoration: none; font-weight: bold; display: block}
div#sidebar a.small {  font-size: 100%}
a.smaller {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%;}
p {
	color: #000000;
	text-align: justify;
}
ol {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #000000}
p.caption {  font-weight: Bold; font-size: 80%; display: block; border: solid #AAA 1px; padding: 0.25em}
p.small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #000000}
div.webmaster { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 95%; color: #6666CC;}
div.webmaster p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 95%;  color: #6666CC;}
div.webmaster h2 {font-size: 95%; font-weight: bold;  color: #6666CC;}
div#sidebar a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 120%; color: #FFE1B8; background: black; text-decoration: none; font-weight: bold}
div#sidebar a.small:hover {  font-size: 100%;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background-color: #ba9b86;
	display: block;
	padding: 0em 0em 0em 0.25em;
	text-align: left
}
h1.tbar{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40%;
	font-weight: bold;
	color: #000000;
	background-color: #ba9b86;
	display: block;
	padding: 0em 0em 0em 0.25em;
	text-align: left;
}
h1.feature { padding: 0.25em 0em 0.25em 0.5em; border: solid black 2px;}
h1.feature2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; font-weight: bold;padding: 0.25em 0em 0.25em 0.5em; border: solid black 2px;background-color: #ba9b86; display: block; }
h1.big  { font-size: 150%; background-color: white; display: inline;}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #ba9b86;
	text-decoration: none;
}
hr {  color: #006699}
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; color:#666666 }
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 130%; color: #000000}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 80%; color: #000000}
h6 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%;  color: #000000}
.style17 {  font-family: Arial, Helvetica, sans-serif; font-size: 80%; color: #ffffff}
.style18 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%;  color: #000000}
p.big {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 140%; font-weight: bold; color: #000000}
p.i {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; font-style: italic; color: #000000}
b.head  {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; color: #000000}
ul {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%; color: #000000}
ul.big  { font: bold 100%;}
tr.grey {  border-color:#CCCCCC; background-color:#98EDFC}
tr.white {  border-color:#CCCCCC; background-color:white}
div.rpullquote {  float: right; width: 15em; border: solid #003366 2px; padding: 0.5em 0em 0.5em 0.75em; margin: 0.5em; background: #98EDFC}
div.lpullquote {  float: left; width: 15em; border: solid #003366 2px; padding: 0.5em 0em 0.5em 0.5em; margin: 0.75em; background: #98EDFC}
div.lcaption  {	float: left;	margin: 10px;	border:thin solid #000000;	display: block;	width: auto;padding: 5px;
}
div.rcaption  {  float: right; margin: 10px; border:thin solid #000000; display: block; width: auto;background-color:#CCCCCC;padding: 5px;}
div.rcaption table { margin: 0; padding: 0; border: black solid 1px;}
div.lcaption table { margin: 0; padding: 0; border: black solid 1px;}

div.invisrule  hr  {display:  block;  clear:  left;  margin:  -0.66em  0; 
   visibility:  hidden;} 
			.lcol  {	float: left;	margin: 10px;	display: block;	width:300px;padding: 5px;
}
.rcol {  float: right; margin: 10px;  display: block; width:300px;padding: 5px;}
			
.style2 {color: #0000FF}

.style3 {
	font-size: 30px;
	font-weight: bold;
}
.boxtexthead {
	margin: 3px;
	padding: 3px;
	height: auto;
	width: auto;
	border: thin solid #000000;
	font-size: 100%;
	font-weight: bold;
	background-color: #FF9999;
	color: #FFFFFF;
}
.boxtextgrey {
	margin: 3px;
	padding: 3px;
	height: auto;
	width: auto;
	border: thin solid #000000;
	font-size: 80%;
	font-weight: bold;
	background-color: #D4D4D4;
	color: #000000;
}
.boxtextgreen {
	margin: 3px;
	padding: 3px;
	height: auto;
	width: auto;
	border: thin solid #000000;
	font-size: 80%;
	font-weight: bold;
	background-color: #33CC66;
	color: #000000;
}
.boxtextwhite {

	padding: 3px;
		border: thin solid #000000;
	font-size: 120%;
		background-color: #000000;
	color: #ffffff;
	
}
.boxtexblack {
	margin: 3px;
	padding: 5px;
	height: auto;
	width: auto;
	border: thin solid #000000;
	font-family: "Palatino Linotype";
	font-size: 14px;
		background-color: #FFFFFF;
	color: #000000;
	margin-right: 50px;
}
.boxgreyborder {
	margin: 3px;
	padding: 3px;
	height: auto;
	width: auto;
	font-size: 80%;
	background-color: #e5e5e5;
	color: #000000;
		border: thin solid #000000;
}
.coltext {
	padding: 2px;
	font-size: 80%;
	color: #000000;
}
.textbg {
	background-color: #CCCCCC;
	text-indent: 0px;
	font-size: 70%;
	font-weight: bold;
		padding: 5px;
}
.textbgdark {
	background-color: #666666;
	text-indent: 0px;
	font-size: 70%;
	font-weight: bold;
		padding: 5px;
}
.textbgc {
	background-color: #666666;
	color: #FFFFFF;
	float: left;
	height: 50px;
	width: 550px;
	padding: 5px;
}
.textlist {
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
}

.style5red {
	font-size: 12px;
	font-weight: bold;
	color:#C06;
}
.style6green {
	font-size: 12px;
	font-weight: bold;
	color:#396;
}
.maintext {
	font-size: 80%;
	}
.style9 {
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}
.style10 {
	font-size: 80%;
	font-weight: bold;
	color: #0000FF;
}
.style8 {color: #993366}
.style4 {font-size: 24px}
.style5 {
	color: #993366;
	font-weight: bold;
}.border {
	border: 1px solid #000000;
	padding:5px;
}
.style13 {font-size: 24px; line-height: 1.0em;
color:#666666}
.botborder {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.img_float_center {
float: inherit;
border:0px dotted black;
margin:10px 10px 10px 10px;
padding:5px;
}
.img_float_right {
float:right;
border:0px dotted black;
margin:10px 10px 10px 10px;
background-color:#CCCCCC;
}
.img_float_left_margin {
float: left;
border:0px dotted black;
margin:50px 10px 10px 10px;
background-color:#CCCCCC;
padding:10px;
}
.img_float_left {
float:left;
border:0px dotted black;
margin:10px 10px 10px 10px;
background-color:#CCCCCC;
}
.img_backgrd {
border:1px solid black;
background-image:url(images/winter_2009/BV120_TEXT.jpg);

background-repeat:no-repeat;
background-position:right;
padding:5px;
}

.backgrey {
	background-color: #CCCCCC;
		padding: 5px;
}
.backwhite{
	background-color: #CCCCCC;
		padding: 5px;
}
.backunderline {
	border-bottom: thin;
	border-bottom-style:dashed;
	border-bottom-color:#000;
}
.backblack {
	background-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	color:#FFFFFF;
}
.backwhitedash{
	background-color: #ffffff;
	padding: 10px;
	color:#000000;
	border: medium dashed #000000;
}
.picpadding {padding:10px;}
.style14 {
	font-family: "Palatino Linotype";
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
}
.largetext {font-size: 210%;
line-height:1em; 
margin: 0px 0px 0px 0; 
padding: 0px 0px; 

}
