@charset "utf-8";
/*******************************************
 * Defining styles of common HTML entities *
 *******************************************/
body {
	background: #5c9ccc url(/media/images/BG.png) 50% 50% repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #000;
}
body a:hover {
	background-image:none;
    color: #24418f;
    text-decoration: underline;
}
a:link, a:visited {
    color: #F0281f;
    text-decoration: none;
}

h1 {
	color: #C00;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 10px;
}
h2 {
	color: #600;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	line-height: 1.2em;
	white-space: normal;
}
h3 {
	color: #122442;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}

ul {
	margin-left: 8px;
}
li {
	list-style: inside;
	font-size: 0.9em;
	line-height: 1.2em;
}
p	{
	margin-bottom: 8px;
}
/**************************
 * Defining layout styles *
 **************************/
#pageWrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index:1;
	width: 100%;
	height: 100%;
	overflow: hidden;
/*		border: 2px solid #000;		*/
}
#pageContent {
	margin: 0 auto;
	z-index:2;
	background: rgb(206, 241, 255);
}
#pageHeader {
	text-align: center;
}
#debug	{
	display: none;
}
