 /* CSS Document */

body {
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bg_paper.gif);
	background-attachment: fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	}

a, a:visited {
	color: #010350;
	text-decoration: none;
	}

a:hover, a:visited:hover {
	color: #9590cd;
	text-decoration: none;
	}	

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010350;
	font-size: 16px;
	}

h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	}

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010350;
	font-size: 12px;
	font-weight: bold;
	}

/* Layout */
#intro {
    left: 50%;
    top: 50%;
	width: 716px;
	height: 436px;
	position:absolute;
	visibility: visible;
    margin-left: -358px; /* half of width */
    margin-top: -210px;  /* half of height */
}

#head {	
	width: 900px;
	height: 105px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/layout_01.png);
	background-repeat: no-repeat;	
	}

#main_content {
	width: 820px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/layout_02.png);
	padding-left: 40px;
	padding-right: 40px;
	}

#footer {
	width: 900px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	}

#tree {
	width: 900px;
	height: 336px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/layout_05.png);
	background-repeat: no-repeat;
	}

#main {
	float:right;
	width:650px;
	margin-top:30px;
	margin-bottom:30px;
}

#left_nav {
	float:left;
	width:150px;
	margin-top:30px;
	margin-bottom:30px;
	border-right:1px;
	border-right-style:solid;
	border-right-color:#CCCCCC;
	}

/* Classes */

.copyright {
	text-align: center;
	padding-top: 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	}

.paragraph_heading {
	color: #010350;
	font-weight: bold;
}

/* Menu */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
top: 0;
left: 0;
}
dl#menu {
width: 140px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
height: 30px;
line-height: 30px;
text-align: left;
font-weight: bold;
background: #E6E6E6;
}
dl#menu dd {
border: 1px solid #E6E6E6;
}
dl#menu li {
text-align: left;
background: #fff;
}
dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left:10px;
}

dl#menu li a {
color: #010350;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left:15px;
padding-top:5px;
padding-bottom:5px;
}

dl#menu dt a:hover {
background: #9590cd;
color:#fff;
}

dl#menu li a:hover {
color:#9590cd;
border-left:7px solid #9590cd;
padding-left:8px;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}


/* Pathway */
#pathway {
	display: block;
	margin-top:75px;
	margin-right:30px;
	float: right;
	font-size: 80%;
	padding: 0 8px 0 0;
	background: url(../images/pathway-r.gif) no-repeat center right #E6E6E6;
	line-height: 23px;
}

#pathway div.innerpad {
	display: block;
	float: left;
	padding: 0 0 0 8px;
	margin: 0;
	background: url(../images/pathway-l.gif) no-repeat center left;
}

#pathway img {
	margin: 0 5px 1px;
}

#pathway a {
	color: #4F4F4F;
}
