/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../png/shaded-m.png);
	background-repeat: no-repeat;
	background-position: center center;
}

h1 {
	color: #222286;
	font-size: 0.65em;
}

h2 {
	color: #4444A8;
	font-size: 0.65em;
}

h6 {
	font-weight: normal;
	font-size: 0.55em;
	color: #888888;
	text-align: justify;
}
#footer {
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
}

p {
	font-size: 0.65em;
	color: #222286;
	text-align: justify;
}

p.home {
	font-size: 0.7em;
	line-height: 18px;
}

ul {
	list-style-image: url(../png/moredun-bullet.png);
}

li {
	font-size: 0.65em;
	color: #222286;
	text-align: justify;
	margin-bottom: 11px;
}

#topLayer {
	height: 25px;
}

#pictureLayer {
	width: 100%;
	height: 100px;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	background-attachment: fixed;
	background-image: url(../png/cell-background.png);
	background-repeat: repeat;
	background-position: center center;
}

#content {
	margin-top: 20px;
	margin-left: 10px;
}

.border {
	border: 1px solid #777777;
	margin-left: 10px;
	margin-bottom: 7px;
}

.tableborder {
	border: 1px solid #777777;

}

tr.tr1 {
	background-color: #CCCCCC;
}

tr.tr2 {
	background-color: #FFFFFF;
}

tr.tr3 {
	background-color: #EEEEEE;
}

td.padding2px {
	padding: 2px;
}

.borderLinks {
	border: 1px solid #000000;
	margin: 5px 5px 5px 0px;
}

.thankyou {
	size: 0.7em;
	color: #FF0000;
}

label {
	width: 80px;
}