/* NOTES:						*/
/* 	Black 	(#000)					*/
/*	Blue	(#07a)					*/
/*	Grey	(#999)					*/

/* HTML ELEMENTS */
body 				{	background-color: #ffffcc;
				  	text-align: center;
				  	width:612; }
			
p, td, ul				{	font-family: georgia, times, serif;
				  	font-size: 12px; }
h1				{	font-size: 14px;
					font-weight: bold; }
h2				{	font-weight: bold; }			
a 				{ 	 }
img				{	 }
input				{ 	 }

/* LAYOUT */
#Main				{ 	 }			
#Banner				{ 	 }		
#MenuBar 			{ 	text-align: center;
					background-color: #eeeeee; }	
#SubMenu			{ 	 }
#Content 			{ 	 }
#Footer 			{ 	 }

/* CLASSES */
.SideBar			{ 	background-color:  #333366; }
#Banner img			{ 	padding: 2px; }

			

/* THE NAVIGATION BUTTONS */
.MenuBarButton 			{	font-family: georgia, times, serif;
				  	font-size: 12px;
				  	padding: 5px;}
.MenuBarButton a 		{	}
.MenuBarButton a:active		{	}

			
.LinkHeader			{	font-weight: bold;
					font-size: 14px;}
.SubNav	a			{	}
.SubNav a:hover			{	}



.PageName			{	font-size: 18px;
					font-weight: bold; }

.Employee			{	}
.EmployeeName 			{	}
.FieldName			{	}

#Content img			{	}
.quickAdd			{	}
.error				{	}

			