body  {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image:url(images/background.jpg);
}

table td tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container {
	width: 740px;
	height: 100%;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container_navigation {
	vertical-align: top;
	border-right: 1px solid Black;
	
	background-color: #EEECDB;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18pt;
color: #003366;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #003366;
}


/* This is for header */

#header {
	width: 740px;
	height: 100px;
}

#bottom_row {
	width: 740px;
	height: 25px;
	background-color: #990000;
}

/* End the header */




/* This is for the left navigation menu */

#leftnavigation {
	width: 155px;
	color: #003366;
}

#leftnavigation td {
	height: 40px;
	border-bottom: 1px solid Black; 
}

#leftnavigation a:link, #leftnavigation a:visited {
	color: #003366;
	text-decoration: none;
}

#leftnavigation a:hover {
	text-decoration: underline;
}

/* End left navigation menu */



/* This is for the footer */

#footer {
	width: 740px;
	height: 100px;
	color: #003366;
}


#footer a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* End footer */

#content_area {
	vertical-align: top;
	background-color: White;
	padding-top: 12px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;

}


#content_area a:link, #content_area a:visited {

	color: Blue;
	text-decoration: underline;
}