body {
    margin: 0px;
    padding: 0px;
    font-size: 76%;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    background: #fff ;
	_background-position: center -1px;
    }
body * {
    text-align: left;
    }
img {
    border-width: 0;
    }
#header {
	text-align: center;	
	}
#header .container {
	background: #fff;
	padding: 10px;
	}
#nav, #subnav {
    height: 2.25em;
    line-height: 2.25em;
    text-align: center;
    }
.container {
	position:relative;
	padding: 0;
	width: 950px;
	margin: 0 auto;
	}
#nav li, #subnav li {
    list-style-type: none;
    margin: 0;
    float: left;
    }
#nav a, #subnav a {
	color: white;
	padding: 0.5em 10px;
	text-decoration: none;
	font-weight: bold;
	}
#nav {
	background-color: #1650DD;
	}
#nav a:hover, #nav li.hot, #nav li.hot a, #nav li.hot a:hover {
	background: #0E3389;
	}
#nav .login {
	float: right;
	}
#subnav {
	background-color: #0E3389;
	}
#subnav a:hover {
    background: #000066;
    }
#nav ul, #subnav ul {
	margin: 0px;
	list-style:none;
	padding: 0px;
	}
#subnav li.hot a {
    background-color: #000066;
    }
#content {
	text-align: center;
	}
#content .container {
	font-size: 1.2em;
	background: #fff;
	}
h1, h2, h3, h4, h5, h6, p, blockquote, pre {
margin: 0.5em 10px 0px 10px;
	}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: lighter;
	}
p {
	font-size: 1.2em;
	}
#plans {
	background-color: #f5f5f5;
	border-top:1px solid #999;
	border-bottom: 1px solid #999;
	margin: 20px 0px;
	text-align:center;
	padding: 20px 0;
}
#footer {
	margin-top: 20px;
	text-align: center;
	font-size: 1.2em;
	}
#footer a:hover {
	text-decoration: none;
	}
input {
	text-align: left;
	}
textarea, input {
	border: 1px solid #cccccc;
}
textarea:hover, input:hover {
	border: 1px solid #0E3389;
}
a {
	color: #65a5e6;
}
