/***********************************************/
/* ace.css                                 */
/***********************************************/
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#topspace{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width: 800px;
	background-color: transparent;
}
	
#masthead{
	position: absolute;
	top: 15px;
	left: 2%;
	right: 2%;
	width: 800px;
	background-color: #E5D49B;
	border: medium #E5D49B;
	border-left-style: solid;
	border-right-style: solid;
}

#pagecell{
	position:absolute;
	top: 75px;
	left: 2%;
	right: 2%;
	width: 800px;
	color: inherit;
	background-color: White;
	border-top-style: solid;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-style: groove;
	border-top-color: #D3D3D3;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: left;
	width:120px;
	padding: 0px;
	color: inherit;
	background-color: White;
	border-right: 1px solid #cccccc;
/*	border-bottom: 1px solid #cccccc;*/
	font: small Verdana,sans-serif;
}

#content{
	padding: 10px 10px 5px 10px;
	margin:0px 0px 0px 120px;
	border-left: 1px solid #ccd2d2;
}

#footer{
   clear: both;
	border-top: 2px solid Gray;
	font-size: small;
	color: White;
	background-color: #cccccc;
	padding: 5px 5px 6px 5px;
	margin-top: 0px;
	line-height: normal;
	height: 25px;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #E6E6FA;
}

.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: oblique;
	line-height: 60px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC3366;
	padding-top: 0px;
	margin-top: 0px;
}

.smallheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #CC3366;
	margin-bottom: 0px;
	margin-top: 3px;
}

.general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.empgeneral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}

.footerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: HighlightText;
	text-align: center;
	text-shadow: Black;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC3366;
   background-color: inherit;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
} 
/************** footer styles ****************/
#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.footerdatestamp{
	font-size: xx-small;
	padding: 0em 0em 0em 0em;
}

.navfooter{
	text-align: center;
	text-decoration: none;
	color: #0066FF;
   background-color: inherit;
	font: bold 0.6em Arial,sans-serif;
	padding: 0.5em 0em 0.5em 0em;
}
/************* services styles **************/
#services{ 
  font-family: arial, verdana, sans serif; 
  font-size: small;
}

#services table{
  background-color: White;
  border-collapse: collapse;
  border-top: groove;
  border-right:groove;
  border-bottom: groove;
  border-left: ridge; 
}

#services td{
  border-left: 1px solid #334d55;
}

#services th{
  border-left: 1px solid #334d55;
}

th.services-subtitle{
  border-top: 1px solid #334d55;	
  border-bottom: 1px solid #334d55;	
  background-color: #CC3366;
}

.services-title{
  text-align: center;
  color:#FFFFFF;
  font-size:medium;
  font-style: normal;
  padding:5px 0px 5px 0px;
  background-color:#CC3366;
  font-variant: normal;
  font-weight: bold;
}

.services-title-message{
  color: #FFD700;
  font-size: xx-small;
  font-style: normal;
  font-variant: normal;
}

tr.services-cal-even{
   border-top: 1px solid #334d55;
	background-color: White;
}

tr.services-cal-odd{
   border-top: 1px solid #334d55;
	background-color: #DCDCDC;
}

td.services-cal{
  border-top: inherit;
  border-left: 1px solid #334d55;
}

td.services-cal-top{
  border-top: inherit;
  border-left: 1px solid #334d55;
  font-size: x-small;
}

td.services-cal-time{
  text-align: right;
  border-top: inherit;
  border-left: 1px solid #334d55;
  font-size: x-small;
}

td.services-cal-norm{
  border-top: inherit;
  border-left: 1px solid #334d55;
}

.services-cal-title{
  text-align: center;
  font-size: x-small;
  color: White;
  background:Gray;
  padding:2px 20px 2px 20px;
}