/** BASIC */
body {
        text-align: center;
        margin: 0px auto 0px auto;
}

/* Layout */
#page {
        width: 700px;
        text-align: left;
        background: white;
        margin: 10px auto auto auto;
}

#header {
	background: url(/images/logo.gif) top left no-repeat;
        height: 50px;
	text-align: right;
	padding-top: 100px;
}

#menu a , #menu b {
	font-size: 16px;
	color: #004379;
	margin-left: 10px;
}

#content {
	min-height: 300px;
	margin-bottom: 20px;
}

#footer {
        border-top: 1px solid #004379;
	color: #004379;
	font-size: 10px;
	margin-bottom: 10px;
}

.printonly {
  display: none;
}

/** HEADINGS */

p {
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #004379;
}

h1 {
	font-size: 20px;
	letter-spacing: 2px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

/** LINKS */

a {
	text-decoration: none;
	color: #004379;
}

a:hover {
	text-decoration: underline;
}

/** MISC */

ul {
        margin-left: 18px;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0px;
}

