body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #fefdf1;
	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;
}
.container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fefdf1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #b2c4cd;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/nu_default_03lt.jpg);
	background-repeat: no-repeat;
	background-position: 0px 130px 0px 0px;
} 
.header { 
	background: #fefdf1; 
	padding: 0 0 0 0;  /* 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. */
} 
.navbar {
	background: #fefdf1;
	padding: 10px 0px;   /*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. */
	background-image: url(../images/nu_default_02.jpg);
	background-repeat: no-repeat;
	height: 18px;
	text-align: left;
	vertical-align: baseline;
	border-bottom: 2px solid #634727;
	width: 980px;
} 

.sidebar1 {
	float: left; /* 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: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.sidebar2 {
	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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.mainContent {
	margin: 0 205px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px; /* padding keeps the content of the div away from the edges */
}
.sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px; /* padding keeps the content of the div away from the edges */
}
.mainContent2 {
	margin: 0 325px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.left50pct {
	float: left; /* since this element is floated, a width must be given */
	width: 490px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px;
}
.right50pct { 
	margin: 0 0 0 490px; /* the left margin on this div element creates the column down the left 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.leftpanel {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px;
}
.rightpanel { 
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left 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: 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.footer { 
	padding-bottom: 5px;
	padding-top: 5px;
	background: #fefdf1; 
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-align: center;
	color: #666666;
	width: 980px;
	border-top: 2px solid #aaaaaa;
} 
.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;
}
.boxframe {
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #b2c4cd;
	padding:0;
	float: center;
	width: 500px
}
.LGboxframe {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #b2c4cd;
	padding:0;
	float: center;
	width: 900px
}
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: navy;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
	font-style: italic;
}
a.txtlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : navy;
	text-decoration: none;
}

a.txtlink:hover {
	color: Lime;
	text-decoration: underline;
}

a.more {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
	font-weight: Normal;
	font-size: 14pt;
	margin-bottom: 3px;
	padding: 3px 3px 3px 30px;
	background-image: url(../images/sm-rtarrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

a.more:hover {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: Black;
	font-size: 14pt;
}	
a.nav {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: Bold;
	/*color: #825e33;*/
	color: #634727;
	text-decoration: none;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
}

a.nav:hover 
{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background: #98bfc3;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
} 
.navbar span {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: Gray;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	font-style: italic;
}
.roundedcornr_box_455850 {
	background: url(../images/roundedcornr_455850_tl.png) no-repeat top left;
}
.roundedcornr_top_455850 {
	background: url(../images/roundedcornr_455850_tr.png) no-repeat top right;
}
.roundedcornr_bottom_455850 {
	background: url(../images/roundedcornr_455850_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_455850 div {
	background: url(../images/roundedcornr_455850_br.png) no-repeat bottom right;
}
.roundedcornr_content_455850 {
	background: url(../images/roundedcornr_455850_r.png) top right repeat-y;
}

.roundedcornr_top_455850 div,.roundedcornr_top_455850,
.roundedcornr_bottom_455850 div, .roundedcornr_bottom_455850 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_455850, .roundedcornr_bottom_455850 {
	margin-top: -19px;
}
.roundedcornr_content_455850 { padding: 0 10px; 
}
H2 {
	font-size: 16pt;
	font-style: oblique;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-bottom: -10px;
	padding-top: 15px;
	margin: 0px;
	color: #000000;
}
h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: oblique;
	text-align: left;
	font-weight: normal;
	color: #000000;
	margin-bottom: 3px;
	padding: 1px 1px 1px 30px;
	background-image: url(../images/sm-rtarrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	text-align: justify;
	padding: 5px 5px 5px 5px;
}
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	list-style: disc;
	list-style-position: inside;
}
INPUT, TEXTAREA, SELECT, OPTION  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	padding: 1px;
	border: inset 1px #708090;
	background-color: white;
}
.boxheader {
	border: 1px solid #000000;
	background-color: #E8DECD;
	padding: 2px;
	height: 20px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: oblique;
	color: #634727;
	
}
.spacer10px {
	padding-top: 10px;
}
.spacer20px {
	padding-top: 20px;
}

table, td, tr {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
}
em {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : italic;
}