﻿@charset "utf-8";
/* CSS Document for MyTreasury */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0px; padding: 0px; border: 0px;}
	
body {font: 70% Verdana, Arial, Helvetica, sans-serif; color: #006;}

.bold {font-weight: bold;}
.lgebold {font: bold 110% Arial, Helvetica, sans-serif;}
p {margin-bottom: 15px}

h1 {font: 160% Arial, Helvetica, sans-serif; color: #006; border-bottom: 1px solid red; margin-bottom: 15px; padding-bottom: 15px;}

.wrapper {width: 994px; margin: auto auto;}

.header {width: 994px; height: 60px; background-color:#14276F}
.header img.logo {position: relative; top: 15px; left:10px; float: left;}
.header img.logoicon {position: relative; top: 13px; right:10px; float: right;}

.header #flash {position: relative; left: 310px; width: 200px; float: left;}

.nav 
{
	position: relative; 
	top: 1px; 
	height: 25px;
}
.nav ul li 
{
	list-style-type: none; 
	display: inline; 
	background: #006 url(images/menu-bkg.jpg) repeat-x;
}
.nav a:link, .nav a:visited 
{
	background: #006 url(images/menu-squares.jpg) no-repeat; 
	padding: 7px 15px 7px 40px; 
	font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color: #FFF; 
	text-decoration: none; 
	float: left; 
	border-right: 1px solid #FFF;
}
.nav a:hover
{
	background: #006 url(images/menu-squares-o.jpg) no-repeat;
} 

.leftcol {float: left; width: 280px; padding: 30px 50px 0px 5px;}

.content {padding: 30px 30px 0 30px;}
.content img.screenshot {float: right; margin-left: 50px; margin-bottom: 50px;}
.content .contentleft {float: left; width: 570px;}
.content ul li {list-style-type: square; list-style-position: outside; margin-left: 15px; line-height: 25px;}
.content a:link, .content a:visited {color: #006;}

img.smlmyt {margin-left: 920px;}
.footer {border-top: 1px solid #006; height: 1px; padding: 0; position: relative; top: -2px;}
.footertext {width: 994px; margin: auto auto; font: 10px Verdana, Arial, Helvetica, sans-serif; color: #666; text-align: right; padding-top: 3px;}

