/* Layout settings */

body {
	background-color: #003300;
	text-align: center;
	font-family: times, serif;
	color: #CCCC99;
	font-size: 12pt;
	margin: 3px;
}

a, a:visited, a:active {
 	color: #CCCC99;
	font-size: 12pt;
}

	a:hover {
		color: #669966;
		font-size: 12pt;
	}

#fckeditorbody {
	background-color: #FFFFFF;
}

#bodycontent {
	background-color: #003300;
	background-repeat: no-repeat;
	width: 763px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#header {
	background-repeat: no-repeat;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 15px;
	color: #FFFFCC;
	margin-bottom: 5px;
	position: relative;
}
/*
	#navbar {
		border-top: 5px solid #85A2CB;
		width: 753px;
		height: 20px;
		background-color: #5C6880;
		padding-left: 10px;
	}
	
		.navmenu {
			padding-top: 3px;
			padding-bottom: 1px;
			float: left;
			cursor: pointer;
			font-size: 8pt;
			font-weight: bold;
			background-color: #5C6880;
			color: #FFFFFF;
			z-index: 100;
			text-align: center;
		}
		
		.navmenuactive {
			padding-top: 3px;
			padding-bottom: 3px;
			border-bottom: 3px solid #85A2CB;
			float: left;
			cursor: pointer;
			font-size: 8pt;
			font-weight: bold;
			background-color: #85A2CB;
			color: #1A2543;
			z-index: 100;
			text-align: center;
		}
	
		.navmenu a,.navmenu a:active, .navmenu a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		.navmenu a:hover {
			color: #F7543B;
			text-decoration: none;
		}
		
		.navmenuactive a, .navmenuactive a:hover, .navmenuactive a:active, .navmenuactive a:visited {
			color: #1A2543;
			text-decoration: none;
		}
	
		.submenu {
			display: none;
			position: absolute;
			background-color: #5C6880;
			margin-top: 17px;
			padding: 5px;
		}
	
		a.menulink, a.menulink:visited, a.menulink:active {
			color: #FFFFFF;
			font-size: 8pt;
			font-weight: bold;
			text-decoration: none;
		}
		
			a.menulink:hover {
				color: #F7543B;
			}
*/
#left {
	float: left;
	width: 190px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#centerright {
	float: left;
	text-align: center;
}

	#center {
		float: left;
		width: 280px;
		text-align: left;
		padding: 5px;
		padding-bottom: 20px;
	}
	
	#right {
		float: left;
		width: 164px;
		border-left: 2px dotted #A3A9B7;
		padding-left: 7px;
		margin-top: 5px;
		margin-bottom: 20px;
		text-align: center;
	}

#copyright {
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
}

.mod {
	width: 100%;
	text-align: left;
	font-size: 8pt;
	padding-top: 8px;
	padding-bottom: 8px;
}

	.leftlink, .leftlink a, .leftlink a:visited {
		color: #FFFFCC;
		font-size: 9pt;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.leftlink a:hover {
		color: #FFFFFF;
		font-size: 9pt;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.leftlinkactive, .leftlinkactive a, .leftlinkactive a:visited {
		color: #FFFFCC;
		font-size: 9pt;
		text-decoration: none;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.leftlinkindent, .leftlinkindent a, .leftlinkindent a:visited {
		color: #CCCC99;
		font-size: 8pt;
		text-decoration: none;
		padding-left: 15px;
		text-indent: -20px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.leftlinkindent a:hover {
		color: #FFFFFF;
		font-size: 8pt;
		text-decoration: none;
		padding-left: 15px;
		text-indent: -20px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.leftseparator {
		display: none;
		font-size: 11pt;
		color: #DF2F00;
		line-height: 1px;
		margin-top: -2px;
		text-indent: -5px;
	}

.cfdebug {
	text-align: left;
}

.clear {
	clear: both;
	line-height: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

input, textarea, select, button {
	font-size: 8pt;
}

b, strong {
	font-size: 8pt;
}

li {
	list-style-type: circle;
}

/* Text Styles used in WYSIWYG */

h2 { /* Title */
	font-weight: bold;
	color: #CCCC99;
	font-size: 14pt;
	font-style: italic;
	margin: 0px;
	display: inline;
}

h3 { /* Subtitle */
	font-weight: bold;
	font-size: 11pt;
	font-style: italic;
	color: #CCCC99;
	margin: 0px;
	display: inline;
}

h4, h4 a, h4 a:hover, h4 a:active, h4 a:visited { /* Heading */
	font-weight: normal;
	color: #669966;
	font-size: 12pt;
	margin: 0px;
	display: inline;
}

h5 { /* Subheading */
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	display: inline;
}

h6 { /* Subheading */
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	display: inline;
}

.note, a.note, a.note:hover, a.note:visited {
	font-size: 8pt;
	font-weight: normal;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F6F7F;
	font-style: italic;
	font-size: 8pt;
}

.quote {
	font-style: italic;
}

.error {
	color: #990000;
}

.required {
	color: #990000;
}

.signature {
	font-style: italic;
}

.label {

}

a.anchorlink, a.anchorlink:visited, a.anchorlink:hover, a.anchorlink:active {

}

.more, a.more, a.more:active, a.more:visited {
	font-size: 9.5pt;
	font-weight: bold;
	color: #CCCC99;
	text-decoration: none;
}

a.more:hover {
	color: #669966;
}

hr.border {
	background-color: #0E3C0A;
	height: 10px;
	border: 0px;
	opacity: .45;
	filter: alpha(opacity=45)
}


/* Table styles */
.form td {
	font-size: 8pt;
}

.display, .details {
	border-top: 1px solid #CFCFB5;
	border-bottom: 1px solid #CFCFB5;
	border-left: 2px solid #CFCFB5;
	border-right: 2px solid #CFCFB5;
	background-color: #CFCFB5;
}

	.display, .display a, .display a:hover, .display a:active, .display a:visited, .details, .details a, .details a:hover, .details a:active, .details a:visited {
		color: #003300;
	}

.details {
	width: 100%;
}

.altrow {
	background-color: #DFDFC3;
}

.display th, .details th {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #003300; /*#D9DFE7;*/
	padding-left: 2px;
	border-bottom: 0px;
}

.display td {
	border-top: 1px solid #BFBF9B;
	font-size: 8pt;
	padding-left: 2px;
}

.details td {
	padding-left: 3px;
	padding-bottom: 5px;
}

.callout {
	font-size: 8pt;
	background-color: #EEEEEE;
	color: #000000;
	padding: 4px;
	margin: 3px;
	margin-bottom: 5px;
}

.hiddendiv {
	width: 100%;
	margin-top: 15px;
	padding: 3px;
	font-size: 9pt;
}
