@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.css');

* {
	margin: 0;
}
html {
	height: 100%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
	font-size: 0.75em;
	line-height: 20px;
	color:#e7f1fd;
	letter-spacing:0.0em;
	cursor:default;
	height: 100%;
	color:#000;
	background:/*#d7e9fe*/#fff;
}
p {
	margin:0px 0px 17px 0px; 
}
a {
	outline:none;
	color: #0178ff;
	text-decoration: none;
}
a:hover {
	color: #0b498f;
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	font-weight:bold;
	padding:0px 0px 20px 0px;
	margin:0px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-weight:normal;
	color:#063263;
	clear:both;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight:bold;
	color:#063263;
	letter-spacing:-0.03em;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding:20px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	color:#063263;
	letter-spacing:-0.03em;
	/*border-bottom:1px dotted #a6c4e8;*/
	/*background:url(../images/vline.jpg) repeat-x bottom;*/
}
h5 {
	font-size: 1em;
	font-weight: bold;
	padding:0px 0px 10px 0px;
	margin:0px 0px 20px 0px;
	font-weight:bold;
	color:#063263;
	letter-spacing:-0.03em;
	border-bottom:1px dotted #a6c4e8;
}

img {
	border:0px;
	outline:none;
}
ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
.table { display: table; }
.tr { display: table-row; }
.td { display: table-cell; }

