@charset "UTF-8";
/* CSS Document */

body	{
	background-color:#d6e8f9;
	font-family:Verdana, Arial, sans-serif
}
b,strong	{
	font-weight: bold;
}
i,em	{
	font-style:italic;
}
#spread	{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#topline	{
	position:relative;
}
#line	{
	height: 5px;
	width:670px;
	background-color:#203364;
	float: right;
}
#header	{
	height: 80px;
	width: 940px;
	padding-left:40px;
	padding-top: 40px;
	position:relative;
}
#topnav	{
	width: 550px;
	padding-left: 331px;
	padding-top: 28px;
	/*text-align:right;*/
}
#topnav form	{
	display:inline;
	width: 180px;
	float: right;
	padding-right: 50px;
}
#topnav input	{
	margin-top: -5px;
	color: #287aa7;
	font-size:11px;
	font-weight:bold;
}
#topnav	table	{
	display: inline;
}


#maincontent	{
	margin-left: 50px;
}
#navframe	{
	width: 260px;
	float:left;
	border-right:2px solid #d6e8f9;
	background-repeat:no-repeat;
}
#news	{
	height: 115px;
	background-image:url(../images/ideate-bkgd.gif);
}

#tip	{
	height: 75px;
	padding: 20px 25px;
	background-repeat:no-repeat;
	/*font-family:Arial, Helvetica, sans-serif;*/
	color: #fff;
	font-size:10px;
	line-height: 12px;
}
p.tiptitle	{
	color: #287AA7;
	font-size:11px;
	font-weight:bold;
}
#content	{
	background-color:#FFF;
	float: right;
	width: 548px;
	min-height: 346px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	line-height: 15px;
	padding: 60px;
	color: #333333;
}
#content a:link, #content a:visited	{
	color: #006194;
}
#content a:hover	{
	color: #006194;
}
#content p 	{
	margin-bottom: 15px;
}
#content ul	{
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type:disc;
	list-style-image:url(../images/bullet.gif);
}

#content form div	{
	margin: 3px 0;
}
#content form div label	{
	display:inline;
	float: left;
	width: auto;
	margin-right: 10px;
	width: 65px;
	font-weight:bold;
}
#footer	{
	padding-left: 75px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:9px;
	color: #999999;
	padding-right: 50px;
}
#footerleft	{
	/*font-family:Arial, Helvetica, sans-serif;*/
	color: #203364;
	font-weight:bold;
	font-size: 9px;
	background-color: #d6e8f9;
	padding-top: 5px;
	padding-left: 25px;
	position:absolute;
}
#footerleft a:link, #footerleft a:visited, #footerleft a:hover{
	color: #203364;
	text-decoration:none;
}
#footerright	{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footerright a:link, #footerright a:visited	{
	color: #808285;
	text-decoration:none;
	font-weight:bold;
}
.form_button	{
	background-color: #003366;
	color: #ffffff;
	padding:3px;
	border: 0;
}
.form_button:hover	{
	background-color: #006194;
}
.subheader2	{
	font-weight:bold;
	color: #003366;
	font-size: 12px;
}
.clear	{
	clear: both;
}
.error	{
	color: #cc3300;
}
