html,body {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
}

body {
	font-size: 13px;
	width: 1000px;
	margin: 0 auto;
	font-family: "Verdana", "Arial", "Trebuchet MS", "Helvetica",
		"sans-serif";
}

/* HEADER  */

#header .menu {
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: 0px;
}

#header .menu LI {
	list-style-type: none;
	float: right;
	padding: 2px 6px 2px 5px;
	margin: 0;
	margin-top: 5px;
}

#header .menu LI.separator {
	padding-right: 0;
	padding-left: 0;
	border-left: 2px solid #16a7c9;
}

#header .menu LI A {
	color: #050606;
	text-decoration: none;
	font-size: 12px;
}

#header .menu LI A:hover {
	text-decoration: underline;
}

#header INPUT {
	height: 12px;
	border: 1px solid #3DADE1;
	vertical-align: bottom;
	width: 130px;
	background: White url('../img/input-bg2.gif') right bottom no-repeat;
	line-height: 90%;
	font-size: 90%;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
}

#header LABEL {
	font-size: 12px;
	color: #0076A3;
}

#header #masthead {
	position: relative;
	width: 1000px;
	height: 200px;
}


/*  CONTENT  */
#content {
	background-color: #ffffff;
}

#content #inner_page {
	background-color: #ffffff;
	padding: 5px 0px 10px 0px;
}

#content #blocks {
	background-color: #c4c6c8;
	padding: 3px;
	margin: 0px;
}

#content .blocks {
	position: relative;
	overflow: hidden;
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
}

#content .blocks TD.cell {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

/* FOOTER */
#blocks #footer {
	background-color: #c4c6c8;
	padding: 10px;
}


#footer {
	background-color: #FFFFFF;
  font-family: "Arial";
}

#footer img {
	border: none;
}

#footer #footer-content {
	height: 122px;
	background: #1a7895 url("../img/footer-bg.gif") top left repeat-x;
	padding: 0px 10px 10px 25px;
	position: relative;
	overflow: hidden;
	color: White;
}

#footer #footer-content .left {
	padding-top: 10px;
	float: left;
	width: 530px;
	text-align: left;
}

#footer #footer-content .buttons {
	padding-top: 5px;
	float: left;
	width: 60px;
	font-size: 11px;
	text-align: center;
}

#footer #footer-content .buttons img {
	border: none;
}

#footer #footer-content .right {
	padding-top: 10px;
	float: right;
	width: 355px;
	text-align: right;
}

#footer #footer-content P {
		margin: 0px;
	font-size: 11px;
	text-align: right;
}

#footer #footer-content a {
	color: white;
	text-decoration: none;
}

#footer #footer-content a:hover {
	text-decoration: underline;
}

#footer #footer-content P.large {
	font-size: 14px;
}


#footer #footer-content .left P {
	text-align: justify;
}

#footer #footer-content .right P {
	text-align: right;
}

#footer #footer-content .right .NIJ {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

table.database td {
	margin: 5px 5px 5px 5px;
	font-size: 13px;
}

table.database td ul {
	margin-top: 2px;
}

table.database td li {
  margin-left:-28px;
  font-weight:bold;
  margin-top: 8px;
}
