body {
	background : #FDF29F;
	color : #000000;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : small;
	font-weight : normal;
	vertical-align : top;
	width : 720px;
	margin : 20px auto;
	text-align : center;
}

p {
	text-align : justify;
}

p.center {
	text-align : center;
}

div.trictiny {
	position : absolute;
	top : 23px;
	left : 23px;
}

div.logo {
	background : #FDF29F;
	margin : 0px auto;
	padding : 4px;
}

h1.slogan {
	background : #FDF29F;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : x-large;
	color : #000000;
	padding : 6px;
}

div.contentSection {
	background : #FDF29F;
	font-family : Arial, Helvetica, Sans-Serif;
	color : #000000;
	margin : 0px;
	padding : 6px;
	/*padding-bottom : 30px;
	padding-left : 10px;
	padding-right : 10px;*/
	text-align : center;
}

div.contactContentSection {
	background : #FDF29F;
	font-family : Arial, Helvetica, Sans-Serif;
	color : #000000;
	margin : 0px;
	padding : 6px;
	/*padding-bottom : 30px;
	padding-left : 10px;
	padding-right : 10px;*/
	text-align : left;
}

/* Links */
A.contentLink {
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : medium;
	font-weight : bold;
	background : transparent;
	color : #000000;
	text-decoration : none;
}

A.contentLink:link {
	background : transparent;
	color : #000000;
	text-decoration : none;
}

A.contentLink:hover {
	background : transparent;
	color : #000000;
	text-decoration : underline;
}

A.contentLink:active {
	background : transparent;
	color : #000000;
	text-decoration : none;
}

/* bottom bar and link styles */
.navBarBottom {
	background : #cccccc;
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	text-align : center;
	padding : 4px;
	margin-top : 20px;
	margin-bottom : 10px;
}

.baselineIFP {
	text-align : left;
	background : transparent;
	color : #000000;
	font-family : arial, helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
	padding : 4px;
}

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;
}

p.disclaimer {
	font-size : xx-small;
}


