@charset "utf-8";
/* CSS Document */


body  {
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #D9D4C1;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #076A6E;
	text-align: left;
	padding-left: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #990000;
	margin-bottom: 15px;
	line-height: 20px;
	margin-top: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #076a7e;
	text-align: left;
	text-transform: none;
	margin-top: 4px;
	margin-bottom: 6px;
	background-color: #ECEADF;
	width: auto;
	height: auto;
	padding: 3px;
}





h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: italic;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #076A7E;
	margin-top: 0px;
	margin-bottom: 6px;
	background-color: #F4F3EC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #990000;
	border-bottom-color: #990000;
	padding: 5px;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 1.2em;
}
.style5 {color: #990000}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header {
	background-repeat: no-repeat;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	background-position: .1px 1px;
	background-image: url(../images/template_header2.png);
	height: 110px;
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #ECEADF;
	height: 305px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	width: 505px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
	float: none;
	height: auto;
} 
.twoColFixLtHdr  #mainContent_template {
	width: 505px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
	float: none;
	height: auto;
} 
.twoColFixLtHdr  #Content {
	width: 485px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 80;
} 
.twoColFixLtHdr #footer {
	background-color: #000000;
	padding-top: 20;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container1 {
	color: #000000;
	background-color: #CCCCCC;
	padding: 5px;
	width: 200px;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent #container2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
	float: right;
	width: 200px;
}

li {
float: left;
width: 120px;
position: relative;
padding-right: 0px;
padding-left: 8px;
padding-top: 3px;
}



li#formcolumns {
	float: left;
	width: 182px;
	position: relative;
	padding-right: 0px;
	padding-left: 8px;
	padding-top: 3px;
	text-align: left;
	clear: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DADADA;
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
	margin: 3px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #076A6E;
	text-decoration: underline;
	margin: 3px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.ApplicationLinks  a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076A6E;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	width: 180px;
	border: 0.1em solid #990000;
}
.ApplicationLinks   a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076A6E;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	width: 180px;
	border: 0.1em solid #990000;
}
.ApplicationLinks    a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	width: 180px;
	border: 0.1em solid #990000;
	background-color: #F4F3EC;
}
.ApplicationLinks    a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076A6E;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	width: 180px;
	border: 0.1em solid #990000;
}

.sidebarlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076A6E;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	width: 180px;
	border: 0.1em solid #CCCCCC;
}

.sidebarlinks  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076A6E;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	width: 180px;
	border: 0.1em solid #CCCCCC;
}
.sidebarlinks   a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0676A6E;
	text-align: left;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	background-color: #F4F4F4;
	width: 160px;
	background-image: url(../images/rtdiamond.png);
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	font-weight: bold;
	border: 0.1em solid #076A6E;
}
.sidebarlinks   a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #076A6E;
	text-align: left;
	text-decoration: none;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
	width: 180px;
	border: 0.1em solid #CCCCCC;
}

.RollOverLinks   a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #076a6e;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: left 5px;
	background-repeat: no-repeat;
	text-indent: 5px;
	width: 100px;
	float: left;
}
.RollOverLinks   a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 3px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-indent: 5px;
	background-color: #C1DADB;
}
#contentcontainer {
	float: left;
	width: 110px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-bottom: 10px;
	height: auto;
	margin-right: 20px;
	color: #F4F4F4;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}

#leftcolumn {
	float: left;
	width: 350px;
	margin-right: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 18px;
}

#centercolumn {
	float: left;
	width: 350px;
	margin-bottom: 10px;
	margin-left: 18px;
	padding-top: 10px;
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 10px;
	clear: left;
}
#centercolumnlt {
	float: left;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 18px;
	padding-top: 10px;
	border-right-width: 0.5px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-bottom: 10px;
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 0px;
	clear: left;
}
#centercolumnrt {
	float: right;
	width: 350px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	border-right-width: thin;
	border-right-style: none;
	padding-bottom: 10px;
	margin-right: 15px;
	padding-right: 10px;
	margin-top: 10px;
	clear: right;
}
