/* Layout settings */

body {
	background-color: #C2C7BB;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	margin: 3px;
}

a, a:visited, a:active {
 	color: #0B305C;
	font-size: 8pt;
}

	a:hover {
		color: #003399;
		font-size: 8pt;
	}

p.normal {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#bodycontent {
	background-color: #85A2CB;
	width: 763px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#header {
	background-repeat: no-repeat;
	padding-top: 5px;
	color: #FFFFFF;
	margin-bottom: 4px;
	position: relative;
}

	#navbar {
		border-top: 4px solid #85A2CB;
		width: 100%;
		height: 18px;
		background-color: #5C6880;
	}
	
		.navmenu {
			padding-top: 2px;
			padding-bottom: 0px;
			float: left;
			/*cursor: pointer;*/
			font-size: 8pt;
			font-weight: bold;
			background-color: #5C6880;
			color: #FFFFFF;
			z-index: 100;
			text-align: center;
		}
		
		.navmenuactive {
			padding-top: 2px;
			height: 16px;
			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: #D1DFEF;
			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;
			line-height: 17px;
		}
		
		.submenu a:hover {
			border-top: 2px dotted #DF2F00;
			border-bottom: 2px dotted #DF2F00;
		}
	
		a.menulink, a.menulink:hover, a.menulink:active, a.menulink:visited {
			color: #FFFFFF;
			font-size: 8pt;
			font-weight: bold;
			text-decoration: none;
		}

#left {
	background-color: #BDC3B5;
	width: 143px;
	border: 2px solid #7A7B75;
	font-size: 8pt;
	color: #0B305C;
	text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}

	#leftborder {
		float: left;
		border: 2px solid #BDC3B5;
		margin-right: 4px;
	}

#centerright {
	border: 2px solid #A3A9B7;
	text-align: left;
}

	#centerrightborder {
		float: left;
		border: 2px solid #FFFFFF;
		background-color: #FFFFFF;
		margin-bottom: 3px;
	}

	#center {
		float: left;
		width: 395px;
		text-align: left;
		padding: 5px;
		padding-bottom: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#right {
		float: left;
		width: 164px;
		border-left: 2px dotted #A3A9B7;
		padding-left: 7px;
		margin-left: 5px;
		margin-top: 5px;
		margin-bottom: 20px;
		text-align: center;
	}

	#footer {
		bottom: 20px;
		padding-left: 5px;
		padding-bottom: 5px;
	}

#copyright {
	width: 570px;
	margin-left: 180px;
	font-size: 8pt;
	background-color: #85A2CB;
	text-align: center;
	font-weight: bold;
	color: #0B305C;
}

	.copyright {
		color: #FFFFFF;
	}

#search {
	background-color: #A3A9B7;
	text-align: left;
	height: 26px;
	padding: 0px;
}

	#search a, #search a:hover, #search a:active, #search a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#searchinput {
		width: 68px;
		border: 0px;
		font-size: 9pt;
		height: 18px;
		padding: 0px;
		margin-top: 4px;
		margin-left: 4px;
		float: left;
	}
	
	#searchbutton {
		margin-top: 4px;
		margin-right: 4px;
		padding: 0px;
		border: 0px;
		float: right;
	}

.mod {
	width: 100%;
	text-align: left;
	font-size: 8pt;
	padding-top: 3px;
}

	.linkmod {
		padding-left: 5px;
	}

	.mod div.caption, .mod div.callout {
		width: 148px;
	}

