body, frame, frameset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

hr {
  border: 0;
  width: 96%;
  height: 1px;
  color:#CCCCCC;
  background-color:#CCCCCC;
  
}

p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 8px 0px 8px;
	padding: 0px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 5px 5px 40px;
	padding: 0px;
}

.borderGrey {
	margin: 10px;
	padding: 0px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}
.leftColumn {
	margin: 0px;
	padding: 0px;
	font-size: #14px;
	color: #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 1px;
	border-right: 5px;
	border-style: solid;
	border-left-color: #CCCCCC;
	border-right-color: #006666;
	background-color: #002284;
}

.rightColumn{
	margin: 0px;
	padding: 0px;
}

.navTopBg {
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #FFFFFF;
}

.navTopLineRight {
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.navTopLine {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 1px;
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-color: #006666;
}

.lineRight {
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #006666;
}
.lineRightBottom {
	border-left: 0px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #006666;
}
.textWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
}

.leftNav {
	background-image: url(images/leftNav/bg_button_leftNav.gif);
	background-repeat: none;
	height: 20px;
	margin: 0px 0px 0px 20px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #003366;
	background-color: #0A3999; 
	padding: 3px;
}

.leftNav2 {
	background-image: url(images/leftNav/bg_button_leftNav.gif);
	background-repeat: none;
	height: 20px;
	margin: 0px 0px 0px 20px;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #003366;
	background-color: #0A3999; 
	padding: 3px;
}

.leftArrowDown {
	background-image: url(images/leftNav/bg_arrowdown_leftNav.gif);
	background-repeat: none;
	height: 20px;
	margin: 0px 0px 0px 20px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #003366;
	background-color: #0A3999; 
	padding: 1px;
	font-weight: bold;
	color: #C6CCE0;
}

.leftArrowDown2 {
	background-image: url(images/leftNav/bg_arrowdown_leftNav.gif);
	background-repeat: none;
	height: 20px;
	margin: 0px 0px 0px 20px;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #003366;
	background-color: #0A3999; 
	padding: 1px;
	font-weight: bold;
	color: #C6CCE0;
}

.margin20 { 
	margin-left: 20px;
}

a.textLeftNav  {
	margin-left: 20px;
	color: #E8E8E9;
	text-decoration: none;
	background-color: #0A3999; 
}

a.textLeftNav:link  {
	margin-left: 20px;
	color: #E8E8E9;
	text-decoration: none;
}

a.textLeftNav:visited  {
	margin-left: 20px;
	color: #D0D0E6;
	text-decoration: none;
}

