﻿body 
{
	margin:20px 0px 0px 75px;
	padding:0px;
	background-color:#E6E6DC;
}

#wrapper {
	width:100%;
	margin:0px Auto;
	background-color:#F0FAFF;
	height:1000px;	
	border:solid 1px Silver;
	}

#Name
{
	width:100%;
	float:left;
	height: 25px;
	margin:0px;
	display:block;
	
}
#links 
{
	width:100%;
	float:left;
	height: 25px;
	margin:0px;
}

#links ul {
	margin:0px; 
	padding-top:0px;	
	height: 24px;
	padding-bottom:1px;
	padding-right:1px;
	float:left;
}

#links li{
	float:left;
	list-style-type:none;
	width:125px;
	height:25px;
	text-align:center;
	background-color:#3B6B9C;
	border-left:1px solid #FFF;
}

#links a{	
	font-family: "Century Gothic"; 
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#links a:hover{
	font-family:"Century Gothic";
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-decoration:underline;
}

#loginstatus
{ color:#fff;
   background-color:#3B6B9C;
   height:30px;
   width:60px; 
   font-family:Verdana;
   font-size:10pt;
   text-decoration: none;
   text-align:center;
}
.para1
{
	margin:5px 50px  15px 75px;
}
.para2
{
	margin:5px 50px 15px 100px;
}

.intro
{
	margin:25px 50px 15px 75px;
	font-weight:bold;
	font-size:medium;
	height: 22px;
	width: 675px;
}

.pheader
{
 margin:25px 50px 15px 0px;
 font:arial;
 font-weight:bold;
 font-size:12pt;
 width:550px;
}

.pcontent
{
 margin:5px 0px 0px 0px;
 font:Arial;
 font-size:10pt;
 width:95%;
 text-align:justify;
 line-height:1.5;
  
}

.listtype1
{
 margin:5px 0px 0px 10px;
 font:Arial;
 font-size:10pt;
 width:650px;
 text-align:justify;
 text-decoration:none;
}

.hiddencol
    {
        display:none;
    }
.viscol
    {
        display:block;
    }

.textboxes
{
	width:600px;
	height:150px;
}

#navigation 
{font-size:0.75em; width:200px;margin:0; text-align:left;}

#navigation ul 
{margin:0; padding:0;}

#navigation li 
{list-style: none;}

ul.top-level {background:#666;}

ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

#navigation a {
 color: #fff;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 text-decoration:underline;
}

#navigation li:hover {
 background: #f90;
 position: relative;
}

.clockSession
{
    width: 409px;
    height: 174px;
    background: url(/Images/clockSession.jpg) no-repeat;
    display:block;
}
         
.contSession
{
    width: 270px;
    float: right;
    text-align: center;
    margin: 20px 20px 0 0 ;
}
         
.sessionExpire
{
    color: #3366ff;
    padding-top: 10px;
    
}
         
.showNotification
{
    padding-top: 10px;
    color: #666;
}
         
.timeRemain
{
    padding-top: 5px;
    color: #000;
    display:none;
}
         
.timeSeconds
{
    font-size: 30px;
    padding-right: 5px;
}
         
.infoIcon, .notificationContent
{
    display: inline-block;
    zoom: 1;
    *display: inline;
}
         
.infoIcon
{
    width: 32px;
    height: 32px;
    margin: 0 10px ;
    vertical-align: top;
}
         
.notificationContent
{
    width: 175px;
    vertical-align: bottom;
    margin-left:150px;
    margin-top:60px;
}