@charset "utf-8";
/* CSS Document */
html{
	overflow: scroll; 
}

body{
	margin-bottom:150px;
	background-image:url(../images/body_background.gif);
	background-repeat:repeat-x;
}

h1{
	font-size:20px;
	font-weight:normal;
	margin-top:20px;
}

h2{
	font-size:20px;
	font-weight:normal;
	margin-top:20px;
}

input{
	font-family:Georgia;
	font-size:11px;
	color:#4e4e4e;
	margin-bottom:3px;
	height:18px;
	line-height:18px;
	border-style:solid;
	border-color:#d3d3d3;
	border-width:1px;
	padding-left:5px;
	width:100%;
}

textarea{
	font-family:Georgia;
	font-size:11px;
	color:#4e4e4e;
	border-style:solid;
	border-color:#d3d3d3;
	border-width:1px;
	padding-left:5px;
	width:100%;
}

.text_large{
	font-size:20px;
	font-weight:normal;
}

p{
	font-size:12px;
	line-height:18px;
}

img{
	border:0px;
}

.content{
	margin-top:40px;
	margin-left: auto;
	margin-right: auto; 
	width: 800px;
	font-family:Georgia;
	color:#4e4e4e;
}

a.header_link{
	color:#4e4e4e;
	text-decoration:none;
}

a.header_link:hover{
	color:#ea4d0b;
}

a{
	color:#ea4d0b;
	text-decoration:none;
}

a:hover{
	color:#ea4d0b;
	text-decoration:underline;
}

a.footer{
	color:#999999;
	text-decoration:none;
}

a.footer:hover{
	color:#ea4d0b;
}


.header_logo{
	float:left;
}

.header_menu{
	float:right;
	width:500px;
	
}

.header_menu_links1{
	float:right;
	font-size:12px;
	margin-left:15px;
	margin-right:75px;
	line-height:18px;
}

.header_menu_links2{
	float:right;
	font-size:12px;
	margin-left:15px;
	line-height:18px;
}

.header_line{
	height:73px;
	float:right;
	border-left:1px; 
	border-left-style:solid;
	border-left-color:#d3d3d3;
}

.header_line_btm{
	height:15px;
	border-bottom:1px; 
	border-bottom-style:solid;
	border-bottom-color:#d3d3d3;
	clear:both;
}

.header_line_btm_add{
	border-bottom:1px; 
	border-bottom-style:solid;
	border-bottom-color:#d3d3d3;
	clear:both;
}

.fontpage_description{
	width:450px;
	float:left:;
}

.hotwto_fold_step{
	clear:both;
	height:100%;
}

.howto_fold_paragraph{
	float:right; 
	width:460px;
}

.howto_fold_img{
	float:left; 
	margin-top:24px;
}

.download_rulers_icon{
	margin-top:23px; 
	margin-right:10px; 
	float:left;
}

.download_icon{
	margin-right:10px; 
	float:left;
}

.download_title{
	float:left;
}

.download_description{
	clear:both;
}

.download_line{
	float:left;
	margin-left:15px;
	margin-right:15px;
	height:33px;
	border-left:1px; 
	border-left-style:solid;
	border-left-color:#d3d3d3;
}

.footer{
	color:#999999;
	margin-top:10px;
	font-family:Arial;
	font-size:11px;
}

.contact_description{
	width:390px;
	float:left;
}

.contact_send_email{
	font-size:20px;
	font-weight:normal;
	float:right;
	position:relative; top:10px; right:-8px;
	margin-bottom:10px;
}

.header_text{
	margin-top:6px; 
	margin-bottom:5px; 
	padding-left:20px;
	padding-right:20px; 
	padding-bottom:6px; 
	border-style:solid; 
	border-color:#d3d3d3; 
	border-width:1px;
}

.resource_table{
	width:100%;
	font-size:12px;
	line-height:18px;
}

.resource_link{
	width:80%;
}

.resource_link_type{
	text-align:center;
}

.resource_link_type_inactive{
	color:#aaaaaa;
	text-align:center;
}

.resource_link_a{
	color:#ea4d0b;
}


.add_box{
	margin-top:6px; 
	margin-bottom:5px; 
	padding-top:7px;
	padding-left:20px;
	padding-right:20px; 
	padding-bottom:6px; 
	border-style:solid; 
	border-color:#bbbbbb; 
	border-width:1px;
	background-color:#efefef;
	text-align:center;
}


