/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/headerA.gif) repeat-x top left;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

p, ul, dl, th, tbody { 
	color: #072A5E;
	font-size: 1.1em;
}

tbody {
	font-size: 14px;
	vertical-align: top;
}

a { color: #69BF31; }

a:hover { text-decoration: none; }



/* HEADER */
#header {
	background: url(../images/headerB.jpg) no-repeat top right;
	height: 125px;
}

.logo {
	float: left;
	margin: 0px;
	background: url(../images/logo.gif) no-repeat top left;
	width: 190px;
	height: 125px;
}
	.logo a {display: block; width: 190px; height: 125px; cursor: pointer;}
	.logo a span {display: none;}

.bipTitle {
	float: left;
	margin: 45px 0px 0px 20px;
	background: url(../images/bipTitle.gif) no-repeat top left;
	width: 387px;
	height: 60px;
}
	.bipTitle p {display: none;}


.cityOrland {
	margin: 1px 0px 0px 20px;
	background: url(../images/cityOfOrland.gif) no-repeat top left;
	width: 144px;
	height: 20px;
}



/* NAVI */
#navi {
	padding: 2px 0 0 25px;
	height: 27px;
	background: #121260;
}

#navi a {
	float: left;
	padding: 2px 10px;
	margin-right: 8px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navi a:hover {
	background: #FFF;
	color: #69BF31;
}

#navi a.current {
	padding: 2px 8px 13px 8px;
	background: #fff;
	color: #69BF31;
}

/* FOOTER */
#footer {
	margin: 15px 2%;
	padding: 5px 0 10px 10px;
	width: 94%;
	height: 30px;
	border-top: 1px solid #666;
	font-size: 10px;
	line-height: 1.7em;	
	color: #666;	
}

	#footer a {	color: #666;	text-decoration: none; padding-right: 7px; margin-right: 7px; border-right: 1px solid #666;}
	#footer a:hover { text-decoration: underline; }


/* HOME */
#contentHome {
	width: 800px;
	background: url(../images/collateral2.jpg) no-repeat top right ;
}
*html #contentHome {background-position: right 25px;}
*:first-child+html #contentHome {background-position: right 25px;}

	#contentHome div {margin: 25px;}
	#contentHome p { font-size: 18px; line-height: 22px; width: 250px;}
	.blueprintSuccess {	background: url(../images/blueprintSuccess.gif) no-repeat top left; width: 260px; height: 118px; }
	.blueprintSuccess span {display: none;}


/* CONTENT  */

#content {
	margin: 0 0 40px 30px;
	width: 650px;
}

#content h2 {
	background: url(../images/h2Arrow.gif) no-repeat bottom left;
	width: 650px;
	height: 30px;
	margin: 20px 0px 0px -2px;
	text-indent: 2px;
	color: #69BF31;
	font-size: 20px;
}

li {
	margin-top: 3px;
}

dl, dt {
	margin: 0;
}

dt {
	font-weight: bold;
	margin-top: 10px;
}

dd {
	margin: 5px 0 5px 15px;
}

.red {
	color: #F50003;
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size: 0.9em;
}

.deco1 {
	font-size: 0.9em;
	color: #666;
}

table.form, table.formLast {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 550px;
	border: none;
	border-bottom: 1px solid #072A5E;
}

table.formLast {
	border: none;
}

p.indent {
	margin-left: 35px;
	text-indent: -10px;
	font-size: 14px;
}

.tinytext
{
font-size:6pt;
}
