@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family:Arial, Arial, sans-serif;
}
body {
  background-color: #323E4B;
	text-align: center; /* HACK: this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #PageContainer selector */
}
#preloader{
  display:none;
}
#PageContainer {
  width: 960px;
  margin: 0 auto; /* center the page */
  text-align: left;
  background-image:url(images/bg_Blue.bmp);
}
br {line-height: 11px;}
/* =================================================
                HEADER: LOGO + MENU
   =================================================*/
#PageHeader {
  height: 77px;
/*  background-image:url(images/Logo.bmp);*/
  background-repeat:no-repeat;
}
#ImgLogo {
  border: 0px;
}

#TopMenu {
  height: 25px;
  background-image:url(images/TopMenu.bmp);
  background-repeat:no-repeat;
}
#TopMenu ul{
  padding: 3px 0px 0px 285px;
  font-size:14px;
  font-weight:bold;
  list-style-type:none;
}
#TopMenu li{
  display: inline;
  margin-right: 25px;
}
#TopMenu li a{
  color:#646E82;
  text-decoration:none;
}
#TopMenu li a:hover{
  color:#FC3;
}

/* =================================================
                FOOTER: DIV + P + EM
   =================================================*/
#PageFooter {
  height: 30px;
  clear: both;
}
#PageFooter p{
	color:#666;
	text-align:center;
	font-size:12px;
	font-family:symbols;
}
#PageFooter p em{
	font-size:10px;
	font-style:normal;
}

/* =================================================
          LEFT SIDE (MENU): DIV + LIST ITEMS
   =================================================*/
#LeftSide {
  float: left;
  width: 250px;
}
#LeftSide ul{
  margin-top: 15px;
  font-size:16px;
  font-weight:bold;
  list-style-type:none;
}
#LeftSide li{
  margin-bottom: 14px;
  padding: 0px 0px 0px 63px;
  zoom: 1;
}
#LeftSide li a{
  display: block;
  padding: 10px 12px 8px 0px;
  color:#FC3;
/*  background-color: #576067;*/
  background-image:url(images/btnLeftMenuOut.bmp);
  border: 1px solid #707070;
  width: 160px;
  height: 21px;
  text-decoration:none;
  text-align: right;
/*  height: 1px; */ /* works bad in IE7! HACK: Extra Whitespace in List Links bug */
}
#LeftSide li a:hover{
/*  background-color: #908A68;*/
  background-image:url(images/btnLeftMenuIn.bmp);
  border: 1px solid #C2C2C2;
}

/* =================================================
               MAIN WINDOW: DIV + P + EM
   =================================================*/
#TextContainer {
  float: left;
  padding: 15px 20px 20px 15px;
}
#TextWnd {
  background-image:url(images/bg_LightBlue.bmp);
  border: 2px solid #DDD;
  width: 640px;
  height: 800px;
  position: relative;
}
#TextHeader{
	color:#FFF;
	padding: 23px 13px 0px 13px;
}
#FadeLine {
  line-height:0px;
  font-size:0px;
  height: 2px;
  background-image:url(images/FadeLine.bmp);
  background-repeat:no-repeat;
  margin-left: 15px;
}
#Content{
	color: #CCC;
	padding: 15px;
	/*border: 1px solid #CCC;*/
}

/* =================================================
                      TEXT STYLES
   =================================================*/
#TextHeader h1{
	font-size: 26px;
}
#TextHeader h1 em{
	font-size: 21px;
  font-style:normal;
}
#Content p{
	color: #CCC;
	font-size: 13px;
	text-align:justify;
	zoom: 1;
	margin-bottom: 12px;
/*  height: 1px; */ /* works bad in IE7! HACK: IE 3 pixel jog bug */
}
#Content ul{
  list-style: square;
  margin-bottom: 12px;
	font-size: 13px;
}
#Content .Indent{
	margin-left: 120px;
}
#Content .pOrange{
	color: #FC3;
	margin: 0;
}
#Content p em{
  font-size: 11px;
  font-style:normal;
}
#Content h2{
	color: #CCC;
	text-align:justify;
 	font-size: 13px;
	font-weight:bold;
	margin-bottom: 18px;
}
#Content h2 em{
 	font-size: 11px;
  font-style:normal;
}
#Content h3{
	color: #FC3;
	float: left;
  font-style:light;
 	font-size: 13px;
  clear:both;
}
#Content h3 em{
 	font-size: 11px;                       
  font-style:normal;
}
#Content a {
/*  color: #FFC;*/
  color: #FFFFBF;
  text-decoration: none;
}
#Content a:hover {
/*  color: #FFC;*/
  color: #FFFFBF;
  text-decoration: underline;
}

/* =================================================
                MESSAGE BOX & FORMS
   =================================================*/
.msgClass {
  display:none;
  color:#063;
  background-color:#EEE;
  border: 2px solid #036;

/*	filter:alpha(opacity=70);  IE's opacity
  opacity: 0.70;*/

  font-weight: bold;
  font-size: 13px;
  text-align:justify;
  padding: 6px;
  position: absolute;
}

.btnSubmit
{
  background-color: #DDD;
  border: 1px solid #666;
  font-weight:bold;
  font-size:14px;
  padding: 5px 10px;
}

.textfield
{
  background-color: #EEE;
  border: 1px solid #333;
  font-size:13px;
  height: 18px;
  vertical-align:middle;
}

.divCheckBox
{
	float:left;
	background-image:url(images/chkbox.bmp);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	width: 17px;
	height: 17px;
}