html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: rgb(15, 106, 179); outline: none; text-decoration: none;}
a:hover {color: #000;}

body {
	background: black url('img/body.jpg') no-repeat center top;
	font-family: arial;
	font-size: 10pt;
	padding-top: 64px;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0;}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}

.centered{
	margin-right:auto;
	margin-left:auto;
	float:none;
}

/* structure */
.inner-container {
	background: #FFFFFF;
	font-size: 1.0em;
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	border: 2px solid black;
	padding: 5px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

#error {
    color: red;
    text-align: center;
}

.invalidInput{
	border:1px solid #F00;
	background-color: #FFECE6;
}

.login {
	color: #fff;
	text-align:center;
	margin-left: 725px;
	padding-bottom:5px;
}

.login a{
	color: white;
	text-decoration: none;
}

.login:hover {
	color:white;
}

.logout {
	color: #fff;
	text-align:center;
	margin-left: 825px;
	padding-bottom:5px;
}

.logout a{
	color: white;
	text-decoration: none;
}

.logout:hover {
	color:white;
}

/* header*/
.header {
	background: url('img/header.gif');
	background-position: center;
	height: 125px;
	text-align: center;
}

/* ----------- Navigation ----------- */
#navigation{
	background: #CFB53B;
	height:32px;
	margin: auto;
	width:auto;
}
#navigation ul{
	height:32px;
	line-height:32px;
}
#navigation ul li{
	display:inline;
}
#navigation ul li a,
#navigation ul li a:visited {
	padding:0 20px;
	display:block;
	text-decoration:none;
	float:left;
	color:#fff;
	font-weight:bold;
}
#navigation ul li a:hover{
	outline:none;
	color: black;
}

/* ----------- Sub Menu ----------- */
#sublinks{
	width:auto;
	margin:0 auto;
	height:25px;
	font-size:12px;
}
#sublinks ul{
	height:25px;
	line-height:31px;
}
#sublinks ul li{
	display:inline;
}
#sublinks ul li a,
#sublinks ul li a:visited {
	outline: none;
	padding:0 20px;
	display:block;
	text-decoration:none;
	float:left;
}
#sublinks ul li a:hover{
	text-decoration:underline;
}

/* ----------- Hide Sub menu ----------- */
#s2, #s3{display:none;}

/* main */
.main {
	border-top: 4px solid #FFFFFF;
	padding: 2px 12px 15px 15px;
	display:block;
	float:none;
	position:relative;
}

.main ol {
	list-style-type:decimal;
}

.content {
	float: inherit;
}

.content .descr {
	font-size: 0.9em;
	margin-bottom: auto;
}

.content li {
	margin-left: 18px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.end_footer {
	text-align: center;
	color: white;
	font-size: 1em;
}
.end_footer a {
	color: #FFF;
}

.footer {
	height: 20px;
	background: #CFB53B;
	color: #000000;
	font-size: 1em;
	margin-top: 2px;
	padding: 5px 12px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

