/* @override http://www.naturalsourceprinting.com/style.css */

body{
	margin:0px;
	padding:0px;
	background-color:#F1FFE6;
	background-attachment: scroll;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	}
.image {
	border-width: 0px;
}

td,div,select{
	font-size:11px;
	font-family:Tahoma;
	color:#4F4F4F;
	line-height:normal;
}
h1{
	font-size:24px;
	font-family:Tahoma;
	color:#4F4F4F;
	line-height:normal;
}
.white{
	color:#FFFFFF;
	text-decoration:none;
}
.green{
	color:#94AE08;
}
.black{
	color:#333333;
}
.t1{
	color:#5D5D5D;
	font-size:11px;
    font-family:Tahoma;
}
.t2{
	color:#4F4F4F;
}
.q1{
	color:#5C5B5B;
	text-decoration:none;
}

.pol1{
	color:#828080;
	font-size:10px;
}
.blue_10{
	color:#3E92CD;
	font-size:10px;
}
.pol2{
	color:#6A6862;
	font-size:10px;
}
.blue{
	color:#5883BE;
}
.blue2{
	color:#3E92CD;
}


a.blue_10:hover{text-decoration:none;}
a.black:hover{text-decoration:none;}
a.green:hover{text-decoration:none;}
a.t1:hover{text-decoration:none;}
a.blue:hover{text-decoration:none;}
a.blue2:hover{text-decoration:none;}
a.q1:hover{text-decoration:underline;}
a.white:hover{text-decoration:underline;}
a.t2:hover{text-decoration:none;}

 .input{
  		width:197px; height:18px; 
		background-color:#FFFFFF; 
		font-size:11px;
    	font-family:Tahoma;
		color:#7B7979;
		margin:0px;
		padding:0 0 0 5px;
		
		}

 .textarea{
  		width:197px; height:84px; 
		background-color:#FFFFFF; 
		font-size:11px;
    	font-family:Tahoma;
		color:#7B7979;
		margin:0px;
		padding:0 0 0 5px;
		overflow:auto;
		}


 .twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #bbff85;
} 
.twoColFixRtHdr #header {
	background: #D0D0D0;
	padding: 0 0px 0 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. */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #C7DEF0;
	background-image: url(images/sidebar-bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bbff85;
} 
.twoColFixRtHdr #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;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#main_menu {
	width:800px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:center;
	color:#FFFFFF;
	background-image: url("images/menu-bg.jpg");
	margin-bottom:10px;
}

#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:8px;
}

#main_menu a:hover {
	background-image: url("images/menu-link.jpg");
}






 
