html, body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

body {
	background: transparent url(../images/bg.gif) repeat scroll top left;
}

#outer-wrapper {
	width: 935px;
	background-color: #4473b4;
	text-align: center;
	margin: 0 auto;
}

#inner-wrapper {
	width: 923px;
	background-color: #f2f2f2;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
}

#header {
	height: 125px;
	margin: 0;
	padding: 0;
	background-image: url(../images/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header a img.logo {
	position: relative;
	top: 20px;
	left: 20px;
	border: 0px;
	padding-right: 8px;
}

#header a:hover img.logo {
	border-right: 4px solid #AD0B0A;
}

#header a img.lecture {
	border: 0;
}

#nav {
	width: 793px;
	background-color: #29456c;
	margin: 0px;
	padding: 0 0 0 130px;
	font-size: 0.9em;
}

#nav ul {
	margin: 0px auto;
	padding: 6px 0px;
	text-align: left;
}

#nav li {
	display: inline;
	margin: 0px 0px;
	padding: 5px 0px;
	background-color: #29456c;
}

#nav li a {
	color: white;
	text-decoration: none;
	padding: 5px 12px;
	background-color: #29456c;
}

#nav li a:hover {
	color: #4473b4;
}

#main {
	//OLDwidth: 923px;
	background: transparent url(../images/stripe.bg.gif) repeat-y scroll top left;
	text-align: left;
	margin: 0;
	padding: 0;
}

#subnav {
	width: 129px;
	float: left;
	background-color: transparent;
	font-size: 0.95em;
	color: #29456c;
	margin: 0;
	padding: 0;
	display: inline;
}

#subnav ul {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
	line-height: 1em;
}

#subnav li {
	padding: 0;
	font-weight: bold;
	padding-bottom: 1em;
	white-space: nowrap;
}

#subnav li a {
	padding-right: 20px;
	color: #29456c;
	text-decoration: none;
}

#subnav li a.here {
	background: transparent url(../images/left-marker.gif) no-repeat scroll center right;
}

#subnav li a:hover {
	background: transparent url(../images/left-marker.gif) no-repeat scroll center right;
	color: #4473b4;
}

#content {
	margin-left: 169px;
	background-color: white;
	text-align: left;
	line-height: 1.5em;
	padding: 40px 40px 40px 0;
	color: #444;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 0.8em 0px;
	padding: 0 0 0.3em 0;
	font-size: 2.1em;
	color: #2a466e;
	border-bottom: 1px solid #2a466e;
	background: transparent url(../images/tree.gif) no-repeat scroll bottom right;
	width: 500px;
	lline-height: 1em;
}

#content h1.full {
	width: 711px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 0.8em 0px;
	padding: 0 0 0.3em 0;
	font-size: 1.5em;
	color: #2a466e;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 0.5em 0px;
	padding: 0px 0px 0.2em 0px;
	font-size: 1.3em;
	color: #2a466e;
}

#content h4 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

#content h4 em {
	font-style: normal;
	text-decoration: underline;
}

#content h4 span.emph {
	color: red;
}

#content h3.compact {
	margin: 0;
	padding: 0;
}

#content h5 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	color: #777;
	margin: 0;
	padding: 0;
}

#content h5.subtitle {
	margin-bottom: 1.3em;
}

#content h5.centered {
	text-align: center;
}

#content #quote {
	padding-top: 20px;
}

#content div.centered {
	margin: 0 auto;
	text-align: center;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

#content .biopic {
	padding: 0 0 4.5em 1em;
	background-color: transparent;
	position: relative;
}

#content .biopic img {
	border: 1px solid #bbb;
	padding: 0.25em;
	background-color: #ddd;
	position: relative;
}

#content div.inset {
	padding: 0 0 1em 1em;
	background-color: transparent;
	position: relative;
}

#content div.inset img {
	border: 1px solid #bbb;
	padding: 0.25em;
	background-color: #ddd;
	position: relative;
}

#content div.insetnoborder {
	padding: 0 0 1em 1em;
	background-color: transparent;
	position: relative;
}

#content div.insetnoborder img {
	position: relative;
}

