/* Global reset from http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start */

html
{
	min-height: 100%;
	height: 100%;
}

body
{
	color: #000000;
	background-color: #EEEEEE;
	background-image: url('body-div.png');
	background-repeat: repeat-x;
	background-position: top left;
	min-height: 100%;
	height: 100%;
	font-family: "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1;
}

div#canvas
{
	background-image: url('canvas.png');
	background-repeat: repeat-y;
	background-position: top center;
}

div#canvas > div
{
	background-image: url('header.png');
	background-repeat: no-repeat;
	background-position: top center;
}

div#canvas > div > div
{
	background-image: url('footer.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-top: 50px;
	padding-bottom: 8px;
}

div#canvas > div > div > div
{
	margin: 0 auto;
	width: 700px;
	/*background-color: red;*/
	min-height: 405px; /* 397 + 8 */
}

div#header
{
	overflow: hidden;
	background-image: url('image.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

div#header > div
{
	width: 250px;
	float: right;
	height: 120px;
	background-color: #333333;
	color: #FFFFFF;
	text-align: right;
}

div#header > div > div
{
	padding: 1em;
}

div#header > div > div > div.name
{
	font-size: 1.8em;
	font-weight: bold;
}

div#header > div > div > div.number
{
	font-size: 1.5em;
	margin-top: 0.5em;
}

div#navbar
{
	background-color: #333333;
}

div#navbar > ul
{
	overflow: hidden;
}

div#navbar > ul > li
{
	/*
	width: 5.5em;
	float: left;
	*/
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.2em 0;
}

div#navbar > ul > li > a
{
	color: #EEEEEE;
	padding: 0.2em 0.5em;
	text-decoration: none;
}

div#navbar > ul > li > a:hover
{
	background-color: #444444;
	color: #FFFFFF;
}

div#page
{
	padding: 2em;
}

div#page ul,
div#page ol
{
	padding: 0 1.5em;
	margin: 1em 0;
}

div#page ul
{
	list-style-type: disc;
}

div#page ol
{
	list-style-type: decimal;
}

div#page li
{
	padding: 0.2em 0;
}

div#footer
{
	text-align: center;
	line-height: 1.3;
	margin: 0.5em 0;
}

sup,
sub  { font-size: 70%; }

sup { vertical-align: top;    }
sub { vertical-align: bottom; }

a       { color: #191966; text-decoration: underline; }
a:hover { color: #CC6600; text-decoration: none; }

h1, .h1 { font-size: 35px; margin: .67em 0; font-weight: bold; text-align: center; }
h2, .h2 { font-size: 24px; margin: .83em 0; font-weight: bold; text-align: left;   }

h1:first-child, .h1:first-child { margin-top: 0; }

p,
li,
dt,
dd
{
	line-height: 1.2;
}

p
{
	text-align: justify;
	margin: 1.2em 0;
}

div.text-block > p             { text-indent: 3em  !important; }
div.text-block > p:first-child { text-indent: 0    !important; }

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p
{
	text-indent: 0 !important;
}

table
{
	margin: 1em auto;
}

th,
td
{
	font-weight: normal;
	padding: 0.1em;
}

th { text-align: right; }
td { text-align: left; }

form dl > dt
{
	font-weight: bold;
	margin: 0 0 0.25em 0;
	padding: 0 !important;
}

form dl > dd
{
	margin: 0 0 0.5em 2em;
	padding: 0 !important;
}

.problem
{
	color: #CC0000;
	font-weight: bold;
}

.mandatory
{
	color: #CC0000;
}

textarea
{
	width: 100%;
	display: block;
	overflow: auto;
}

