body {
	background-color: #E0DFEF;
    background-image: url(http://www.operationconfidence.org/images_/back.jpg);
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-repeat:repeat-x;
	color:#E2DFEE;
}
#full {
	width: 90%;
	margin-left:auto;
	margin-right:auto;	
}
a:link {
	color: #990066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990066;
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#holder {
	width: 100%;
	text-align: center;
	position:relative;
	margin: 0px;
    padding: 0px;
}
#header {
	top: 0;
	margin: 0;
	padding: 0;
	width:895px;
	height:375px;
	left:0;
	text-align:left;
	z-index:4;
	}
#intro {
    background-image: url(http://www.operationconfidence.org/images_/load.png);
	}
#nav {
    position:relative;
	top: 70px;
	margin: 0;
	padding: 0;
	width:890px;
	height:27px;
	left:0;
	text-align:left;
	z-index:3;
	}	
#content {
	top: 40px;
	position:relative;
	margin: 0;
	padding: 0;
	width: 889px;
	left: 0;
	text-align:left;
	}
	
#footer {
	top: 30px;
	position:relative;
	margin: 0;
	padding: 0;
	width: 889px;
	height: 15px;
	left: 0;
	text-align:center;
	}	
	.black {color: #000000}
	.subtitle {
	color: #006699;
	font-weight: bold;
	font-size: 16px;
	}
	.subtitle2 {
	color: #006699;
	font-weight: bold;
	font-size: 13px;
	}
	.subtitle3 {
	color: #990066;
	font-weight: bold;
	font-size: 13px;
	}
	.grey {
	color: #999999;
	font-weight: bold;
	font-size: 13px;
	}
	.link2 a:link {
    color: #9999FF;
    }
	.link2 a:hover, a:visited{
    color: #FFF;
    }