*{
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: #0055aa;
	background-image: url(bgd_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

scope{
	border: 0px;
}

p.toTop
{
	margin-top: -15px;
	margin-bottom: -25px;
	text-align: right;
}
p.toTop a, p.toTop a:active, p.toTop a:visited
{
	background-image:url(/moneystuff/images/arrow_top.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
	padding-left:20px;
	font-size: 10px;
}

td.BackNext div div table tr td table tr td {
	text-align: right;
	background-color: #fff;
}

.article{
	border: 1px solid #0055AA;
}

/* main body text*/

#dnn_ContentPane {
	margin: 15px 20px 10px 10px;
	padding: 10px 0px 20px 40px;
	background-color: #fff;
	background-image: url(right_bgd.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#dnn_ContentPane table{
	width: 90%;
}
#dnn_ContentPane table tr td table{
	width: 100%;
}
#dnn_ContentPane h1 {
	margin-bottom: 15px;
	font-size: 1.8em;
	color: #e92703;
	padding-bottom: 10px;
	font-weight: bold;
}
#dnn_ContentPane h2 {
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #e92703;
	font-weight: bold;
}
#dnn_ContentPane h3 {
	margin-bottom: 3px;
	font-size: 1.1em;
	color: #000066;
	font-weight: bold;
}
#dnn_ContentPane p, #dnn_ContentPane ul, #dnn_ContentPane ol{
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.5em;
}
#dnn_ContentPane ul{
}
#dnn_ContentPane ol, #dnn_ContentPane ul {
	margin-left: 25px;
}
#dnn_ContentPane a:link, #dnn_ContentPane a:visited {
	color: #cc6600;
	text-decoration: none;
	font-weight: bold;
}

#dnn_ContentPane a:hover {
	color: #cc6600;
	font-weight: bold;
	text-decoration: underline;
}


/* top menu */
#top-menu {
	height:20px;
	margin-top: 15px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	padding: 8px 8px 1px 8px;
}

#top-menu ul {
	list-style:none;
	padding: 10px 0px 10px 0px;
	border-left: 1px #ffffff solid;
}

#top-menu li {
	display: inline;
	padding: 10px;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
}

#top-menu li.current {
	color: #cc6600;
	text-decoration: none;
	background-color: #000066;
}

#top-menu li.current a:link, #top-menu li.current a:visited {
	color: #cc6600;
}

#top-menu li:hover {
	background-color: #004b97;
}
#top-menu a:link, #top-menu a:visited {
	color: #ffffff;
	display:inline;
	text-decoration: none;
}
#top-menu li a:hover {
	text-decoration: none;
	color: #cc6600;
}


/* --- left menu --- */
#logo{
	position: absolute;
	width: 180px;
	left: 20px;
	border-bottom: 1px #ffffff solid;
	background-image: url(mini_ms.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0055aa;
}

#left-menu {
	padding-top: 100px;
}

#left-menu ul {
	list-style:none;
}

#left-menu li {
	list-style:none;
	border-top: 1px #ffffff solid;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	text-align: left;
	line-height: 20px;
	font-size: 0.72em;
	font-weight: bold;
	padding: 7px 0px 3px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#left-menu ul li ul{
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: -3px;
}
#left-menu ul li ul li{
	list-style:none;
	border-top: 1px #ffffff solid;
	border-left: 0;
	border-right: 0;
	font-size: .95em;
	font-weight: bold;
}
#left-menu ul li ul li a{
	padding-left: 7px;
	padding-bottom: 3px;
	line-height: 10px;
	margin-left: 20px;
	background-image: url(minitut_ico.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#left-menu a:link, #left-menu a:visited {
	padding-left: 7px;
	color: #ffffff;
	display:block;
	text-decoration: none;
	width: 98%;
}
#left-menu ul li.current {
	color: #cc6600;
	text-decoration: none;
	background-color: #000066;
}
#left-menu ul li.current ul li {
	color: #cc6600;
	text-decoration: none;
	background-color: #0055aa;
}
#left-menu ul li.current ul li.current {
	color: #cc6600;
	text-decoration: none;
	background-color: #000066;
}
#left-menu li.current a:link, #left-menu li.current a:visited, #left-menu li.current ul li.current a:link, #left-menu li.current ul li.current a:visited {
	color: #cc6600;
}
#left-menu li.current ul li a:link, #left-menu li.current  ul li a:visited {
	color: #ffffff;
}
#left-menu li:hover, #left-menu ul li ul li:hover {
	background-color: #004b97; 
}
#left-menu li a:hover, #left-menu ul li.current ul li a:hover {
	text-decoration: none;
	color: #cc6600;
}


/* footer */
/* Styles for the footer at the bottom of the page */

#footer {
	text-align: center;
	background-color: #0055aa;
	color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: .7em;
	border-top: 1px #ffffff solid;
}

#footer a:link, #footer a:visited {
	color: #f0f0e1;
}

#footer a:hover {
	color: #f0f0e1;
	text-decoration: underline;
}



