html, body {
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	
}
/* Original Masthead 
#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/imagine_logo.gif);
	background-repeat: no-repeat;
	height: 121px;
	width: 100%;
	background-color: #4775A3;
}
*/
#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/imagine_logo3.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 100%;
	background-color: #4775A3;
}


#content {
position: relative;
top: 130px;
left: 0px;
width: 100%;
height: 100%;


}

p {
font-family: sans-serif;
font-size: 0.9em;
}

#contentinternal {
position: absolute;
top: 153px;
left: 0px;
width: 100%;
/*height: 900px;*/
padding-left: 6px;
padding-top: 6px;
background-color: #ffffff;
z-index: 0;
min-height:100%;
}

div#navbar {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .75em;
text-align: left;
background-color: #000000;
border-top: solid #999999 1px;
border-bottom: solid #999999 1px;
padding: 5px;
position: absolute;
left: -10px;
top: 130px;
float: left;
width: 100%;
font-weight:bold; 
margin: 0;
font-size: 10px;
}

#navbar a:link, #navbar a:visited {
color: #ffffff;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:10px;
}

#navbar a.act, #navbar a:hover{
color:#66CCFF;
}

div#navbar2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: right;
	background-color: #4775A3;
	border-top: solid #999999 1px;
	border-bottom: solid #999999 1px;
	padding: 5px;
	position: absolute;
	left: -10px;
	top: 153px;
	float: left;
	width: 100%;
	font-weight:bold;
	z-index: 1;
	margin: 0;
	font-size: 10px;
}

#navbar2 a:link, #footer a:link {
color: #ffffff;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:10px;
}


#navbar2 a:visited, #footer a:visited {
color: #ffffff;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:10px;
}

#navbar2 a:hover, #footer a:hover {
color:#66CCFF;
}


#navbar2 a, #footer a {
	text-transform: uppercase;
	position: relative;
	left: -9px;
}

#footer a {
	top: 10px;
}

/*a.current {
color:#66CCFF;
background-color: #ffffff;
text-decoration: none;
}*/



a, a:visited {
	color: #999999;
	text-decoration: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}



.footer {
color: #ffffff;
font-family: sans-serif;
font-size: 0.7em;
}

.footerinternal {
color: #000000;
font-family: sans-serif;
font-size: 0.7em;
}
.line {
	color: #37a3eb;
	font-size: 10px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #37A3EB;
	text-decoration: none;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #37A3EB;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.client_login a {
	font-size: 18px;
	color: #fff;
}

.client_login a:hover {
	color: #000;
	text-decoration: underline;
}

.bigheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #5599c3;
}

.login_form {
	width: 270px;
}

.login_form input {
	width: 140px;
}

p.buttons {
	text-align: right;
	padding: 0 10px 0 0;
}

p.buttons input {
	width: auto;
}
.login_form label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.login_form input {
	margin-bottom: .5em;
	
}

.login_form .text_box {
	width: 304px;
}

.create_form label {
	clear: left;
	display: block;
	float: left;
	width: 175px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;

}

.create_form input {
	margin-bottom: .5em;
	
}

.create_form .text_box {
	width: 280px;
}

.padding {
	padding: 50px 15px;
	
}
#contentinternal {
	width: 99.5%;
}

#footer a, #footer a:visited {
	color: #fff;
	font-size: 11px;
}

#footer a:hover { color: #000; }

#footer ul {
	padding: 0;
	margin: 0;
}

#footer li {
	display: inline;
	list-style: none;
	padding: 2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 14px;
	color: #fff;
	
}

#footer li.line:before {
	content: "|";
	margin: 0 3px;
	color: #fff;
}

#footer ul {
	padding: 0;
	margin: 0 0 0 5px;
}

#footer {
	margin: 0;
	padding: 0 0 0 0px;
	text-align: left;
	margin: 0 auto;
	background: #4775A3;
	color: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
}

#container {
	min-height: 100%;
	
}


.website_formatting {
	width: 75%;
	padding: 10px;
	margin: 0 auto;
	border-top: #4775A3 1px solid;
	width:75%;
	float: none;
	height:auto;
	
}

.clear {
	clear: both;
}

.website_text {
	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.website_text_a {
	 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

.website_header {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 0 290px;
}



.website_text_formatting {
	line-height: 140%;
	font-size: 12px;
	
}


.website_formatting img {
	float: left;
}


/*
Old stuff... no used anymore.
.website_text2 {
	float: right;
	text-align: right;
	position: relative;
	width: 70%;
	top: -16px;
}

.website_text3 {
	float: right;
	text-align: right;
	position: relative;
	width: 70%;
	top: -36px;
}
*/

#contentinternal h1 {
	color: #4775A3;
}

#chart {
	/*width: 150px;*/
	margin-left: 200px;
}

#chart_data {
	width: 200px;
	float: left;
}