#content p {
	margin: 0px 0px 1.3em 0px;
	padding: 0px;
}

#content p.indent {
	padding-left: 20px;
}

#content p.last {
	margin-bottom: 0;
}

#content p.dotlist {
	font-size: 0.9em;
}

p.disclaimer {
	color: #777;
}

#content address {
	line-height: 1.3em;
	text-decoration: none;
	font-style: normal;
}

#content a:link {
	color: #365b8f;
	text-decoration: none;
	border-bottom: 1px dotted #365b8f;
}

#content a:visited {
	color: #29456c;
	text-decoration: none;
	border-bottom: 1px dotted #29456c;
}

#content a:hover {
	color: #4473b4;
	border-bottom: 1px solid #4473b4;
}

#content input.box {
	width: 50%;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	border: 1px solid #999;
	padding: 2px;
}

#content input.other {
	width: 35%;
}

#content input.check {
}

#content .radioOption {
	padding: 0 5px;
}

#content .box-multirow {
	width: 80%;
	height: 12em;
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	border: 1px solid #999;
	padding: 2px;
	line-height: 1.2em;
}

#content ul {
	margin: 0 0 1.2em 0;
	padding: 0 0 0 30px;
}

#content ul li {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	list-style-type: square;
}

#content ul li ul li {
	list-style-type: circle;
}

#content ul li ul li ul li {
	list-style-type: disc;
}

#content ul.flat {
	margin: 0 0 1.2em 0;
	padding: 0;
}

#content ul.flat ul.indent {
	margin-left: 10px;
}

#content ul.flat li {
	list-style-type: none;
}

#content ul.spread li {
	padding-bottom: 0.4em;
}

#content ul.piped {
	margin: 0 0 1.6em 0;
	padding: 0;
	text-align: left;
}

#content ul.piped li {
	display: inline;
	margin: 0;
	padding: 0 0.5em;
	border-right: 1px solid #29456c;
}

#content ul.piped li.first {
	padding-left: 0;
}

#content ul.piped li.last {
	padding-right: 0;
	border: 0;
}

#content .subtext {
	font-size: 0.9em;
	color: #aaa;
}

#content .subtext a:link, #content .subtext a:visited {
	border-bottom: 0;
	color: #aaa;
}

#content .subtext a:hover {
	color: #4473b4;
	border-bottom: 1px dotted #4473b4;
}

#content .important-text {
	color: #a63030;
}

#content hr {
	height: 0;
	border: 0;
	border-bottom: 1px solid #29456c;
}

#content hr.grey {
	border-bottom: 1px solid #ccc;
	mmargin: 0.8em 0;
}

#content hr.separator {
	margin: 1.3em 0;
}

#content hr.short {
	margin-left: 0;
	width: 500px;
}

#content p.compact {
	margin: 0;
}

#content #selfemploy {
	border: 1px solid black;
	margin: 0 auto;
	margin-bottom: 1.3em;
}

#content #selfemploy td, #content #selfemploy tr, #content #selfemploy th {
	border: 0;
	margin: 0;
	ppadding: 0;
}

#content #selfemploy td, #content #selfemploy th {
	padding-right: 1.5em;
}

#content #selfemploy th, #content #selfemploy td.first {
	background-color: #eee;
}

#content #exemptions {
	border: 1px solid black;
	margin: 0 auto;
	margin-bottom: 1.3em;
}

#content #exemptions td, #content #exemptions th {
	padding-right: 1.5em;
}

#content #tips {
	border-left: 5px solid #4473b4;
	margin-left: 30px;
	padding-left: 10px;
	width: 560px;
}

#content #tips ul {
	padding-left: 15px;
}

#content #fundingCompare {
	border-color: #29456c;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

#content #fundingCompare td, #content #fundingCompare th {
	vertical-align: top;
    border-color: #29456c;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

#content #fundingCompare th {
	color: white;
	background-color: #4473b4;
}

#content #fundingCompare td ul {
	padding-left: 15px;
}

#content #fundingCompare span.term {
	color: #4473b4;
}

#fee {
	width: 420px;
	padding: 0;
	margin: 0 0 1.2em 20px;
}

