body {
	background: url(../images/background.png);
	font-family: Arial,sans-serif;
	margin-left: auto;
	margin-right: auto;
	/*margin: 1%;*/
	width: 768px;
	text-align: center;
}

a:link, a:visited{
	color: #FF66CC;
	text-decoration: none;
}

a:hover{
	color: #FF66CC;
	text-decoration: underline;
}

#portrait {
	float: right;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

table#layout {
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	/*border: 1px solid black;*/
	width: 768px;
	/*width: 100%;*/
	height: 100%;
}
	
#topNav{
	width: 100%;
	background-color: #FF66CC;
	/*background-image: url(images/tagLine.gif);*/
	background-repeat: no-repeat;
	padding-right: 5px;
	text-align: right;
	color: #FFFFFF;
	font-size: 80%;
}	

#topNav a:link, #topNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#topNav a:hover{
	color: #FF99CC;
	text-decoration: underline;
}

#breadcrumb{
	width: 100%;
	background-color: #FF99CC;
	padding-right: 5px;
	font-weight: bold;
	font-size: 80%;
	text-align: left;
}	

#topShadow{
	width: 100%;
	height: 7px;
	background-image: url(../images/shadowHorizontal.gif);
	background-repeat: repeat-x;
}	

#leftNav{
	width: 135px;
	vertical-align: top;
	background-color: #FF99CC;
	background-image: url(../images/rose.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px 0px 2px 0px;
	font-size: 85%;
}

#sideShadow{
	width: 7px;
	vertical-align: top;
	background-image: url(../images/shadowVertical.gif);
	background-repeat: repeat-y;
}	

#leftNav a:link, #leftNav a:visited{
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #FF66CC;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 10px;
	text-indent: 10px;
}

#leftNav a:hover{
	color: #FF66CC;
	text-decoration: underline;
	font-style: italic;
	background: url(../images/roseSm.gif) no-repeat 0 50%;
}

.activeNav{
	background: url(../images/roseSm.gif) no-repeat  0 50%;
}

#bodyCell{
	width: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px 10px 20px 5px;
	min-height: 500px;
}

#kolInput{
	width: 580px;
	font-size: 85%;
	border: 1px solid #FF66CC;
	padding: 5px;
	margin-bottom: 10px;
}

#kolInput legend{
	background: url(../images/angel.gif) no-repeat  0 50%;
	background-color: #FF66CC;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px 4px 24px;
	background-position: 4px;
	margin: 0px 0px 5px 0px;
}

#kolInput td{
	font-size: 75%;
}

.adSquare{
	border: 4px double Black;
	padding: 4px;;
}

.contactLabel{
	text-align: right;
	font-weight: bold;
}

#feeCriteria li{
	font-size: 80%;
	margin-bottom: 10px;
	font-weight: bold;
}

.feeDesc{
	margin: 0 20px;
	font-weight: normal;
}

.scrapbook {
	text-align:center;
}

.scrapbook div{
	margin-top: 10px;
	margin-bottom: 10px;
}