/* CSS Document */
body {
	margin:0px;
	padding:0;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	color: #5C5B59;
	overflow:-moz-scrollbars-vertical;
	font-size: 14px;
}

.leftnav {
	background-color:#CFD7E2;
}

.leftnav ul {
	padding:10px;
	margin:0px;
	list-style-type: none;
	display: block;
}

.leftnav li {
	background-image: url(../../images/list.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	border-bottom: 1px solid #B3BDD1;
	line-height:20px;
}

.leftnav a {
	font-size: 80%;
	font-weight: bold;
	color: #383E73;
	text-decoration: none;
}

.leftnav a:hover {
	color: #676D9E;
}

#content {
	padding:0px;
	float:right;
	width:590px;
	height:auto;
}

#header {
	padding:0px;
	height:auto;
}
	
#footer {
	width:770px;
	float:left;
	padding:0px;
	background-image: url(../../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:13px;
	height:auto;
}

p {
	font-size: 80%;
}

li {
	color: #5C5B59;
	font-size: 80%;
}
 
h1 {
	color: #7985C1;
	font-size: 150%;
	font-weight:normal;
}
 
h2 {
	color: #676D9E;
	font-size: 110%; 
	font-weight:bold;
}
 
h3 {
	color: #7985C1;
	font-size: 80%;
}
 
h4 {
	color:#886a62;
}

a:link, a:visited {
	color:#383E73;
	text-decoration:underline;
}
a:hover {
	color:#383E73;
	text-decoration:none;
}
 

	
