
/*the dark purple:  #492F91
the light purple on the header:  #AFB8DD
the light green on the header: #C8DF8E*/

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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	text-align: center;
}

#outerWrapper {
	margin: 5px auto 5px auto;
	background-image: url("/images/siteimages/inner_bg3.gif");
	background-position: top left;
	background-repeat: repeat-y;

	text-align: left;
	width: 900px;
}


#outerWrapper #header {
	border-top:4px solid #492F91;
  background-image: url("/images/siteimages/header_graphic.gif");
  background-position: top left;
	background-repeat: repeat-x;
  color: #ff0000;
  height: 190px;
  margin: 0 3px 0 3px;
  padding: 0px 20px 0 20px;
}

#outerWrapper #contentWrapper {
 height: 1%;
  min-height: 0;
  margin:  10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
}
#outerWrapper #contentWrapper #content {

	color: #999999;
  margin: 0 0 0 0;
  padding: 10px 20px 10px 20px;
}
#outerWrapper #contentWrapper #contentClear {
  clear: left;
  display: block;
  height: 0px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}


#outerWrapper #footer {
	background-color: #AFB8DD;
	border-bottom:4px solid #492F91;
	color: #333333;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin: 0px 3px 0px 3px; /* (top, right, bottom, left) */
	padding: 0px 0px 10px 0px; /* (top, right, bottom, left) */
}


/* - - - -  BOXES   - - - - */

.fullwidebox {
	width:80%;
	top:0px;
	left:0px;
	border:1px solid ##AFB8DD;
	color:#000000;
	background-color: #EAEDD6;
	margin: 0px 3px 0px 25px; /* (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* (top, right, bottom, left) */
	text-align: center;	
	}



.fullbox {
	width:200px;
	top:0px;
	left:0px;
	border:1px solid #48647D;
	color:#000000;
	background-color: #EAEDD6;
	margin: 0px 3px 0px 25px; /* (top, right, bottom, left) */
	padding: 10px 10px 5px 10px; /* (top, right, bottom, left) */
	float:right;
	}

.fullbluebox {
	width:160px;
	top:0px;
	left:0px;
	border:1px solid #48647D;
	color:#000000;
	background-color: #DCE7EC;
	margin: 0px 0px 0px 25px; /* (top, right, bottom, left) */
	padding: 10px 5px 0px 8px; /* (top, right, bottom, left) */
	text-align: center;
	float:right;
	}


.boxtitle {
	color:#ffffff;
	background-color:#48647D;
	font-size:10pt;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 2px 0px; /* (top, right, bottom, left) */
	}


.clearbox {
	width:70%;
	border_left:0px;
	border_right:0px;
	border_top:0px;
	color:#999999;
	background-color: #ffffff;
	margin: 0px 3px 0px 45px; /* (top, right, bottom, left) */
	padding: 10px 0px 10px 10px; /* (top, right, bottom, left) */
	text-align: justify;
	border-bottom: 1px solid #48647D;
	}

.photobox {
	width:150px;
	top:0px;
	left:0px;
	border:0px solid #48647D;
	color:#000000;
	text-align: center;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	padding: 0px 0px 0px 10px; /* (top, right, bottom, left) */
	float:right;
	}
	
	
	.widebluebox {
	width:70%;
	border_left:0px;
	border_right:0px;
	border_top:0px;
	color:#999999;
	background-color: #DCE7EC;
	margin: 10px 3px 10px 45px; /* (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* (top, right, bottom, left) */
	text-align: justify;
	border-bottom: 0px;
	}
