* {
	padding: 0;
	margin: 0;
}
BODY {
	background: white url('/images/logo-back.gif') bottom right fixed no-repeat;
	font-family: "Arial", "Verdana", sans-serif;
}
h2 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #AF0808;
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0 0 250px;
}
A {
	color: #AF0808;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
OL#faqQuestion {
	margin-left: 275px;
}
OL#faqQuestion LI {
	color: #AF0808;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}
UL#faq {
	margin-left: 300px;
}
UL#faq LI {
	font-size: 12px;
}
HR {
	text-align: left;
	margin: 10px 0;
}
table#tableMain {
	border: none;
	width: 100%;
	height: 100%;
	background: transparent url('/images/header-tile.gif') repeat-x;
}
td#tdHeader {
	height: 144px;
	width: 100%;
	background: transparent url('/images/header-WELCOME.gif') top right no-repeat;
}
td#tdContent {
	background: transparent url('/images/grid-back.gif') 0 -144px repeat-y;
}
td#tdContent P {
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 25px;
	padding: 5px 50px 15px 0; 
	margin-left: 250px;
}
td#tdFooter {
	height: 10px;
	background: transparent url('/images/bottom-bar.gif') bottom left no-repeat;
}
div#divCopy {
	float: left;
	width: 590px;
	font-size: 10px;
	font-family: inherit;
	color: #CFB18E;
	padding: 2px 0 0  15px;
}
div#divCopy A#adminLogin {
	font-size:9px;
	color: white;
	padding-left: 230px;
}
div#divDeLoisWeb {
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	font-size: 9px;
	font-family: inherit;
	color: #AAAAAA;
}
div#divDeLoisWeb A {
	color: #AAAAAA;
	text-decoration: underline;
}
div#divHeader {
	float: left; 
	width: 500px;
	height: 144px
}
div#divMenuArea {
	float: left;
	width: 250px;
	height: 356px;
	background: transparent url('/images/menu-back.jpg') no-repeat;
}
div#divMenuArea IMG, div#divMenuArea A {
	display: block;
}
img#imgBBBLogo {
	margin: 10px;
}
div.projectCat {
	margin-left: 25px;
}
td#tdContent div.projectCat P {
	line-height: 18px;
}
div#divViewImageBanner {
	background-color: #EEEEEE;
	color: #AF0808;
	font-weight: bold;
	padding: 7px;
	font-size: 13px;
	border: 2px solid #AF0808;
	text-align: center;
	margin-left: 250px;
	margin-right: 20%;
}
div.divCompList {
	font-weight: bold;
	font-size:16px;
	padding-top:20px;
	margin-left: 270px;
}
div.divCompList A {
	color:Black;
}
div.divCompList span {
	color: #AAAAAA;
	font-size:9px;
	padding-left: 10px;
}
div.divAdminBar {
	font-weight: bold;
	padding: 2px 10px;
	font-size: 11px;
	border: 1px solid #AF0808;
	text-align: center;
	margin: 35px 0 5px 275px;
	width:  350px;
}
div.divAdminBar A {
	color: #AF0808;
}
form#inlineForm {
	margin-top: 15px;
	margin-left: 275px;
	font-size: 10px;
	font-weight: bold;
}
input, select {
	font-size: 10px;
}
input.bt {
	background-color: #AF0808;
	color: white;
	font-weight: bold;
}
div.message {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 0 25%;
}
div.success {
	color:#008F06;
}
div.failure {
	color: #AF0808;
}