.reset {
	margin:0;
	padding:0;
}

body {
	background-color: #FFD663;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small; 
	font-style: normal; 
	font-weight: normal;
	line-height: 1.3; 
}

h2 {
	color: #0000CC;  /* blue */
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: .25em  0  0  0;
}

.alignCenter {
	text-align: center;
}

#contactDiv {
	background-color: white;
	border: 0;
	display: block;
	padding:  0  2em  1em  2em;
	margin-bottom: 0;
	height: 310px;
	width: 80%;
}

		#contactDiv fieldset {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		#contactDiv .error 	{
			font-size: 0.7em;
			color: #900;
			background-color : #ffff00;
		}
		
		#contactDiv input:focus, #contactDiv textarea:focus {
			background: #CDDDF9;
		}

		#contactDiv .messageForm {
			background-color: white;
			border: 0;
			display: block;
			height: 300px;
			width: 100%;
		}

#contentborderNone {
	background-color: white;
	border: 0;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}

.hidden {
	display: none;
}

.marginBottom0 {
	margin-bottom: 0;
}

/* .normal {font-family: Georgia, "Times New Roman", Times, serif; font-size: small; font-style: normal; line-height: 1.3; font-weight: normal} */
 
/* .normal_larger { font-family: Georgia, "Times New Roman", Times, serif; font-size: 12pt; font-style: normal; line-height: 1.3; font-weight: lighter; font-variant: normal} */
.normal_larger {
	font-size: 12pt; 
	font-weight: lighter;
}

/* .head_blue { font-family: Georgia, "Times New Roman", Times, serif; font-size: x-large; font-style: normal; font-weight: bold; color: #0000CC} */
.head_blue {
	color: #0000CC;  /* blue */
	font-size: x-large;
	font-weight: bold; 
}

/* .normal_largest {  font-family: Georgia, "Times New Roman", Times, serif; font-size: x-large; font-style: normal; font-weight: bolder} */
.normal_largest {
	font-size: x-large;
	font-weight: bolder
}

/* .normal_largest2 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: xx-large; font-style: normal; font-weight: bold} */
.normal_largest2 {
	 font-size: xx-large;
	 font-weight: bold;
}

.padBottom0 {
	padding-bottom: 0;
}

.span-all {
	padding: 0  6%  .5em  6%;
}

.textBold {
	font-weight: bold;
}

.textSmall {
	font-size: 10pt;
}

.visible {
	display: inherit;
}


