@charset "UTF-8";
/* CSS Document */

body {
background-image:url(images/main_bg_green.png);
background-position:center;
margin:0;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
}


h2 {
	font-size:15px;
	color:#063;
}

.dyk
{
border:#396;
border-style:dashed;
border-width:thin;
padding:5px;
background-image:url(images/main_bg_green.png);
color:#060;
}

.intervene
{
border:#F63;
border-style:dashed;
border-width:thin;
padding:5px;
color:#F63;
}

.subtext {
	font-size:9px;
	font-style:italic;
}

.needlink {color:#FF0000;}

.textlink {color:#333333; font-size:14px;}

.header {font-size:14px;
font-weight:bold;
}

a {
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color:#F63;
}
a:visited {
	text-decoration: none;
	color:#F63
}
a:hover {
	text-decoration: underline;
	color:#F33;
}
a:active {
	text-decoration: none;
	color: #F63;
}

#wrapper {
	font-family:Arial, Helvetica, sans-serif;
width: 796px;
margin: 0 auto;
}

#nav {
background-image:url(images/small_header.png);
background-repeat:no-repeat;
height: 80px;
}

/** NAV **/

.nav {
width:900px;
height: 86px;
background-image:url(images/small_header.png);
background-position:left;
background-repeat:no-repeat;
float: left;
display: block;
}

a.home {
margin-top:0px;
margin-left:544px;
float: left;
width: 58px;
height: 40px;
background: url("images/home_button.png") 0 0 no-repeat;
text-decoration: none;
}

a:hover.home {
background-position: 0 -40px;
}

a.contents {
margin-top:0px;
float: left;
width: 78px;
height: 40px;
background: url("images/contents_button.png") 0 0 no-repeat;
text-decoration: none;
}

a:hover.contents {
background-position: 0 -40px;
}

a.links {
margin-top:0px;
float: left;
width: 50px;
height: 40px;
background: url("images/links_button.png") 0 0 no-repeat;
text-decoration: none;
}

a:hover.links {
background-position: 0 -40px;
}

a.quiz {
margin-top:0px;
float: left;
width: 49px;
height: 40px;
background: url("images/quiz_button.png") 0 0 no-repeat;
text-decoration: none;
}

a:hover.quiz {
background-position: 0 -40px;
}

/** CONTENT **/

#content {
width: 750px;
margin: 0 auto;
}

/** SIDENAV **/

#sidenav {
width: 145px;
min-height: 100%;
background-image:url(images/sidenav_bg.png);
float: left;
padding: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;

}

#sidenav_content {
width: 630px;
float: right;
padding: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#sidenav_content strong {
font:Arial, Helvetica, sans-serif;
font-size:12px;
}
#sidenav_content p {
font:Arial, Helvetica, sans-serif;
font-size:11px;
}
#sidenav_content p strong {
font:Arial, Helvetica, sans-serif;
font-size:12px;
}

ol
{
list-style:disc;
list-style-type:disc;
list-style-position:inside;
display:inline;

}
