a
{
	color: Red;
	text-decoration: none;
}

a:hover
{
	color: #D52027;
	text-decoration: underline;
}

a.cart
{
	color: Red;
	text-decoration: none;
	font-size: 7pt;
}

a.cart:hover
{
	color: #D52027;
	text-decoration: underline;
}

a.headerMenu
{
	/* color: Black; */
	color: White;
	text-transform: uppercase;
	font-size: 7pt;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	float: right;
	margin-bottom: 0px;
	margin-top: 6px;
	margin-right: 4px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
}

a.headerMenu:hover, a.headerMenuSelected, a.headerMenuSelected:hover
{
	text-transform: uppercase;
	font-size: 7pt;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	float: right;
	/* padding: 0px; */
	/* padding-left: 3px; */
	/* padding-right: 3px; */
	/* padding-top: 2px; */
	/* padding-bottom: 2px; */
	/* margin-top: 4px; */
	/* margin-top: 4px; */
	/* margin-bottom: 0px; */
	/* margin-right: 4px; */
	
	margin-bottom: 0px;
	margin-top: 6px;
	margin-right: 4px;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;	
}

a.bodyMenu
{
	/* color: Black; */
	color: #00213D;
	text-transform: uppercase;
	font-size: 7pt;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 90px;
	text-align: center;
	border: 1px solid black;
	margin-left: 10px;
	margin-top: 4px;
	padding: 0px;
}

/* This controls the text color on the left navigation buttons */
a.bodyMenu table
{
	/* color: Black; */
	/* color: #00213D; */
	color: Black;
	text-transform: uppercase;
	font-size: 7pt;
	font-family: Verdana;
	height: 34px;
	width: 90px;
	text-align: center;
	padding: 0px;
	cursor: pointer;
}

a.bodyMenu:hover, a.bodyMenuSelected, a.bodyMenuSelected:hover
{
	color: red;
	text-transform: uppercase;
	font-size: 7pt;
	font-family: Verdana;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 90px;
	text-align: center;
	border: 1px solid red;
	margin-left: 10px;
	margin-top: 4px;
	padding: 0px;
}

a.bodyMenu:hover table, a.bodyMenuSelected table, a.bodyMenuSelected:hover table
{
	color: red;
	text-transform: uppercase;
	font-size: 7pt;
	font-family: Verdana;
	height: 34px;
	width: 90px;
	text-align: center;
	padding: 0px;
	cursor: pointer;
}

/* Third level menu option links */
a.subMenu
{
	font-size: 7pt;
	font-family: Verdana;	
	/* position: relative;
	top: -2px; */	
	line-height: 7pt;
	color: Black;
	text-decoration: none;
}

a.subMenu:hover, a.subMenuSelected, a.subMenuSelected:hover
{
	font-size: 7pt;
	font-family: Verdana;	
	/* position: relative;
	top: -2px; */	
	line-height: 7pt;
	color: Red;
	text-decoration: underline;
}

a.global, a.global table
{
	font-size: 7pt;
	font-family: Verdana;
	text-transform: uppercase;
	color: red;
	cursor: pointer;
}

a.global div.globalLink
{
	background-color: Transparent;
	background-image: none;
	width: 131px;
	height: 29px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;
}

