@charset "utf-8";
body  {
	margin: 0;
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #362f22;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
p {
	font-size: 12px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
h1 {
	font-size: 24px;
	letter-spacing: 0em;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.pageHeader-orange {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #e38000;
	word-spacing: -0.04em;
}
.pageHeader-blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	color: #00aad2;
	padding-left: -0.04px;
}
 /* Round Corner Box */
.t {
	width: 650px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


.b {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
.l {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
.r {
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
.bl {
	background-image: url(../images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(../images/tl.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:30px;
	background-image: url(../images/tr.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
} 
.csHeading {
	background-color: #004250;
	width: 100%;
	height: 65px;
	margin: 0px;
	padding-top: 10px;
}
.csHeading2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.csHeading3 {
	font-size: 14px;
	font-weight: bold;
}
.csLinks {
	font-size: 12px;
}
.padding20px {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.csLinks a:link, .csLinks a:visited {
	color: #362f22;
	text-decoration: none;
}
.csLinks a:hover, .csLinks a:active {
	color: #16130E;
	text-decoration: underline;
}
.font12px-sans {
	font-size: 12px;
}
