/* CSS Document */

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body{
	background-color: #0053a1;
	margin: 20px;
	padding: 0px;
}

.formpad{
	margin: 0px;
	padding: 0px;
}

/* ------------------ Basic Text Styles ---------------- */

p, ol, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #616161;
	text-decoration: none;
	line-height:18px;
}

a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #176ba5;
	text-decoration: none;
}

a:hover, a:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #36a3f1;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #176ba5;
	text-decoration: none;
}

h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #36a3f1;
	text-decoration: none;
}

h3{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #176ba5;
	text-decoration: underline;
}

h4{}

h5{}

h6{}

/* ------------------ Homepage Styles ---------------- */

.home h1{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 45px;
	letter-spacing: 1.5px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.home p{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* ------------------ Footer Styles ---------------- */

.disclaimer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.disclaimer p, .disclaimer a:link, .disclaimer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.disclaimer a:hover, .disclaimer a:visited:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}
