/* ----------------General properties---------------- */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	color: #666633;
	font-size: 16px;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 0px;
}

h5 {
	color: #666633;
	font-size: 12px;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h6 {
	color: #999999;
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
	margin-top: 25px;
}

p {
	font-size: 10pt;
	line-height: 20px;
}

p.indent {
	margin-left: 10%;
}

p.caption {
	font-size: 8pt;
	margin: 0px;
	text-align: center;
	color: #999999;
}

a {
	text-decoration: underline;
	color: #663300;
}

img {
	border: none;
}

div.center {
	text-align: center;
}

#mainTable {
	width: 100%;
	padding: 0px;
	border: none;
	border-spacing: 0px;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* --------------Title & Logo-------------- */

#titleCell {
	border-bottom: solid 2px #F6C782;
	padding-top: 15px;
	padding-bottom: 0px;
}

#titleCell a {
	font-family: Helvetica;
	font-size: 48pt;
	font-weight: normal;
	color: #000000;
	margin-left: 50px;
}

#bannerCell {
	text-align: right;
	border-bottom: solid 2px #F6C782;
	padding-right: 50px;
}

/* --------------Main Content-------------- */

#contentCell {
	border: none;
	padding-top: 35px;
	text-align: justify;
}

#contentTable {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}

.imgDiv {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

ul.lower-roman {
	list-style-type: lower-roman;
}

#contentCell li {
	margin-top: 5px;
	font-size: 10pt;
}
	

/* Specific content table formatting */

#contentCell table td {
	font-size: 10pt;
	line-height: 20px;
	vertical-align: middle;
}

#contentCell table td.title {
	text-align: center;
}

#contentCell table p, #contentCell table img {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#contentCell table td.title h4, #contentCell table p.caption {
	margin: 0px;
}

#contentCell table li {
	margin-left: 0%;
	margin-right: 0%;
}


/* Form formatting */

input.field {
	width: 200px;
}

input.button {
	width: 100px;
}

textarea {
	width: 420px;
	height: 200px;
}

input, textarea {
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* ----------------Menu & Page Links---------------- */

#menuRow {
	display: none;
}