.modseparator {
	border-bottom: 2px dotted #A3A9B7;
	padding-top: 11px;
	line-height: 0;
}

	.mod a, .mod a:visited {
		color: #0B305C;
	}
	
	.mod a:hover {
		color: #003399;
	}

	.mod h2 {
		color: #DF2F00;
		font-weight: bold;
		padding-bottom: 3px;
		font-size: 9pt;
		margin: 0px;
		display: block;
	}
	
	.mod h2 a, .mod h2 a:hover, .mod h2 a:active, .mod h2 a:visited {
		color: #DF2F00;
		font-weight: bold;
		padding-bottom: 3px;
		font-size: 9pt;
		margin: 0px;
		display: block;
		text-decoration: underline;
	}
	
	.mod ul {
		padding-left: 15px;
		margin-left: 0px;
	}
	
	.leftlink, .leftlink a, .leftlink a:visited {
		color: #0B305C;
		text-decoration: none;
		text-indent: -5px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.leftlinkindent, .leftlinkindent a, .leftlinkindent a:visited {
		color: #0B305C;
		text-decoration: none;
		padding-left: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.leftlinkactive, .leftlinkactive a, .leftlinkactive a:visited {
		color: #0B305C;
		text-decoration: none;
		text-indent: -5px;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	.leftseparator {
		font-size: 11pt;
		color: #DF2F00;
		line-height: 1px;
		margin-top: -2px;
		text-indent: -5px;
	}
	
#digicertsitesealcode {
	font-size: 7px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	width: 81px;
}

.cfdebug {
	text-align: left;
}

.clear {
	clear: both;
	line-height: 1px;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

ul {
	list-style-type: square;
}

ul.custombullet {
	list-style: none;
	margin-left: 15px;
	padding-left: 15px;
	text-indent: -15px;
}

ul.custombullet li {
	list-style-type: none;
}
/*
p {
	margin-top: 0px;
}*/

input, textarea, select, button, optgroup {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

b, strong {
	font-size: 8pt;
}

/* Text Styles used in WYSIWYG */

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
	display: inline;
	}

h2 { /* Title */
	font-weight: bold;
	color: #DF2F00;
	font-size: 12pt;
	margin: 0px;
	display: inline;
}

h3, h3 a, h3 a:hover, h3 a:active, h3 a:visited { /* Subtitle */
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	display: inline;
}

h4 { /* Heading */
	font-weight: bold;
	color: #0B305C;
	font-size: 9pt;
	margin: 0px;
	display: inline;
}

h5, h5 a, h5 a:hover, h5 a:active, h5 a:visited { /* Subheading */
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	display: inline;
	color: #000000;
}

h6 { /* Smaller Subheading */
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	display: inline;
}

.indent {
	text-indent: 50px;
}

.outdent {
	text-indent: -50px;
	padding-left: 50px;
}

.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-weight: bold;
	font-size: 9pt;
	font-style: italic;
}

.error {
	color: #990000;
}

.required {
	color: #990000;
}

.signature {
	font-style: italic;
}

.more, a.more, a.more:hover, a.more:active, a.more:visited {
	font-size: 8pt;
	color: #DF2F00;
	text-decoration: none;
}

hr.utica {
	background-color: #DF2F00;
	color: #DF2F00;
	border: 0px;
}

hr.divider {
	background-color: #D1D6DF;
	color: #D1D6DF;
	border: 0px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}


/* Table and box styles */
td {
	font-size: 9pt;
}

.display, .details {
	border-top: 1px solid #A3A9B7;
	border-bottom: 1px solid #A3A9B7;
	border-left: 2px solid #A3A9B7;
	border-right: 2px solid #A3A9B7;
}

.details {
	width: 100%;
}

.altrow {
	background-color: #E0E5EF;
}

.display th, .details th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #0B305C;
	font-size: 9pt;
	background-color: #D1DFEF; /*#D9DFE7;*/
	padding-left: 2px;
	border-bottom: 1px solid #A3A9B7;
}

.form th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #0B305C;
	font-size: 9pt;
	background-color: #D1DFEF; /*#D9DFE7;*/
	padding-left: 2px;
	border-top: 10px solid #FFFFFF;
	border-bottom: 1px solid #A3A9B7;
}

	.form th input {
		font-weight: normal;
	}

.display td {
	border-top:  1px solid #d9dfe7;
	font-size: 8pt;
	padding-left: 2px;
}

.display td table td {
	border: 0px;
}

.details td {
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
}

th.th2 {
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	background-color: #E8E8E8;
	padding-left: 2px;
	border-top: 0px;
	border-bottom: 1px solid #A3A9B7;
}

.callout {
	font-size: 8pt;
	background-color: #D1DFEF;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

	.calloutcolor {
		background-color: #D1DFEF;
	}
	
	.accentbg2 {
		background-color: #E0E5EF;
	}

.help {
	position: absolute;
	visibility: hidden;
	width: 300px;
	font-size: 8pt;
	background-color: #E9E9E9;
	border: 1px solid #2A5FAA;
	padding: 4px;
	margin: 3px;
	text-align: left;
}

.hiddendiv {
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.spacer {
	line-height: 18px;
}

.checkbox {
	text-indent: -26px;
	padding-left: 26px;
}

/* Print Settings */

@media print {
.noprint {
	display: none;
}
}