body {
	background-color: #EEEEEE;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8pt;
	margin: 0px;
}

a, a:visited, a:active {
 	color: #FFFFFF;
	font-size: 8pt;
}

	a:hover {
		color: #FFFFFF;
		font-size: 8pt;
	}

#bodycontent {
	width: 763px;
	max-width: 100%;
	/*background-image: url(/templates/education/images/background.gif);
	background-repeat: repeat-y;*/
	background-color: #006666;
	text-align: left;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-color: #000000;
}

	#header a, #header a:hover, #header a:active, #header a:visited {
		text-decoration: none;
	}
	
	#header img {
		max-width: 100%;
		height: auto;
	}

#left {
	float: left;
	width: 20%;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-right: 10px solid #003D3D;
	overflow: hidden;
}

#center {
	float: left;
	width: 60%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding-top: 14px;
	padding-left: 25px;
	padding-right: 5px;
}

#right {
	float: left;
	width: 20%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-align: center;
	padding-top: 14px;
	padding-left: 15px;
}
	
.mod {
	width: 100%;
	text-align: left;
	font-size: 8pt;
	padding-top: 3px;
}

	.linkmod {
		padding-left: 5px;
	}

	.mod div.caption, .mod div.callout {
		width: 180px;
	}

.modseparator {
	padding-top: 11px;
	line-height: 0;
}

	.mod a, .mod a:visited {
		color: #0B305C;
	}

		.mod a:hover {
			color: #003399;
		}

	.mod h2 {
		color: #FFFFFF;
		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:hover, .leftlink a:active, .leftlink a:visited {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 8pt;
		text-transform: uppercase;
		text-decoration: none;
		text-indent: -5px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.leftlinkindent, .leftlinkindent a, .leftlinkindent a:hover, .leftlinkindent a:active, .leftlinkindent a:visited {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 8pt;
		text-transform: uppercase;
		text-decoration: none;
		padding-left: 5px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.leftlinkactive, .leftlinkactive a, .leftlinkactive a:hover, .leftlinkactive a:active, .leftlinkactive a:visited {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 8pt;
		text-transform: uppercase;
		text-decoration: none;
		text-indent: -5px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.leftseparator {
		display: none;
	}

.clear {
	clear: both;
	line-height: 1px;
}

td {
	vertical-align: top;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

ul li {
	list-style-type: square;
}

input, textarea, select, button, optgroup {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14pt;
	margin: 0px;
	display: inline;
}

h2 { /* Title */
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12pt;
	margin: 0px;
	display: inline;
}

h3 { /* Subtitle */
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	margin: 0px;
	display: inline;
}

h4 { /* Heading */
	font-weight: bold;
	color: #CC6633;
	font-size: 9pt;
	margin: 0px;
	display: inline;
}

h5 { /* Heading */
	font-weight: bold;
	color: #FFFFFF;
	font-size: 7.5pt;
	margin: 0px;
	display: inline;
}

h6 { /* Smaller Subheading */
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10pt;
	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: #FFFFFF;
	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: #CC6633;
	font-weight: bold;
	text-decoration: none;
}

.separator {
	color: #003D3D;
	font-size: 18pt;
	font-weight: normal;
}

hr.utica {
	background-color: #003D3D;
	color: #003D3D;
	border: 0px;
}

.form th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #003D3D;
	padding-left: 2px;
	border-top: 10px solid #006666;
	border-bottom: 1px solid #FFFFFF;
}

.callout {
	font-size: 8pt;
	background-color: #EEEEEE;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}