*, html, body, div, img, span, a{
	margin:0;
	padding:0;
	border:0 none;
	font:normal normal 12px Arial, sans-serif;
}
html,body{
	direction:ltr;
	background-color:white;
	overflow-x:hidden;
}
#header{
	height:22px;
	background-color:#1463A8;
}
#header #logo{
	float:left;
	margin:2px 0 0 10px;
}
#epopup{
	direction:ltr;
	margin:10px 25px;
	height:100%;
}
h2{
	font:normal bold 24px Arial, sans-serif;
	color:red;
}
h3{
        font:normal bold 16px Arial, sans-serif;
        margin:15px 0 10px;
        color:black;
}
h4{
        font:normal bold 14px Arial, sans-serif;
        margin:12px 0 8px;
        color:black;
}

.img{
	float:right;
	margin:10px;
	border:1px solid #888;
	clear:right;
}
b{
	font-weight:bold;
}
p{
	margin:0 0 8px;
}
p i{
	font-style: italic;
}
#services{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background-color:#EDEEF0;
	padding-top:7px;
}
div[class="img"],div[id="content"]{
	margin-top:35px;
}
#services a img{
	vertical-align:middle;
}
#services a, #services a:visited, #services a:hover{
	float:right;
	text-decoration:none;
	color:black;
	margin:0 10px 10px;
}
.askq{
	width:300px;
}
.askq label{
	margin:5px 0;
	float:left;
	clear:left;
	width:80px;
}
.askq input, .askq textarea, .askq select{
	width:200px;
	margin:4px 0;
	float:right;
	clear:right;
	border:1px solid black;
}
.askq button{
	float:right;
	clear:right;
	border-top:2px solid black;
	border-left:2px solid black;
	border-right:2px solid gray;
	border-bottom:2px solid gray;
}
#materials{
	background-color:#edeef0;
	margin:20px 0;
	padding:10px 20px 100px;
}
#materials h1{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	color:black;
}
#materials h2{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px;
	color: black;
}
#materials a.title, #materials a.title:visited, #materials a.title:hover{
        font-size: 12px;
        font-weight: bold;
        margin: 10px 0 5px;
        color: black;
        text-decoration:none;
        cursor:text
}
#materials a, #materials a:visited, #materials a:hover{
	line-height:1.8;
}
#materials img{
	vertical-align:middle;
	padding: 0 2px 7px 0;
}


