body {
	background-color: #fff;
}


#header {
	background-color: #1E6292;
}

#header h1 {
	margin: 0 auto;
	padding: 0em 0 0em 10%;
}

#footer {
	background-color: #fff;
}

#navbar {

	border-bottom: 4px solid #1E6292;
}

#navbar a {
	font-size: 0.7em;
        font-weight: bold;
	letter-spacing: 0.05em;
}

#breadcrumb {
	padding-top: 1em;
	font-size: 0.5em;
}

#breadcrumb a {
        color: #666;
}

#content {
	padding-top: 0.9em;
	border-top: 1px solid #999;
}

#main {
	font-size: 1.2em;
        line-height: 110%;
        color: #111;
}

#main h2 {
	font-size: 1.2em;
        line-height: 110%;
}

a:link {
	color: #1E6292;
        text-decoration: none;
}

a:active {
	color: #1E6292;
        text-decoration: none;
}

a:visited {
	color: #1E6292;
        text-decoration: none;
}

a:hover {
	color: #1E6292;
	background: #fff;
        text-decoration: underline;
}


input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #1E6292;
        color: white;
	font-weight: bold;
	font-size: 1em;
}

input.defaultButton {
	background-color: #1E6292;
	font-weight: bold;
        color: white;
}