html, body {
	background-image : url(../images/IPAC-bg.gif);
	background-repeat : repeat-x;
	background-color : #8FA8D1;
	margin : 0px;
	padding : 0px;
}
.nav:link {
	color : #ffffff;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
	line-height : 9px;
	margin-right : 20px;
}
.nav:visited {
	color : #3F5D9A;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
	line-height : 9px;
	margin-right : 20px;
}
.nav:hover {
	color : #ECC149;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
	line-height : 9px;
	margin-right : 20px;

}
.nav:active {
	color : #3F5D9A;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
	line-height : 9px;
	margin-right : 20px;

}
.subnav:link {
	color : #405E9B;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
}
.subnav:visited {
	color : #7595C6;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
}
.subnav:hover {
	color : #ECC149;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
}
.subnav:active {
	color : #7595C6;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
}
.mail:link {
	color : #405E9B;
	font-size: 12px;
	font-weight : normal;
	text-decoration : none;
	font-family : Arial;
}
.mail:visited {
	color : #405E9B;
	font-size: 12px;
	font-weight : normal;
	text-decoration : none;
	font-family : Arial;
}
.mail:hover {
	color : #ECC149;
	font-size: 12px;
	font-weight : normal;
	text-decoration : none;
	font-family : Arial;
}
.mail:active {
	color : #405E9B;
	font-size: 12px;
	font-weight : normal;
	text-decoration : none;
	font-family : Arial;
}
.login:link {
	color : #405E9B;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
}
.login:visited {
	color : #405E9B;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
}
.login:hover {
	color : #ECC149;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
}
.login:active {
	color : #405E9B;
	font-size: 13px;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial;
}
.copyright {
	color : #ffffff;
	font-size: 12px;
	font-weight : normal;
	font-family : Arial;
	line-height : 10px;
	text-align : center;
}

.pageHeader {
	color : #ECC149;
	font-size: 18px;
	font-weight : bold;
	font-family : Arial;
	line-height : 15px;
}
.firstHeader {
	color : #ECC149;
	font-size: 16px;
	font-weight : bold;
	font-family : Arial;
	line-height : 13px;
}
.secondHeader {
	color : #ECC149;
	font-size: 15px;
	font-weight : bold;
	font-family : Arial;
	line-height : 13px;
}
.thirdHeader {
	color : #405E9B;
	font-size: 13px;
	font-weight : bold;
	font-family : Arial;
	line-height : 12px;
}
.fourthHeader {
	color : #405E9B;
	font-size: 12px;
	font-weight : bold;
	font-family : Arial;
	line-height : 12px;
}
.bodyText {
	color : #405E9B;
	font-size: 12px;
	font-weight : normal;
	font-family : Arial;
	line-height : 17px;
	text-align : justify;
}
.error {
	color : #FF0000;
	font-size: 12px;
	font-weight : bold;
	font-family : Arial;
	line-height : 17px;
	text-align : justify;
}
.quoteText {
	color : #ECC149;
	font-size: 12px;
	font-weight : bold;
	font-family : Arial;
	line-height : 12px;
	text-align : center;
	padding-top : 20px;
	padding-left : 100px;
	padding-right : 100px;
}
li {
	color : #405E9B;
	font-size: 12px;
	font-weight : normal;
	font-family : Arial;
	line-height : 17px;
	text-align : justify;
	list-style : disc;
}
.leftFloat {
	float : left;
	display:inline
}
.rightFloat {
	float : right;
	display:inline;
}

