﻿@import url("layout.css");

body {
    text-align:center;
	background-image: url;
}

#aspnetForm {
    text-align:center;
}

#container {
    width: 800px;
    margin: 0;
    text-align: left;
}

#masthead {
    text-align: center;
    width: 800px;
    height: 221px;
    border-style: none;
    background-color: #fffbde;
    background-image: url('../Images/IKO-PG-HEADER.jpg');
}

#menubar {
	width: 800px;
	color: #CCCCCC;
	background-color: #010066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#leftsidebar {
    position : relative;
    float : left;
}

#content {
    text-align: center;
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#footer {
	width: 800px;
	height: 50px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menubar a:link {
    color: #CCCCCC;
    text-decoration: none;
}
#menubar a:visited {
    color: #CCCCCC;
    text-decoration: none;
}
#menubar a:hover {
    text-decoration: none;
}
#menubar a:active {
    text-decoration: none;
}
		
/* Content Styles */
h6 {
	color: #3040b0;
}
h5 {
	color: #3040b0;
}
h4 {
	color: #3040b0;
}
h3 {
	color: #3040b0;
}
h2 {
	color: #3040b0;
}

.login {
    background-color:   White;
}