@import url("navigation.css");
@import url("tips.css");
body {
	font-size: .8em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0em;
	padding: 0em;
	background-color: #3366CC;
}
a,a:hover,a:active,a:visited {
	text-decoration: none;
	color: #24478F;
}
a img, a:hover img, a:active img, a:visited img {
	text-decoration:none; border: 0; padding: 0; margin: 0;
}

#content {
	/*border: 1px solid black;*/
	padding: 1em;
	width: 85%;
	min-width: 60em;
	max-width: 90em;
	margin-left: auto;
	margin-right: auto;
	background-color: #CFDFFF;
	border-color: #24478F;
	border-style: solid;
	border-top-width: 0em;
	border-left-width: 0.2em;
	border-right-width: 0.2em;
	border-bottom-width: 0em;
}

#header {
	border: 1px solid #24478F;
	margin-bottom: 1em;
	line-height: 1.8em;
	background-color: #E6EEFF;
	padding: 1em;
}

#title_top {
	/*font-size: 3em;*/
	font-weight: 900;
	color: #24478F;
	font-style: italic;
	margin-bottom: 0em;
	margin-right: 1em;
	display: inline;
	float: left;
}

#title_top img {
	height: 3em;
	vertical-align: middle;
}

#cols {
	/*border: 1px solid yellow;*/
	position: relative;
	clear: both;
}

#col_left,#col_right {
	width: 14em;
	overflow: hidden;
}

#col_left {
	/*border: 1px solid red;*/
	position: absolute;
	top: 0em;
	left: 0em;
}

#col_main {
	/*border: 1px solid green;*/
	min-width: 50%;
	margin-left: 15em;
	margin-right: 15em;
	min-height: 30em;
}

#col_right {
	/*border: 1px solid blue;*/
	position: absolute;
	right: 0em;
	top: 0em;
}

#footer {
	/*border: 1px solid purple;*/
	clear: both;
	color: #f0f0ff 
}

.weight {
	font-size: 0em;
	clear: both;
	visibility: hidden;
}

h1 {
	margin-left: 0em;
	margin-bottom: .2em;
	margin-right: 0em;
	margin-top: 0em;
	font-weight: bold;
	text-align: center;
	color: #24478F;
	padding: 0em;
	font-size: 1.75em;
}
h2 {
	font-weight: bold;
	font-style: italic;
	margin-left: 0em;
	margin-bottom: .2em;
	margin-right: 0em;
	margin-top: 0em;
	text-align: left;
	color: #24478F;
	padding: 0em;
	font-size: 1.25em;
}

form {
	display: inline;
}

img.fillwidth {
	width: 100%;
}