﻿body
{
	font-size: 81.9%;
	font-family: "Arial", "Century Gothic", "Tahoma";
	
	text-align: left;
	color: #444444;
	background-color:White;	
	margin:0;
	padding:0;
	/*position:absolute;
	left:15%;		*/
}
ul, li, img, body, h1, h2, h3, h4, h5, h6, div, html
{
	margin: 0;
	padding: 0;	
}
.test /*Button Class*/
{
text-align:center;
color:Maroon;
height:35px;
border-left:2px solid grey;
border-top:2px solid grey;
border-bottom:2px solid black;
border-right:2px solid black;
} 
.txtcls /*Text Box Class */
{
color:Black;
border-left:1px solid grey;
border-top:1px solid grey;
border-bottom:1px solid black;
border-right:1px solid black;
} 
#container
{
	position:absolute;
	left:315px;
	top:70px;
	border:none;	
	padding-left:.5em;	
	margin: auto;		
}

img
{
	border:none;	
}
a
{
	text-decoration:none;
	color:black;	
}
a:hover
{
	text-decoration:underline;
	color:gray;	
}

/* Setting Header of the Page */
#header
{
	position:absolute;
	left:5px;		
	height:50px;
	width:100%;	
	text-align:center;	
	background-color:Teal;
	color:White;
	font-family:Times New Roman;
	font-size:xx-large;
	padding-top:.5em;	
}
/*================================*/

/* Setting up Menu */
#leftmenu ul
{
	text-decoration:none;	
	width:299px;	
	padding-left:.5em;
	padding-right:.5em;	
	background-color:Teal;	
	list-style:none;	
	font-family:Century Gothic;
	border-bottom:Solid 2px White;	
}
#leftmenu ul#listmenu li:hover
{
	background-color:Green;	
}
#leftmenu ul#listmenu li:hover a
{
	color:white;
}
#leftmenu ul#listmenu li a
{
	color:White;
}
#leftmenu ul li a:hover
{
	color:white;
}
#leftmenu ul li
{
	border-bottom:Solid 1px White;
}
#menuTitle
{
	position:absolute;
	top:65px;
	left:5px;
	width:295px;
	background-color:Maroon;
	color:White;
	font-weight:bold;
	text-align:center;
	font-family:Times New Roman;
	font-size:medium;
	border-right:solid 1px white;
	padding-left:.5em;
	padding-right:.5em;
}
#leftmenu ul li#endmenu
{
	border-bottom:none;
}
#leftmenu
{
	position:absolute;
	top:85px;
	left:5px;			
	line-height:2em;		
}
/*==============================*/

/* Setting Schedule Note of the Page */
#impInfoSchedule
{
	position:absolute;
	top:420px;
	left:5px;
}
#schedulenote
{	
	color:Gray;
	font-family:Times New Roman;
	font-size:medium;
	padding-top:.5em;	
	border:dashed, 1, red;
}
/*================================*/