a.textLeftNav:hover  {
	margin-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.textFrameNav  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.textFrameNav:link  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.textFrameNav:visited  {
	color: #FFFFFF;;
	text-decoration: none;
	font-weight: bold;
}

a.textFrameNav:hover  {
	color: #D6DDED;
	text-decoration: none;
	font-weight: bold;
}

.title {
	background-color: #D6DDED;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	padding: 5px;
	margin-left: 5px;
}

.footer {
	color: #006666;
	font-size: 11px;
}

a.footer {
	color: #006666;
	font-weight: bold;
	font-size: 11px;
}

a.footer:link {
	color: #006666;
	font-weight: bold;
	font-size: 11px;
}

a.footer:visited {
	color: #006666;
	font-weight: bold;
	font-size: 11px;
}

a.footer:hover {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

.bgLtGrey {
	margin: 10px;
	padding: 5px;
	background-color: #E0EBE8;
}

.bgGrey {
	margin: 10px;
	padding: 5px;
	background-color: #E7E3E3;
}

.titleNew {
	color: #336699;
	font-size: 20px;
}

.bgLtBlue {
	margin: 10px;
	padding: 5px;
	background-color: #D6DDED;
}

.mainBullet {
	list-style-type: disc; color:002284;
}
.titleAward {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}
.titleAwardSmall {
	color: #003399;
	font-size: 12px;
	font-weight: bold;
}

.titleBlue {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}

.titleGrey {
	color: #999999;
	font-size: 14px;
}

.titleEvent {
	color: #339999;
	font-size: 20px;
}

.textBold {
	font-weight: bold;
}

.textGrey {
	color: #666666;
	font-size: 12px;
}

.textGreySmall {
	color: #666666;
	font-size: 11px;
}

.textSmall {
	color: #666666;
	font-size: 10px;
}

.textWhiteSmall {
	color: #FFFFFF;
	font-size: 10px;
}

.textGreenSmall {
	color: #BCF7E7;
	font-size: 10px;
}

#dropmenudiv{
color: #333333;
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color: #333333;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 2px 0;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
color: #333399;
background-color: #DADBDB;
font-weight: bold;
}

.topNav  {
	background-image: url(images/topNav/bg_arrow_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 20px;
	color: #666699;
	text-decoration: none;
}

a.topNav  {
	background-image: url(images/topNav/bg_arrow_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a.topNav:link  {
	background-image: url(images/topNav/bg_arrow_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a.topNav:visited  {
	background-image: url(images/topNav/bg_arrow_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a.topNav:hover  {
	background-image: url(images/topNav/bg_arrow_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

.topNavDown  {
	background-image: url(images/topNav/bg_arrowDown_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 20px;
	color: #666699;
	text-decoration: none;
}

a.topNavDown  {
	background-image: url(images/topNav/bg_arrowDown_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a.topNavDown:link  {
	background-image: url(images/topNav/bg_arrowDown_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a.topNavDown:visited  {
	background-image: url(images/topNav/bg_arrowDown_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #666699;
	text-decoration: none;
	font-weight: bold;
}

a.topNavDown:hover  {
	background-image: url(images/topNav/bg_arrowDown_grey.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #333399;
	text-decoration: none;
	font-weight: bold;
}

.linkHome {
	background-image: url(images/leftNav/bg_arrow_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #D6DDED;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 1px;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a.linkHome {
	background-image: url(images/leftNav/bg_arrow_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #D6DDED;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.linkHome:link {
	background-image: url(images/leftNav/bg_arrow_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #D6DDED;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.linkHome:visited {
	background-image: url(images/leftNav/bg_arrow_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #D6DDED;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.linkHome:hover {
	background-image: url(images/leftNav/bg_arrow_blue.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.textAboutUs {
	color: #006666;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
}

.textAboutUs2 {
	color: #006666;
	font-size: 16px;
	text-decoration: none;
	margin-left: 160px;
}

.textAboutUs3 {
	color: #006666;
	font-size: 16px;
	text-decoration: none;
	margin-left: 260px;
}

#photoGallery {
	background-color: #E6F9F4; border: 0px solid #C1ECE0; padding: 5px; margin: 15px; color: #339999; margin-top: 15px; margin-bottom: 70px;
}

#photoGallery img{
	border: 1px solid #C1ECE0; padding: 0px; margin: 0px; 
}

#photoGallery h1 {
	font-size: 14px; color: #339999; margin: 0px; padding:2px;
}

#photoGallery p {
	font-size: 11px; color: #47AEAE; margin: 0px; padding:2px;
}

#photoGallery a {
	font-size: 12px; color: #339999; text-decoration: none; font-weight: bold;
}

#photoGallery a:hover {
	font-size: 12px; color: #339999; text-decoration: underline; font-weight: bold;
}

.textBlue {color: #003399; font-size: 10px;} 
.textBlue  a {color: #003399; font-size: 10px;} 

#productSpecs {font-size: 10px; color: #067F5F;}
#productSpecs table {border: 1px solid #FFFFFF; margin-left: 3px;}
#productSpecs td {background-color: #E6F9F4; color: #067F5F; width: 150px; padding: 2px; font-size: 11px;}
#productSpecs p {font-weight: bold; font-size: 11px; color: #067F5F;}
.productTitle {font-size: 14px; color: #336699; padding: 0; margin-left: 5px;}
.productBullet {list-style-type: square; color: #356CA1; font-size: 12px;} 
.productLinks {color: #666666; font-size: 9px; list-style-type: none;}
.productLinks a {color: #666666; font-size: 10px; text-decoration: underline;}
.productLinks a:hover {color: #666666; font-size: 10px; text-decoration: none;}