@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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;

}

a{
	color:#333;
}
.secTemplate #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.secTemplate #internalheader { 
	background: #393;
	height: 0px;
} 

.secTemplate #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:10px;
	padding-bottom:30px;
	text-align: center;
}
.secTemplate #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.secTemplate #internalfooter { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF;
	height: 5px;
} 

.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
#masterFooter {
	background-color: #FFF;
	height: 46px;
	width: 100%;
	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;

}
#footerLine {
	background-color: #FFF;
	border-top: #FFF solid 2px;
	height: 2px;
	width: 100%;
}
#footerContainer {
	width: 780px;
	padding-top: 46px;
	background-image:url(imageshd/footer-full.png);
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#masterheader{
	background-color: #FFF;
	width: 100%;
	height: 93px;
	border-bottom:#FFF solid 1px;
	background-image:url(imageshd/top-side.png);
	background-repeat:repeat-x;

}
#masterheaderContainer {
	width: 782px;
	height:93px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(imageshd/top-full.png);
	background-repeat:no-repeat;
	background-position:left top;
}
#footerCopyright {
	float:right;
	width:230px;
	height:20px;
	text-align:right;
	color: #FFF;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	clip: rect(0px,auto,auto,auto);
	padding-top: 90px;
}

#footerNav {
	float:left;
	width:550px;
	height:46px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #030;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.NavLevel1 {
	color: #000;
	font-weight: bold;
	text-indent:12px;
	float: left;
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom:3px;
}
.NavLevel2 {
	color: #333;
	float: left;
	text-indent:32px;
	text-align:left;
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#topNav {
	float:right;
	clear:right;
	width:780px;
	height:28px;
	text-align:right;
	margin-top:63px;
}
#upperRight2 {
	float:right;
	width:180px;
	height:28px;
	text-align:right;
}
#upperRight1 {
	float:right;
	width:100px;
	height:28px;
	text-align:right;
}

