body {
	background:#FFFFBB;
	width: 780px;
	height: 100%;
	}

.header {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333366;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}

.alt {
	display: none;
	}
	
h1 {
	font-family: helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	color:#0A50A1;
	margin:0 0 8px 0;
	}
	
h2 {
	font-family: helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	color:#666;
	}

cs {
	width: 780px;
	margin-left: 133px;
	font-family: courier;
	font-size:10px;
	}

#content {
	background: #FFFFBB;
	border-top: 1px dashed #668187;
	margin-left: 133px;
	font-family: georgia, times, courier, serif;
	}
	
#content cs {
	font-family: courier;
     font-weight:normal;
	}

#content h1, h2, h3 {
	color: #668187;
	}
	
#content h1 {
	font-size: 22px;
	}
	
#content h2 {
	font-size: 18px;
	}
	
#content h3 {
	font-size: 16px;
	}

#content ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}

#content ul li {
	padding-left:30px;
	padding-bottom:6px;
	background-image:url(images/blueCaret.png);
	background-repeat:no-repeat;
	background-position: top left;
	}

#content td {
	vertical-align:top;
	}
	
p.practice {
	font-size:20px;
	color:#555;
	}
	
#navcontainer {
	width: 122px;
	float: left;
	clear: both;
	}

#navcontainer ul {
 border-top: 1px solid #3C3F6C;
 margin: 0px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
 list-style: none;
 width: 122px;
 padding-left: 0px;
 }

#navcontainer ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#navcontainer ul li a {
 height: 15px;
 display: block;
 padding: 0.3em 2em;
 color: #0A50A1;
 text-decoration: none;
 border-bottom: 1px solid #3C3F6C;
 }

#navcontainer ul li a:hover {
 background: #36C;
 color: white;
 border-bottom: 1px solid #3C3F6C;
 }

#navcontainer li a#current {
 background: #0A50A1 url(../images/secvGear.gif) no-repeat;
 background-position: 3px 50%;
 color: white;
}

#navcontainer ul > li > ul.subnav > li > a {
height: 100%;
color:#222;
}

#navcontainer ul > li > ul.subnav > li > a#subcurrent {
background:#999;
color:white;
}

#navcontainer ul ul li a:hover {
	background:#EEE;
	}

.callout {
	width:240px;
	margin-left:20px;
	float:right;
	color:#0A50A1;
	}
	
.epigram {
	font-style: italic;
	font-size:18px;
	margin-bottom:2px;
	padding-bottom:0;
	text-indent:-.35em;
	}
		
.epigramAuthor {
	font-size:14px;
	text-align:right;
	margin-top:0px;
	padding-top:0;
	}
	
.question {
	font-weight:bold;
	font-style:italic;
	}

table.mdv {
	vertical-align: top;
	font-family: helvetica, sans-serif;
	font-size:10px;
	}
	
table.mdv th, table.mdv td {
	width: 25%;
	padding:2px 0 2px 0;
	}
	
table.mdv td.inner {
	border-top: 1px solid black;
	padding-right:3px;
	}
	
table.mdv td.cat {
	font-weight:bold;
	}
	
table.mdv thead {
	font-weight: bold;
	text-align: left;
	background:#0A50A1;
	color:white;
	}
	
table.mdv thead th {
	}
	
table.mdv tr.odd {
	background:#eee;
}

table.mdv tr.even {
	background:#ccffcc;
}
	
.footer {
	font-family: helvetica, sans-serif;
	font-size:10px;
	line-height:1.1em;
	padding-top: 3px;
	background-color: transparent;
	text-align: left;
	margin-left:133px;
	color:#666;
	bottom: 4px;
	width: 100%;
	z-index: 20;
	}
	
.contact {
	margin-left:1ex;
	}
