/* CSS Document */

body {
color: #1B458D;
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
background-image:  url("images/bg_body.gif");
}

#container {
width: 700px;
margin-left: auto;
margin-right: auto;

}

#header {
background-image:  url("images/header.jpg");
background-repeat: no-repeat;
height: 98px;
}

#header h1, #header h2 {
display: none;
}

/* *************** left navigation************** */

.sidenav {
background-color: #859cc2;
}

.sidenav h2, .sidenav h3 {
text-align: right;
font-style: italic;
font-size: 1.5em;
font-family: "Times New Roman", Times, serif;
line-height: 1.5em;
color: #FFFFFF;
padding-left: 20px;
}

.sidenav h3 {
font-size: 1.0em;
padding-bottom: 10px;
}

.sidenav {
	width: 170px;
	padding-right: 15px;
	margin-left: 0px;
}
.sidenav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.sidenav li {
	margin-left: 0em;
	font-size: 1.3em;
	padding-left: 0em;
	line-height: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.sidenav a {
	color: #1B458D;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.sidenav a:hover {  
	color: #FFFFFF;
	text-decoration: underline;
}
.sidenav ul li {
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #A7A7CF;
	border-bottom-style: solid;
}
.sidenav ul ul {
	padding-bottom: 0.5em;
	padding-top: .5em;
}
.sidenav ul ul a {
	/*color: #1B458D;*/
	color: #000066;
	font-size: .8em;
}

.sidenav ul ul li {
	margin-left: 25px;
	border: none;
	line-height: 1.2em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
.bullet {
	padding-left: 18px;	
	display:block;
}

.bullet:hover {
	background-image:  url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

.bullet_selected {
	background-image:  url("images/bullet_selected.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	display:block;
}

#main {
padding: 0px;
}

#content {
padding: 10px;
background-color: #FFFFFF;
line-height: 1.5em;
font-size: 1.3em;
background-image:  url("images/bg_main.gif");
background-repeat: no-repeat;
}

#content h1 {
font-size: 1.6em;
}

#footer {
background-color: #999999;
padding: 5px;
font-size: 10px;
}

.tableHeading {
	background-color: #000066;
	color: #FFFFFF;
	padding-left: 5px;
	font-size: 14px;
}

.smallText {
	font-size: .7em;
	text-decoration: none;
	color: #666666;
	}