a.global:hover div.globalLink
{
	width: 131px;
	height: 29px;
	background-color: white;
	background-image: url(Common/Images/globalMouseover.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 15px;
}

br.spacer
{
	line-height: 5pt;
	font-size: 5pt;
	height: 5pt;
}

html, body
{
	background-color: White;
	color: Black;
}

div.headerMenu
{
	/* background-color: White; */
	background-color: #00213D;	
}

div.header
{
	/* background-color: black; */
	background-color: #00213D;
	color: White;
}

/* This is the entire left menu panel */
div.menu
{
	background-color: White;
	color: Black; 
 	/*width: 160px;*/
	width:266px; /*Controls width of left menu, relates to left position of content in _BoxModel.css*/
	scrollbar-base-color: whitesmoke;
}

/* This is for the left navigation - options only - not entire panel  */
/* This does not appear to be used on the home page at least when the */
/* left navigation has been turned off                                */
div.leftMenu
{	
	/* width: 160px; */
	/* width: 110px; */
	float: left; /*allows submenu to float next to left menu*/
	background-color: transparent;
	padding-bottom: 5px;	
}

div.subMenu
{	
	margin-left: 110px;
    padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
}

div.content
{
	background-color:#ffffff;	
	color: Black;	
	padding-top: 10px;
	font-family: Tahoma;
	font-size: 10pt;
	padding-right: 10px;
}

div.footer
{
	/* background-color: Black; */
	/* color: Red; */
	/* border-top: 3px solid red; */
	/* padding-top: 3px; */
	background-color: #00213D;
	color: #00213D;	
	padding-top: 1px;
}

div.footerBar
{
	/* background-color: #CCDEED; */
	background-color: #000204;
	background-image: url("Common/Images/footer.jpg");
	background-repeat: no-repeat;
	background-position: 50%;
	height: 70px;	
	/* height: 54px; */
	width: 100%;
	text-align: center;
}

div.testIndicator
{
	position: absolute;
	right: 10px;
	top: 10px;
	font-weight: bold;
	font-size: 24pt;
	color: Red;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

h2
{
}

h3
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

h4
{
}

h5
{
}

h6
{
}
/* controls the titles in the header area such as US_Title_4_0_0.gif */
img.title
{
	padding: 0px;
	margin: 0px;
	z-index: 5;
	position: relative;
	left: -775px;	
	top: -35px;
}

img.Header1
{
	margin-bottom: 11px;
}

img.footer
{
	margin: 0px;
}

p
{
	margin: 0px;
}

span.arrow
{
	color: Red;
	font-size: 10pt;
	line-height: 8pt;
	font-weight: bold;
	font-family: System;
	margin: 0px;
	padding: 0px;
}

table
{
	font-size: 10pt;
	font-family: Tahoma;
}

table.cartSummary
{
	width: 425px;
	border: 1px solid black;
	padding: 2px;
}

table.cartSummary tr.title
{
	background-color: #CCE3F0;
}

table.cartSummary tr.title th
{
	text-align: left;
	font-size: 12pt;
}

table.cartSummary tr.title td
{
	text-align: right;
}

table.cartSummary tr.actions
{
	background-color: whitesmoke;
}

table.cartSummary tr.actions td
{
	padding-left: 15px;
	border-top: 1px solid black;
}

table.global
{
	background-color: Black;
	background-image: url(Common/Images/globalMap.jpg);
	background-repeat: no-repeat;
	width: 711px;
	height: 321px;
}

table.header
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

td.leftheader
{
	padding: 0px;
	margin: 0px;
	/* background-image: url("Common/Images/headerbackground_left.jpg"); */
	/* width: 567px; */
	background-image: url("Common/Images/headerLeft.jpg");
	background-repeat: no-repeat;
	width: 1002px;
	height: 88px;
}

td.rightheader
{
	/* background-image: url("Common/Images/headerbackground_right.jpg"); */	
	background-image: url("Common/Images/headerRight.jpg");
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	
}

table.homepageBoxes
{
	height: 206px;
	margin-top: 3%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

table.homepageBoxes td
{
	vertical-align: top;
}

table.homepageBox
{
	width: 215px;
	height: 100%;
	font-size: 8pt;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
}


table.homepageBox th
{
	height: 40px;
	background-color: #7D8389;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

table.homepageBox th.image
{
	width: 50px;
}

table.homepageBox th.title
{
	color: White;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	padding-right: 40px;
	background-image: url(Common/Images/homepageBoxCorner.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
}

table.homepageBox th img
{
	padding: 0px;
	margin: 0px;
}

table.homepageBox td
{
	background-color: #E9F1F7; 
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 10px;
	text-align: left;
}

table.homepageBox td a
{
	color: Black;
}

/* box around 3rd level menu options */
ul.subMenu
{
	padding-left: 20px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 8pt;
	font-family: Arial;
	list-style-image: url("Common/Images/subMenuListMarker.gif");
	list-style-position: outside;
	width: 148px;	
}

ul.subMenu li
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

.borderOuter
{
	border-left: 1px solid #CCE3F0;
	border-top: 1px solid #CCE3F0;
	border-bottom: 1px solid dimgray;
	border-right: 1px solid dimgray;
}

.borderMiddle
{
	border: 3px solid #CCE3F0;
}

.borderInner
{
	border-left: 1px solid dimgray;
	border-top: 1px solid dimgray;
	border-right: 1px solid #CCE3F0;
	border-bottom: 1px solid #CCE3F0;
}

.commentsTextArea
{
	width: 100%;
	height: 12em;
}