/* -------------------------------------------------------- */
/* STANDARD HTML TAG RESET                                  */

body, form, fieldset {
	margin: 0;
	padding: 0;
}
ul {
	/*list-style-type: none; */
}
a {
	text-decoration: none;
}
a img, form, fieldset {
	border: 0;
}
pre {
	margin: 0;
	padding: 0;
}
h1, h2 {
	margin: 0;
	padding: 0;
}

/* -------------------------------------------------------- */
/* STANDARD HTML TAG DEFINITION                             */

body {
	background: url(imgs/headerPattern.jpg) left top repeat-x;
	color: #013d5f;
	font: 12px Arial, Helvetica, sans-serif;
}
h1{
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
h2{
	font-size: 14px;
	text-align: center;
	margin: 20px 0 40px 0;
}

/* -------------------------------------------------------- */
/* CONTAINER                                                */

#container {
	width: 1000px;
	margin: 0 auto;
}

/* -------------------------------------------------------- */
/* HEADER                                                   */

#header {
	position: relative;
	height: 240px;
	background: url(imgs/header.jpg) no-repeat;
}
#header a {
	color: #fff;
	font-weight: bolder;
	text-decoration: underline;
}
#header a:hover {
	text-decoration: none;
}
#login {
	position: absolute;
	top: 103px;
	right: 345px;
	width: 274px;
	height: 70px;
}
#login span.button a {
	position: absolute;
	top: 49px;
	right: 15px;
}
form#loginBox {
	position: relative;
	width: 274px;
	height: 70px;
}
form#loginBox input {
	float: left;
	margin-bottom: 4px;
	padding: 2px;
	width: 99px;
	height: 15px;
	background: #fff;
	border: 1px solid #0178a5;
	color: #006991;
}
form#loginBox label {
	float: left;
	margin: 3px 10px 0 0;
	width: 90px;
	background-color: inherit;
	color: #98def3;
	font-weight: bolder;
	text-align: right;
}
#login span.button a {
	background: #006991;
	text-decoration: none;
	font-weight: bolder;
	padding: 2px 4px;
	position: absolute;
	top: 51px;
	right: 0;
}
#date, #software, #contact, #registration {
	position: absolute;
	text-align: right;
	font-weight: bolder;
}
#registration {
	color: #fff;
	line-height: 20px;
	bottom: 16px;
	right: 406px;
}
#date {
	right: 20px;
	top: 8px;
	color: #98def3;
}
#software {
	right: 10px;
	top: 28px;
	color: #fff;
}
#contact {
	right: 20px;
	bottom: 18px;
	color: #98def3;
}

/* -------------------------------------------------------- */
/* CONTENT                                                  */

#content {
	padding: 40px 100px;
}
#content a {
	color: #013d5f;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}


