@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

#page {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-image: url(../images/bkground.gif);
}

html { min-height: 100%; margin-bottom: 1px; }

a:link {
	color: #00529b;
}
a:visited {
	color: #00529B;
}
a:hover {
	color: #990000;
}
a:active {
	color: #00529B;
}

h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00529b;
}

h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffc525;
}
#page #header {
	height: 100%;
	background-color: #FFFFFF;
}
#page #navigation {
	float: left;
	width: 125px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00529b;
	background-color: #ffc525;
	height: 100%;
	clear: both;
	background-image: url(../images/nav_bkground.gif)repeat-y 50% 0;
}

#page #title {
	float: right;
	width: 615px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
}
#page #main {
	float: right;
	width: 615px;
	padding-left: 5px;
	padding-right: 5px;
	height: 100%;
	padding-bottom: 5px;
}
#page #footer {
	clear: both;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00529b;
	height: 100%;
	background-color: #FFFFFF;
}
#page #main #acrobat {
	height: 75px;
	width: 75px;
	float: left;
	padding-right: 20px;
}
