/* Browser reset*/
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: #000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 20 0;
	padding: 0 0 0 0;
	text-align: center;
	background-attachment: fixed;
	background-image: url(/images/cssimg/bkgmain2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

h1 {
	color: #39C;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}

h2 {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	background-color: #39C;
	border: medium solid #39C;
}
h3 {
	color: #C00;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	/* [disabled]background-color: #39C; */
	/* [disabled]border: medium solid #39C; */
}

a,  a:link {
	color: #39C;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #39C;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #999;
	border: none;
}

a img { 
   border: none ;
   
 }

a:focus {
	color: #666;
	border: none;
}

a:active {
	color: #39C;
	border: none;
}

#outerWrapper {
	margin: 0 auto 0 auto;
	overflow: hidden;
	text-align: left;
	width: 960px;
	min-height: 750px;
}
#outerWrapper #header #topHeader {
	
}

#outerWrapper #header {
	background-attachment: scroll;
	/* [disabled]background-image: url("../BImStyle_NewDesign_images/carolyncarlson01.jpg"); */
	background-position: top center;
	background-repeat: no-repeat; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 160px;
	line-height: 15px;
	padding: 0px;
	width: 960px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39C;
	margin-top: 20px;
}
#outerWrapper #topNavigation {
	padding-top: 20px;
	padding-right: 0px;
	/* [disabled]padding-bottom: 10px; */
	padding-left: 0px;
}
#outerWrapper #contentWrapper {
  background-image: url("../BImStyle_NewDesign_images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  margin-top: 20px;
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFFFFF;
	float: left;
	margin-right: 10px;
	padding: 30px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 165px;
}
#outerWrapper #contentWrapper #leftColumn1 h122 {
  color: #000000;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 16px;
  line-height: 16px;
}
#outerWrapper #contentWrapper #leftColumn1 h222 {
  color: #000000;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 14px;
}
#outerWrapper #contentWrapper #leftColumn1 h522 h2333 {
  color: #000000;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 14px;
  line-height: 14px;
}
#outerWrapper #contentWrapper #leftColumn1 h622 h244 {
  color: #000000;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #FFFFFF;
	float: right;
	margin-left: 10px;
	padding: 30px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 165px;
}

#outerWrapper #contentWrapper #content {
	background-color: #FFF; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 205px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#outerWrapper #FooterWrapper {
	background-color: #000000;
	height: 100px;
	width: 100%;
}
#outerWrapper #FooterWrapper #footer {
	height: 50px;
	margin-top: 20px;
	width: 930px;
	padding: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39C;
}
/* The following code is for the fixed footer */
html, body {
  height: 100%;
}
#outerWrapper {
  min-height: 100%;
  position: relative;
}
* html #outerWrapper {
	height: 100%;
}
#outerWrapper #fixedFooterWrapper {
	bottom: 0;
	position: relative;
	width: 100%;
}
#outerWrapper #fixedFooterWrapper p {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
