* { padding: 0; margin: 0; } /* Reset all margins and paddding so we can control them */

body {
	background-color: #fff;
	color: #1e4164;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
}

a {
	color: #015289;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.error
{
	color: Red;
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	color: #00406b;
	text-transform: uppercase;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
}

h2, h3 {
	font-size: 1em;
	font-weight:100;
}

h4 {
	font-size: 0.8em;	
	font-weight:normal;
}

h5 {
	font-size: 1.1em;
	font-weight:normal;	
}

img {
	border: none;
}

fieldset {
	border: none;
}

.required, .error {
	color: #F00;
}

.confirm  {
	color: #4BA321;
}
.question {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.1em;
}

.noBorder, .noBorder input {
	border: none;
}

.clearer {
	clear: both;
	margin:0;
}
.highlighted {
	font-size: 1.3em;
	font-weight: bold;
	border: 2px solid #1e4164;
	border-width: 2px 0 2px 0;
	padding: 5px 0 5px 0;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
}

.tableWithBorders
{
    border-collapse:collapse;
}

.tableWithBorders td
{
    border: 1px solid;
    padding: 10px;
}



/* --- add some default margins for elements ------------ */

p 
{
	line-height: 1.4em;
	margin-bottom: 1.1em;
}

ul {
	margin-bottom: 0.7em;
	list-style: none;  
}

ul li {
	margin: 0.5em 0;
}

ul li ul {
	margin-left: 2.5em;
}

ol {
	margin-left: 2.3em;
	margin-bottom: 0.7em;
}

ol li {
	margin: 0.2em 0;	
}

h2 {
	margin-top: 1.3em;
}

h3 {
	margin-top: 1.0em;
}


/*---[ element styling ]------- */
input, textarea, select {
	margin: 1px 0;
	padding: 1px;	
	font-size: 1.1em;
	border: 1px solid #D0D0D0;
}
textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}