@charset "utf-8";

body {

	font-family: 'Open Sans', sans-serif;

	font-size: 13px;

	line-height: 23px;

	

	background: #355E75;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #333;

}

h1 {

	font-family: 'Stoke', serif;

	font-size: 22px;

}

h2 {

	font-family: 'Stoke', serif;

	font-size: 18px;

}

h3 {

	font-family: 'Stoke', serif;

	font-size: 16px;

}

a:link {

	color: #9A3633;

	text-decoration: none;

}

a:visited {

	color: #9A3633;

	text-decoration: none;

}

a:hover {

	text-decoration: underline;

	color: #3D798F;

}

a:active {

	text-decoration: none;

}

A.light { COLOR: #CCCCCC; CURSOR: hand}
A.light:hover { COLOR: #CCCCCC; CURSOR: hand; TEXT-DECORATION: none}
A.light:visited { COLOR: #CCCCCC; CURSOR: hand; text-decoration: underline}
A.red { COLOR: #CC0000; CURSOR: hand; text-decoration: underline}
A.red:visited { COLOR: #990000; CURSOR: hand; text-decoration: underline}
A.red:hover { COLOR: #999999; CURSOR: hand; TEXT-DECORATION: underline}
A.light-line:visited {
	COLOR: #FFFFFF;
	CURSOR: hand;
	text-decoration: underline
}
A.light-line {
	COLOR: #FFFFFF;
	CURSOR: hand;
	text-decoration: underline;
}
A.light-line:hover {
	COLOR: #0066CC;
	CURSOR: hand;
	TEXT-DECORATION: underline
}

A.block:visited {
	BACKGROUND-COLOR: #5C7085;
	FONT-STYLE: normal;
	WIDTH: 185px;
	DISPLAY: block;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: auto;
	COLOR: #FFFFFF;
	FONT-SIZE: 14px;
	CURSOR: default;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
A.block {
	BACKGROUND-COLOR: #5C7085;
	FONT-STYLE: normal;
	WIDTH: 185px;
	DISPLAY: block;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: auto;
	COLOR: #FFFFFF;
	FONT-SIZE: 14px;
	CURSOR: default;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
A.block:hover {
	BACKGROUND-COLOR: #E2E2E2;
	FONT-STYLE: normal;
	WIDTH: 185px;
	DISPLAY: block;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: auto;
	COLOR: #330000;
	FONT-SIZE: 14px;
	CURSOR: default;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
}


.oneColFixCtrHdr #container {
	width: 910px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

.oneColFixCtrHdr #header {
	padding-top: 0px;
	font-weight: normal;
	color: #000;

	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}

.oneColFixCtrHdr #header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

.oneColFixCtrHdr #mainContent {
	color: #333;
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 60;
	padding-left: 0px;
	height: 100%;
	font-weight: normal;
	text-align: justify;

}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #8D9EB0;

}

.oneColFixCtrHdr #footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}



.a_img {

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}
