@media print {
	* {
		color: darkblue !important;
		background-color: white !important;
	}

	#side-menu, #top-menu, #logo, #sidebar {
		display: none;
	}
}

html {
	height: 100%;
}
body {
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 10pt; 
	color: #00008b;
	padding: 0;
	margin: 0;
	height: 100%;
	min-width: 590px;
}
a img {
	border: none;
}
#path {
	float: right;
}
a:link {
	text-decoration: underline;
	color: #0088b8;
}
a:visited {
	color: #0088b8;
	text-decoration: underline;
}



h1 {
	text-align: center;
	color: #0088b8;
}

td#header h1 {
	color: #0088b8;
}

h2 {
	color: #0088b8;
}

h3 {
	color: #0088b8;
}

h4 {
	color: #0088b8;
}

h5 {
	color: #0088b8;
}

h6 {
	color: #0088b8;
}


#content-table {
	height: 100%;
	width: 100%;
	top: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
#content-table td {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;

}

#content-table p {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align:justify;
}
#content-table .align-right p { text-align: right;}
#content-table .align-center p { text-align: center !important;}
img.ac { text-align: center;}
#content-table .align-left p { text-align: left;}

.contenttable td p {
	margin: 0 !important;
}

#logo {
	display: block;
	width: 398px;
	height: 113px;
	margin: 3px;
	float: left;
	border: none;
}

#header {
	color: #0088b8;
	background-color: #e6fcff;
}

#top-menu {
	margin: 1ex 0 0 0;
	padding: 2px 0;
	background-color: #0088b8;
/*	background-color: #0088b8;*/
	color: white;
	clear: both;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#top-menu a {
	margin: 0 0.4em;
	color: white;
	text-decoration: none;
}

#side-menu {
	background-color: #e6fcff;
		width: 14em;
}



#side-menu ul {
	padding-left: 0em;
	margin-left: 1em;
	list-style: none;
	color: black;
	white-space: nowrap;
	font-weight: bold;
}

#side-menu ul ul {
	font-weight: normal;
	white-space: normal;
}

#side-menu li {
	text-align: left;
	margin-top: 5px;
}

#side-menu p {
	text-align: center;
}

#services li {
	margin-top: 0;
}

#services a {
	text-decoration: none;
}

#services a span {
	text-decoration: underline;
}

#side-menu img {
	vertical-align: middle;
	margin: 1px 2px;
	border: 0;
}

#body {
	margin: 2ex 1.5em;
}

#body img {
	margin: 1px 5px;
}

:target {
	background-color: #00008b;
}

#sidebar {
	float: right;
	clear: right;
	width: 30%;
/*	width: 20em;
	min-width: 12em;
	max-width: 30%;*/
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 0;
	padding: 1px;
	border: 1px solid black;
	background-color: #0088b8;
	color: #ffffff;
}

#sidebar p {
	padding: 0 3px;
}

#sidebar h2 {
	padding: 0 4px;
	margin-top: 0;
	color: #0088b8;
	background-color: #e6fcff;
}

#sidebar h3 {
	padding-left: 0;
	margin-left: 4px;
	margin-right: 0;
	color: #00008b;
}

#sidebar a:link {color: #191970;}
#sidebar a:visited {color: #005e81;}

#sidebar > p:last-child {
	padding-bottom: 10px;
}

#expertise a {
    color: #000080;
    text-decoration: none;
    font-size: 150%;
    font-weight: bold;
}
#expertise a:hover {
    text-decoration: underline;
}
#expertise img {
    border: 0;
    padding: 0.5em;
}
#expertise td {
    vertical-align: middle;
}
#expertise td.leftcol {
    text-align: right;
}
#expertise td.rightcol {
    text-align: left;
}
#ducksworth {
    border-collapse: collapse;
    margin: 0 auto;
}
#ducksworth th, #ducksworth td {
    border: 1px solid black;
    padding: 4px;
}
#ducksworth td {
    width: 4em;
    text-align: center;
}
#ducksworth caption {
    margin: 0 auto;
}


ul.keywords {
	margin-right: 10px;
}

td p.bodytext { margin: 0;} 

.align-center { text-align: center !important; }

