/* ==================================
   == JWT Education CSS
   == C. Ott, March 4, 2008
   == ================================ */
body, html {
    margin: 0; padding: 0; height: 100%;
    background: #cdcdcd;
    font-family: Verdana, sans-serif;
    font-size: medium;
    font-size: 90%;
    color: black;
}

h1 {
	font-size: 110%;
	color: #a1335a;
}
h4 {
	color: #3e4e58;
	font-weight:bold;
	font-size: 12px;
}
a:link {
    color: navy;
    text-decoration: underline;
    margin: 0; 
	padding: 10px 0 0 1em;
	
}
a:visited {
    color: navy;
    text-decoration: underline;
    margin: 0; 
	padding: 10px 0 0 1em;
}
a:active {
    color: navy;
    text-decoration: underline;
    margin: 0; 
	padding: 10px 0 0 1em;
}
a:hover {
    color: navy;
    text-decoration: underline;
    margin: 0; 
	padding: 0;
	padding: 10px 0 0 1em;
}
div#wrapper {
    position: relative;
    width: 820px;
    margin: 20px auto 0 auto;
    background: white;
    border: 0;
}
div#top {
    position: absolute;
    width: 100%; height: 80px;
    background: white 100% 0 no-repeat;
}
div#toplogo {
    position: absolute;
    width: 200px; height: 80px;
    margin: 0 0 0 0;
    background: white url(../images/edulogo1.jpg) 50% 0 no-repeat;
    z-index: 2;
}
div#topribbon {
    position: absolute;
    width: 100%; height: 9px;
    margin: 80px 0 0 0;
    background: #415968;
}

div#content {
	position: absolute;
	margin: 89px 0 0 0;
	background: white;
	padding: 0;
	width: 820px;
}
table#tblContent {
    border: 0;
    background: white;
}
td#leftmenu {
    width: 200px;
    background: #415968;
    color: white;
    padding: 1em 0 1em 0;
    vertical-align: top;
}
td#leftmenu h3 {
    margin: 10px 0 0 1em;
    font-weight: bold;
    font-size: 100%;
}
td#leftmenu p, a {
    display: block;
    margin: 1em 1em 0 1em;
    padding: 0;
}
td#leftmenu a {
    color: white;
    text-decoration: underline;
}

td#leftmenu a.hangingindent {
    margin: 1em 1em 0 2em;
    text-indent: -1em;
}


td#theText {
    background: white;
    padding: 2em 6em 2em 2em;
}

td#footer {
    height: 3em;
    font-size: 90%;
    color: #666666;
    background: #cdcdcd;
    text-align: center;
    padding: 0.5em 0 0 0;
}

ul {
    margin:9px;
    padding:0 8px;
	margin-bottom:15px;
}
li {
    margin:5px 0;
    padding:0px;
    list-style-type:disc;
    margin-right:10px;
}
.p_height {
height:500px;
}

html>body .p_height { 
height:auto; 
min-height:500px; 
}
