body {
	margin-top: 0; 
	margin-bottom:0;
	margin-left: 5%;
	margin-right: 10%; 
	font-family: Tahoma, Verdana, sans-serif; 
	background-color: #E1EAE9;
	scrollbar-highlight-color: #006699;
	scrollbar-shadow-color: #006699;
	scrollbar-3dlight-color: #282426;
	scrollbar-arrow-color: #990000;
	scrollbar-track-color: #fcfcfc;
	scrollbar-darkshadow-color: #282426;
	color: #39506c;
}

h1 {
	font-weight: bold; 
	font-size: 14px; 
	color: #1d4c4d; 
	font-family: Tahoma, Verdana, sans-serif;
}

h2,h3,h4 {
	font-weight: bold; 
	font-size: 12px; 
	color: #1d4c4d; 
	
}

p {
	margin-top: 0px; 
	font-size: 12px;
	 color: #39506c;
	 line-height: 20px;
	 text-align: justify;
}

td{
	font-size: 12px;
	 color: #39506c;
	 line-height: 20px;
}

ul {
	margin: 0; 
	padding: 0;
}

li {
	list-style-type: square;
	margin: 0 0 0 17px; 
	/* nb to display the bullets */
	padding: 0;
	font-weight: normal; 
	font-size: 12px; 
	color: #39506C; 
	line-height: 20px; 
	font-family: Tahoma, Verdana, sans-serif; 
}

a {
	font-weight: normal; color: #39506c; line-height: 1.4em; font-style: normal;
}
a:hover {
	font-weight: normal; color: #5094be; line-height: 1.4em; font-style: normal; background-color: #cae2f1; text-decoration: none;
}
a:visited {
	font-weight: normal; color: #666; line-height: 1.4em; font-style: normal; text-decoration: none;
}

#header {
	height: 124px; 
	padding-top: 15px;
	padding-bottom :10px;
}

#menu {
	height: 38px; /*same as bg image */
}

#menu ul {
	list-style: none; /* to remove bullets */
	margin: 9px 0; /* for the bar itself */
}

#menu li {
	display: inline; /* for horisontal nav bar */
	padding: 10px 0; 
	/*  NB padding left and right 0 to eliminate space between buttons*/
	margin: 0px; 
	height: 38px; /* NB to accommodate back-ground image */
	background-image: url(images/bg_menu2.gif); 
	/* NB here to only display bg image to edge of last item */
	
}

li a:link, li a:visited { 
color:#000000; /* to set hover color for the hyperlinks */
font-weight: bold; /* nb to display BOLD in the nav bar */
text-decoration:none; /* to remove underline of the hyperlinks */
border-top: 1px solid #ffffff;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #426e79;
border-left: 1px solid #eeeeee;
margin:8px -2px 4px 0; /* for the items */
padding:8px;
}

li a:hover, li a:active {
color:#ffffff; /* to set hover color for the hyperlinks */
font-weight: bold; /* nb to display BOLD in the nav bar */
border-top: 1px solid #426e79;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #eeeeee;
}

.active {
		color: #990000;
}

#wrapper {
	margin: 0 0 0 31px;
	background-image: url(images/background.jpg);
	border-right: 1px solid #9BB5C4;
}

#sidebar {
	margin: 0;
	padding:0;
	background: #FFF url(images/bg_side_bar.jpg) repeat-y;
}

#content {
	padding:0 20px;
}


#footer {
	border-top: 1px solid #39506C;
	padding-top: 10px; 
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 11px; 
}


#footer a:hover {
	background-color: #cae2f1; 
	text-decoration: underline;
}

