body {
	background : #a4220c;
	color : #017876;
	font-family : arial, helvetica, sans-serif;
	font-size : medium;
	font-weight : normal;
	vertical-align : top;
	width : 720px;
	margin : 20px auto;
	text-align : center;
}

div.tric {
	float : left;
}

div.logo {
	background : #ffff90;
	margin : 0px auto;
	padding : 4px;
	border : 3px solid #e6d002;
}

h1.slogan {
	padding : 6px;
	background : #ffff90;
	font-size : x-large;
	color : #a4220c;
	border : 3px solid #e6d002;
}

div.main {
	padding : 20px;
	background : #ffff90;
	color : #a4220c;
	border : 3px solid #e6d002;
	text-align : left;
}

div.contact {
	padding : 6px;
	background : #ffff90;
	color : #a4220c;
	border : 3px solid #e6d002;
}

.navBarBottom {
	background : #cccccc;
	color : #a4220c;
	font-size : small;
	font-weight : normal;
	text-align : center;
	padding : 4px;
	margin-top : 30px;
	margin-bottom : 10px;
	border : 3px solid #e6d002;
}

.baselineIFP {
	text-align : left;
	background : transparent;
	color : #ffff90;
	font-size : small;
	font-weight : normal;
	padding : 4px;
}

/* Links */
A {
	background : transparent;
	color : #0000FF;
	text-decoration : none;
}

A:link {
	background : transparent;
	color : #0000FF;
	text-decoration : none;
}

A:hover {
	background : transparent;
	color : #0000FF;
	text-decoration : underline;
}

A:active {
	background : transparent;
	color : #0000FF;
	text-decoration : none;
}

