/* General settings */
body {
	background: #0462CA url(../images/background.gif) repeat-x fixed top left;
	text-align: center;
	padding: 0px;
}

img {
	border: 0px;
}

input.textfield {
	height: 17px;
	width: 196px;
    border: 1px #70A1D1 solid;
}
input.textfield_2 {
	height: 17px;
	width: 70px;
    border: 1px #70A1D1 solid;
}

a {
	color: #0462CA;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
}

h1 {
    font-weight: bold;
    color: #0051a5;
    font-size: 20px;
}

h2 {
    font-size: 20px;
}

select.wide {
	height: 17px;
	width: 196px;
}

/* Portal */
#block {
	background-color: white;
	width: 720px;
	padding: 20px;
	text-align: left;
}

#block, #content {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

#header {
	width: 100%;
	height: 60px;
}

div#footer {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;

	color: #0462CA;
	font-size: 10px;
}

/* Index */
table#index {
	text-align: left;
	background-color: white;
	width: 900px;
}

ul.menu {
	list-style: outside url(../images/arrow.gif);
	marker-offset: 100;
	margin: 0px;
	padding-left: 16px;
}

ul.menu li {
	margin-top: 4px;
	margin-bottom: 10px;
	margin-left: 0px;

	padding-top: 0px;
	padding-left: 0px;
}

ul.menu li a {
	text-decoration: none;
}

ul.menu li a:hover {
	color: orange;
}

#dotted_line {
	background: url(../images/dotted_line.gif) repeat-y top center;
	padding: 0px;
	width: 40px;
}

#index, #index td, td {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
}

td#content {
	vertical-align: top;
	padding-right: 20px;
}

td#navigation {
	padding-left: 15px;
}

td#logo {
	padding-left: 15px;
	padding-top: 15px;
}

td#contact {
	padding-right: 15px;
	padding-top: 15px;
}

td#footer {
	width: 100%;
	text-align: center;
	padding-top: 20px;

	color: #0462CA;
	font-size: 11px;
}
