﻿body
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #587DA4;
}
a
{
	color: Black;
}
a:hover
{
	color: Gray;
}
#footer
{
	position: absolute;
	width: 230px;
	margin-left: 670px;
	text-align: left;
	color: White;
	font-size: 8pt;
	font-family: Verdana;
}
#footer h1
{
	font-size: 9pt;
	margin-bottom: 0;
	margin-top: 0;
}
.menuCell
{
	border: solid 1px #002645;
	height: 20px;
	color: White;
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
}

.menuHover
{
	border: solid 1px #002645;
	height: 20px;
	color: #44607E;
	font-family: Verdana;
	font-size: 9pt;
	text-align: left;
}
.ErrorMessage
{
	color: Red;
}
.search
{
	padding-bottom: 5px;
}
.GridViewPadding
{
	padding: 2px 10px 2px 10px;
}
#mainContent
{
	font-size: 9pt;
	font-family: Verdana;
}
#mainContent th, td, input, select, textarea
{
	font-size: 9pt;
	font-family: Verdana;
}
#mainContent .NewsTitle
{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
}
#mainContent .navLink
{
	text-decoration: none;
	color: #19427c;
	font-weight: bold;
	font-size: .90em;
}
#mainContent .navLink:hover
{
	color: #587DA4;
}
.myPhoto
{
	font-family: Verdana;
	background-color: Black;
	color: White;
}

/* Product Navigation */
#ctl00_contentWindow_navigation
{
	width: 175px;
	top: 18em; 
	/*left: 1em;*/
	position: absolute;
	font-family: Verdana;
	font-size: 90%;
	float: left;
}
#ctl00_contentWindow_navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-top: 1px solid #19427c;
}
/*
#ctl00_contentWindow_navigation li {
	border-bottom: 1px solid #587DA4;
}
*/
#ctl00_contentWindow_navigation li a
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #19427c;
	border-right: 1px solid #19427c; 
	/*background-color: #19427c;*/ 
	/*color: #FFFFFF;*/
	color: #19427c;
	text-decoration: none;
}
#ctl00_contentWindow_navigation li a:hover
{
	/*background-color: #19427c; 	
	color: #FFFFFF;*/
	color: #587DA4;
}
#ctl00_contentWindow_navigation ul ul
{
	margin-left: 12px;
	font-weight: normal;
	border-top: 1px solid #19427c;
}
#ctl00_contentWindow_navigation ul ul li
{
	border-bottom: 1px solid #19427c;
	margin: 0; 
	/*background-color: #587DA4;*/
	color: #19427c;
}
#ctl00_contentWindow_navigation ul ul a:link, #ctl00_contentWindow_navigation ul ul a:visited
{
	/*background-color: #587DA4;*/
	color: #19427c;
}
#ctl00_contentWindow_navigation ul ul a:hover
{
	/*background-color: #19427c;*/
	/*color: #FFFFFF;*/
	color: #587DA4;
}

/* Product Content Area */
#ctl00_contentWindow_divProduct
{
	width: 675px;
	float: right;
}
