@charset "utf-8";

/* CSS Document */

#wrapper {
	margin: 0 auto;
	width:800px;
	text-align:left;
	background-color:white;
}

#header {
	background-image:url(../graphics/sub_banner.jpg);
	height:122px;
	width:800px;
	padding:0px;
}

.box {
text-align:center;
background-color:#EEEEEE;
border:1px #666 solid;
padding:10px;
margin:20px;
}

.impact {
color:#660000;
}

.sig {
font-style:italic;
text-align:left;
color:#666;
}


.left_col {
	position:relative;
	float:left;
	width:420px;
	background-color:#f4f4f4;
	padding:5px 3%;
	top:5px;
}

.right_col {
	float:right;
	position:relative;
	width:322px;
	padding:5px;
	background-color:#ccc;
	font-size:11px;
	padding-bottom:4px;
}

/* Styles */
h1 {
font-size:18px;
font-weight:100;
border-bottom:1px #666 solid;
text-align:center;
color:#000099;
clear:both;
}


.main {
	width:90%;
	padding:1% 5%;
}

.redtitle {
	background-color:#990000;
	display:block;
	color: white;
	font-weight: bold;
	padding-left: 3px;
}

.indent { padding-left:10px; }

.bloghead {
	color:blue;
	font-size:18px;
}

.redhead {
	color:red;
	text-align:center;
	font-weight:bold;
}

.tiny {
	font-size:9px;
	font-weight:bold;
}

.boldcentered {
	font-weight:bold;
	text-align:center;
}

.lefty { float:left; }

.righty {
	float:right;
	margin: 0px;
	position: relative;
}

.centered { text-align:center; }

.red {color:#990000;}

/* jerry junks 

li.left-align {
	margin-left:0em;
	padding-left: 0em;
}
#olist {
	padding:1;
	margin:1;
}
.style39 {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	font-weight: normal;
}
body {
	background-color: #527da5;
	margin-left: 0px;
	background-image: url(../team/images/bkgd.gif);
}
.style61 {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.style62 {
	color: #12010C;
	font-size: 10px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.subtitle {
	font-size: 14px
}


/* */ 

body {
	background-image:url(../images/bkgd.gif);
	background-repeat:repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}


