html {
/*	height: 100%;*/
}

body {
	height:100%;
	background: #BABAAB url(_images/bg_center_slate_mod.gif) repeat-y 0% 0;
    margin : 0px 0px 0px 0px;
    font-family:Calibri,Helvetica,Arial,sans-serif;
    font-size:1em;
}

div {
    /*border: solid 2px #CCFFCC;*/
    /*background-color:#FFFFFF;*/
}

#wholePage {
    position: relative;
    width: 99%;
    top:0px;
    left:0px;
    margin-left:0.5em;
    margin-right:0.5em;
}

#pageHeader {
    position: absolute;
    top:0px;
    left:0px;
    width: 750px;
    z-index:0;
}

.pageHeaderCounterImage {
    position: absolute;
    left:460px;
    top:0px;
    height: 40px;
    width: 105px;
    padding: 5px 3px 3px 3px;
    z-index:2;
    background-color:Transparent;
}

.pageHeaderCounter2 
{
	/*
    position: absolute;
    left:0px;
    top:140px;
    height: 30px;
    width: 750px;
    z-index:2;
    background-color:Transparent;
	vertical-align: text-bottom;
*/
	padding-top: 6px;
    padding-bottom: 0px;

}


#main {
    position: absolute;
    top:175px;
    left:0px;
    height:100%;
    width: 750px;
}

.topNav {
    border-left: solid 2px #FE7414;
    border-top: solid 2px #FE7414;
    border-right: solid 2px #FE7414;
}

#contentTopCenter {
  position:absolute;
  top: 0px;
  left: 0px;
  width:100%;
}

p {
	margin-top:0px;
	font-family:Cambria,"Times New Roman",Times,serif;
	letter-spacing:0.01em;
	line-height:1.3em;
	text-align:justify;
}

.EventCountDown {
	border-style: double;
	border-color: #0E035C;
	border-width: thin;
	color: #0E035C;
	background-color: White;
	padding: 1px 2px 1px 2px;
	display: inline;
    font-weight: bold;
    vertical-align: middle;
    text-align: justify;
    position: static;
}

#pageFooter {
  position: relative;
  margin-top: -7.5em;
  left:0px;
  height: 40px;
  width: 750px;
}

#DivSmallMessage {
  position:absolute;
  top: 20px;
  left: 20px;
  padding:10px 10px 10px 10px;
  /*height:100px;*/
  width:350px;
  border: solid 2px #FE7414;
}

.DivEvent 
{
	border:solid thin black;
	background-color:#FFFAF0;
	padding:5px 5px 5px 5px; 
	margin-bottom:20px;
	margin-right:15px;
}
.EventLabel 
{
	font-size: 12pt;
	font-weight:bold;
	color:#130567;
}

.EventTitle {
	font-size: 12pt;
	font-weight:bold;
	color:#FE7414;
	margin-bottom:10px;
}

.EventBody {
	text-align: justify;
	font-size: 11pt;
	font-family: Times New Roman;
	margin-bottom:20px;
}

.LogInLink 
{
	text-decoration:none;
	color:#0E035C;
	cursor:text;
}

img {border-style:none;}

.hdrMsg {
	background-color:InfoBackground;
	padding:2px 2px;
	font-size:small;
	color:#FE7414;
}

.liInline {
	clear:both;
	display:inline-block;
	list-style-type:none;
	padding-left:.25em;
	font-weight: bold;
}
