@charset "UTF-8";
todd {
}
body {
	background-image: url(../images/backgroundNTPS04.jpg);
	background-repeat: repeat;
	margin: 0;
}
h1 {
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #8e0c3a;
font-size:26px;
}
h2 {
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #006699;
font-size:22px;
}
h3 {
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #3c3c3c;
font-size:18px;
}
h4 {
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;
font-weight:800;
}
#container { 
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #facbd6;
	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. */
}
#header { 
	background: #facbd6; 
	padding: 0 10px 0 20px;  /* 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. */
} 
#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 */
}
.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: #3c3c3c; /* the background color will be displayed for the length of the content in the column, but no further */
	color:#facbd6;
	margin: 10px 20px 10px 20px;
	padding: 15px 10px 20px 20px;
}
.sidebar1txt {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:600;
color: #ffffff;
}
.sidebar1 h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #fff;
font-size:22px;
}
.sidebar1 h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #facbd6;
font-size:18px;
}
.sidebar1 h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #facbd6;
font-size:14px;
font-weight:800;
}
.sidebar1 a {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:600;
color: #ffffff;
}
.sidebar1 a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:600;
color: #facbd6;
}
.sidebar1 a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:600;
color: #cccccc;
}

#letter {
background-color:#ffffff;
padding: 60px 50px 40px 50px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:14px;
letter-spacing: .5px;
color:#000;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align:justify;
}
#mainContent a {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:600;
color: #333366;
}
#mainContent a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:600;
color: #333333;
}
#mainContent a:visited {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:600;
color: #000;
}
#mainContent .order {
background-color:#eeeeee;
margin: 0 20px 0 20px;
padding: 0px 30px 0px 30px;
border:double;
border-color: #8e0c3a;
text-align:left;
}

.form_box{
background-color: #FFFFFF;
margin: 0 20px 0 20px;
padding: 0px 0px 0px 0px;
border:double;
border-color: #8e0c3a;
text-align:left;
}

.smnote {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:500;
color: #333333;
}
 #footer { 
	clear:both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #8e0c3a;
	color:#FFFFFF;
} 
 #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 */
}
.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;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
 #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
 #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
