/*

Finance Know How Style Sheet

--------------------------------------------*/


body {
	margin: 0px 0px 0px 0px;
	background-image:url(images/pagebackground.jpg);
	background-repeat:repeat-x;
	background-color:#eeeeee;
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#454545;
	height:100%;
}
/*Layout
--------------------------------------------*/
.top {
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:121px;
}
.banner {
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:253px;
}
.contentbanner {
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:17px;
	background-image:url(images/top_whiteround.jpg);
}
.content {
	margin-left:auto;
	margin-right:auto;
	width:850px;
	
	height:auto !important;
	height:400px;
	background-color:#FFFFFF;
	background-image:url(images/content_back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	overflow: auto;
}
.shadow {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:6px;
	background-image:url(images/shadow_bottom.gif);
	background-repeat:repeat-x;
}
.links {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:850px;
	height:100px;
	font-size:10px;
	color:#999999;
	background-image:url(images/logos.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
/*Menu Styling
--------------------------------------------*/

.menu {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:44px;
}
.linkbox {
	width:80px;
	height:44px;
	text-align:center;
	line-height:44px;
}
.page {
	background-image:url(images/menuback.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:80px;
	height:44px;
	text-align:center;
	line-height:44px;
}
/*Content Layouts
--------------------------------------------*/

.home_leftcontent {
	float:left;
	width:500px;
	padding:25px 25px 25px 25px;
	height:auto;
	margin-right:25px;
}
.home_rightcontent {
	float:right;
	width:250px;
	padding:25px 25px 25px 0px;
	height:auto;
	margin-right:0px;
}
/* Links
--------------------------------------------*/

a.menulink:link {
	text-decoration:none;
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color:#EEEEEE;
	font-size:12px;
}
a.menulink:hover {
	border-bottom:dotted 1px #999999;
	border-bottom-width:-20px;
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color:#CCCCCC;
	font-size:12px;
}
a.menulink:active {
	text-decoration:none;
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
a.menulink:visited {
	text-decoration:none;
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}
a.foot:link {
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color:#999999;
	text-decoration:none;
	margin-left:20px;
}
a.foot:hover {
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color:#CCCCCC;
	text-decoration:none;
	border-bottom:dotted 1px #CCCCCC;
	margin-left:20px;
}
a.foot:active {
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color:#999999;
	text-decoration:none;
	margin-left:20px;
}
a.foot:visited {
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color:#999999;
	text-decoration:none;
	margin-left:20px;
}
a:link {
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	text-decoration: underline;
	color: #0066CC;
}
a:hover {
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	text-decoration: none;
	color: #0066CC;
}
a:active {
	font-family: "Lucida Grande", Lucida Sans Unicode, Lucida Console, Geneva, Arial, sans-serif;
	text-decoration: underline;
	color: #0066CC;
}
/*List Styles
--------------------------------------------*/

ul {
	list-style-image:url(images/list-style.gif);
	line-height:20px;
	margin-top:0px;
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: square;
}
/*Form Styles
--------------------------------------------*/
.form {
	line-height:30px;
}
.input {
	width:150px;
	height:20px;
	line-height:20px;
	border:solid 1px #CCCCCC;
}
.message {
	width:380px;
	height:150px;
	border:solid 1px #CCCCCC;
}
/*Special text
--------------------------------------------*/
.orange {
	color:#FF6600;
}
.spacer {
	width:100%;
	height:3px;
	padding-bottom:10px;
	border-top:dotted 1px #999999;
}
