
 html, body {
         height: 100%; 
		 /*overflow: hidden;
		 */
		 overflow: hidden;
		 padding:0;
		 margin:0;
      }

#banner{
position: absolute; 
top: 0; 
left: 0; 
z-index: 1000;
clear:both;
}
 

/*************** left Navigation bar ***************/
#leftNav{
	width:197px;
	position: absolute; 
	top: 132px; 
	left: 0; 
	z-index: 1000;
	display:block;
	padding:0;
}
#leftNav ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

#leftNav ul li{
padding: 0px 10px;
	background-image: url(images/leftNav-mid.jpg);
	background-repeat: repeat-y;
	background-position: left;
	/*background-color: #04659C;*/

}
#leftNav ul li.top{
	background-image: url(images/LeftNav-top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 15px;
	background-color:#fff;/**/

}
#leftNav ul li.bottom{
	background-image: url(images/leftNav-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 20px;
}


#leftNav ul li a{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	/*display: block;*/
	border-bottom:1px solid #0097C9;/**/
   padding-left:5px;
	font-size:13pt;
width:100%;
	
}
#leftNav ul li a:hover{
/*font-size:105%;

background-color: #0097C9;*/
background-color: #006498;
color:silver;
}

/******* 2nd level navigation **********/

#leftNav ul li div{
	position:absolute;/**/
z-index:20;
margin-left:10px;
border:1px solid #fff;
padding:0;
background-color:#CCCCCC;
display:none;
}
#leftNav ul li div ul li{
margin:0;
padding:0;
border-bottom:1px solid #0097C9;
background-position:center;
}
#leftNav ul li div ul li a{
/*color:#333;*/
font-size:.9em;
border-bottom:0px solid  #0097C9;
}


/********* end second level *********/



/***********end left navigation **********/

.content{
	font-family: Comic Sans MS;
	background-image: url(images/logo-med.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%; /**/
	overflow: auto; 
	position: relative; 
	z-index: 2;
}
.corner{
	width:570px;
	padding: 1px 0 0 15px;
	margin-top:167px;
	margin-left:205px;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	
}

.grayBar{
	position: absolute; 
	top: 132px; 
	left: 205px; 
	z-index: 1000;
	width:590px;
	background-image: url(images/topNav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color:#555;
	margin-right:10px;
	padding:4px 0px 6px 10px; 
	
}
.grayBar a{
color:Navy;
text-decoration:none;
 font-weight: bold;
font-size:.8em;

}
.grayBar a:hover{
	color: gray;
}

.langRight{
 float:right;
/*margin-right:15px;*/
padding:8px;
padding-top:4px;
}

.langRight a{color:white;

background-image: url(images/langBox.gif);
 background-repeat: no-repeat;
 background-position:right;
 /**/padding:30px;
padding-right:8px;

}
.langRight a:hover{
	color: silver;
}


h1{
	color: #04659C;
	font-size: 1.4em;
}
h2{
	color: #04659C;
	font-size: 1.2em;
}

.spaceleft{
	margin-left:25px;
	}

.tableValign td{
	vertical-align: top;
}
.blueText{
	color: #04659C;
}
.tableLink{
	display:block;
	color:#fff;
	padding-left:5px;
	text-decoration: none;
	background-color: #04659C;
}
a:hover.tableLink{

/*color:yellow;*/
color:silver;

}
.imgtbl td { vertical-align: top; }

/*   splash page */

.splash{
margin: 0 auto;
	background-image: url(images/splash_noT.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	
}

.splash h1 a:hover{
	/*color: #FFD700;*/
	color: silver;
}
.splashen a{
	text-align:right;
	/*padding:220px;
	padding-right: 0px;
	padding:160px 0px 180px 220px;font-weight: bold;*/
	color: White;
	text-decoration: none;
	font-size: 16pt;
	
	display: block;

	vertical-align: top;
	height: 300px;
	width: 400px;
	
	padding-top:180px;
	/*padding-right: 0px;*/
	margin-left:20px;
	
}
.splashfr a{
	text-align:left;
	/*padding:160px  160px 180px 40px;
	padding:220px;
	padding-left: 0px;font-weight: bold;*/
	color: White;
	text-decoration: none;
	font-size: 16pt;
	
	display: block;
	
	vertical-align: top;
	height: 300px;
	width: 400px;
	/*padding-left:40px;*/
	padding-top:180px;
	margin-left:30px;
}

.bigFont{
	font-size: 1.1em;
}

.gray {
	color: #999;
}

#footer{
width:580px;
text-align:center;
}
.alignCenter {
	text-align: center;
}
.red {
	color: #f00;
}
/* calendar 
----------------------------------------------*/
#calendar {
	width: 570px;
	margin: 0 auto;
}

.fc-header-center {
	display: none;
}

/* month list 
----------------------------------------------*/
.months {
	font-family: 'Comic Sans MS';
	text-decoration: none;
	background-color: #04659C;
	background: url('images/month-bg.jpg') no-repeat 0 0 #04659C;
	display: inline-block;
	width: 43px;
	color: #FFFFFF;
}

.month-list {
	margin: 0;
	padding: 0;
	text-align: center;
}

.month-list li {
	display: inline;
	padding: 0 1px;
}