#community li ul {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: .5em;
}

#content p span.emph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
	color: #4473b4;
}

#content b {
	font-weight: bold;
}

#sidebar {
	float: right;
	display: inline;
	width: 168px;
	margin: 0 0 40px 40px;
	OLDmargin: 40px 40px 0 0;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3em;
	background: #365b8f url(../images/side-bottom.gif) no-repeat scroll bottom;
	font-family: Arial, sans-serif;
	color: white;
}

#sidebar .heading {
	background: #315282 url(../images/side-header-bg.gif) no-repeat scroll bottom;
	padding: 0.6em 15px;
}

#sidebar h3 {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding: 0px;
	background-color: transparent;
	color: white;
}

#sidebar .info {
	width: 138px;
	padding: 0 15px 13px 15px;
	background: transparent url(../images/side-bg.gif) repeat-x scroll top;
	color: white;
}

#sidebar h4 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 0.8em 0 0.3em 0;
	margin: 0;
	line-height: 1.3em;
}

#sidebar h5 {
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

#sidebar ul {
	padding: 0 0 0 12px;
	margin: 0;
}

#sidebar ul li {
	list-style-type: square;
	line-height: 1.5em;
	padding: 0.6em 0 0 0;
}

#sidebar ul li a, #sidebar ul li a:link {
	color: white;
	text-decoration: none;
	border-bottom: 0;
}

#sidebar ul li a:visited {
	color: #fff;
}

#sidebar ul li a:hover {
	color: white;
	border-bottom: 1px dotted white;
}

#sidebar p {
	font-size: 0.9em;
	margin: 0px 0px 0.3em 0;
	padding: 0px;
}

#sidebar p.indent {
	padding-left: 10px;
}

#sidebar p span.bold {
	font-weight: bold;
}

#sidebar a, #sidebar a:link {
	color: white;
	text-decoration: none;
	border-bottom: 0;
}

#sidebar a:visited {
	color: #eee;
	border-bottom: 0;
}

#sidebar a:hover {
	border-bottom: 1px dotted white;
}

#sidebar img.circle {
	text-align: center;
	margin: 0px auto;
}

#sidebar form {
	margin: 0px;
	padding: 0px;
}

#sidebar input {
	margin: 0px 0px 0.3em 0px;
	padding: 0px;
}

#sidebar input.box {
	width: 113px;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	border: 1px solid #999;
	padding: 2px;
}

#sidebar input.button {
	margin: 0px 0px 0px 5px;
	padding-bottom: 1px;
}

#sidebar .title {
	font-style: italic;
}

span.contig {
	white-space: nowrap;
}

.smaller {
	font-size: 0.9em;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

span.smcaps {
	font-variant: small-caps;
}

#newsletterInset {
	float: right;
	display: inline;
	margin: 0 20px 0 0;
}

.footer {
	width: 923px;
	background-color: #29456c;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #fff;
	font-weight: normal;
	line-height: 3em;
	font-size: 0.95em;
	border-bottom: 2px solid #4473b4;
	margin: 0 auto;
}

.footer #copy {
	padding-left: 175px;
}

.footer #copy a:link, .footer #copy a:visited {
	color: white;
	text-decoration: none;
}

.footer #copy a:hover {
	border-bottom: 1px dotted white;
}


.footer #links {
	padding-right: 29px;
}

.footer #links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer #links li {
	display: inline;
	padding: 0 11px;
	border-left: 1px solid white;
}

.footer #links li.first {
	border-left: none;
}

.footer #links li a:link, .footer #links li a:visited {
	color: white;
	text-decoration: none;
}

.footer #links li a:hover {
	border-bottom: 1px dotted white;
}

.trailer {
	color: #aaa;
	font-size: 0.8em;
	display: none;
}

.trailer p {
	margin: 0px 0px 0em 0px;
	padding: 0px 0px 0.75em 0px;
}

.design-by {
	color: white;
	font-size: 0.9em;
	margin: 10px 0px 0px 0px;
	display: none;
}

.design-by p {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

.design-by img {
	border: 0px;
}

