body {
	text-align: left;
	min-width: 600px;
	margin:o;
	padding:0;
	margin-top: 5px;
	
}

.floatLeft {
	float: left;
	padding-right: 5px;
    
}
.floatRight { 
    float: right; 
   
}


.GeneralText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
	margin: 0px;
	padding-top: 2px;
}
.GeneralBoldText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0033;
	margin: 0px;
	padding-top: 2px;
}
.HomePageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin:0px;
}
.HomePageTextSpecial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	margin: 0;
	padding-top: 5px;
}
.HomePageTextGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
}

.HomePageTextGreenLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #006633;
}

.PageHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
}



.Menu {
  display:table;
  padding:0;
  margin:0;
  margin-left: 300px;
  font-family: arial, helvetica, sans-serif;
  white-space:nowrap;
  list-style-type:none;
  /*border:1px solid #f00;*/
  }

* html .Menu {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  }  

.Menu li {
  display:table-cell;      /* ignored by IE */
  }

* html .Menu li {
  display:inline;          /* for IE only */
  }

.Menu a {
  display:block;
  padding:0.4em 1em;
  padding-top:.2em; 
  background:#000066; 
  color:#fff; 
  text-decoration:none;
  border:1px solid #003366;
  }

* html .Menu a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }

.Menu a:hover {
  color:#fff; 
  background:#08c;
  }

.current {
  color:#fff; 
  background:#08c;
  cursor:default;
  }


.BulletLine {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #999999;
}

.VeritcalLine {
	border-right-width: thin;
	border-right-style: dotted;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #999999;
	border-right-color: #999999;
}

.GeneralBoldTextRed {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}

.PageSubHeader {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}

.PageSubHeaderLarge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}

.VeritcalLineLeft {
	border-right-width: thin;
	border-right-style: none;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	border-right-color: #999999;
}

.HorizontallLineBotton {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}



#Footer p {
	margin:0;
	margin-top:5px;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}



#IndexFooter p {
	margin:0;
	margin-top:5px;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}

#Layer5 {
	position:absolute;
	left:14px;
	top:118px;
	width:175px;
	height:307px;
	z-index:5;
	padding: 5px;
}


#Services h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	padding:0;
	margin:0;
}

#Products h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	padding:0;
	margin:0;
}

#Services p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: .5em;
}

#Products p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: .5em;
}
	



#Logo {
	
	padding-bottom:10px;
}
	
h5 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333366;
	padding:0;
	margin:0;
	
}

#SideBar {
	padding: 5px;
	FONT-SIZE: 12px;
	COLOR: #006633;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	border-left-style: dotted;
	border-left-color: #999999;
	border-left-width: thin;
}

#SideBar ul {
	margin: 2px;/*IE*/
	padding: 2px;/*FireFox*/
	/*list-style-image: url(arrow.JPG);*/
	list-style: none;
	/*list-style-type: disc;/* For browsers that don't support images*/*/
	list-style-position: outside;
}

#SideBar li a:link {
	text-decoration: none;
	color: #0000FF;

}

#SideBar li a:visited {
	text-decoration: none;
	color: #0000FF;
}

#SideBar li a:active {
	text-decoration: none;
	color: #007FFF;
}

#SideBar li a:hover {
	text-decoration: underline;
	color: #007FFF;
}

#SideBar H5 {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px;
	font-size: 14px; 
	
}

.ObjectiveText {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#SplashAdImage {
	position:absolute;
	left: 3px;
	top: 4px;		
}



#Objective h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	padding:0;
	margin:0;
}

.UnorderedLists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	margin: 0em;
	padding: 1pixel;
	list-style-type: upper-alpha;
}

