﻿body
{
	margin: 0px 0px 10px;
	text-align: center;
	background-color: lightsteelblue;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	color: navy;
}


h2
{
	background-color: navy;
	background-image: url(Images/SectionBkgrnd2.png);
	font-weight: bold;
	color: white;
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	font-size: 10pt;
	padding-bottom: 6px;
	padding-top: 8px;
	margin: 3pt 0px 3pt;
	padding-right: 6px;
	padding-left: 10px;
}
h3
{
	background-color: navy;
	background-image: url(Images/SectionBkgrnd2.png);
	font-weight: bold;
	color: white;
	font-family: Verdana, Tahoma, Arial;
	text-align: left;
	font-size: 10pt;
	padding-bottom: 6px;
	padding-top: 8px;
	margin: 3pt 6px 3pt 0px;
	padding-right: 6px;
	padding-left: 10px;
}
h4
{
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	text-align: center;
	font-size: 8pt;
	padding-bottom: 6px;
	padding-top: 8px;
	margin: 3pt 0px 3pt;
	padding-right: 6px;
	padding-left: 10px;
}
UL
{
	text-indent: 0px; 
	list-style-type: square;
	margin: 0px 10px 0px 15px;
	padding-left: 0px;
	
}

img
{
    border: none;
    text-align: center;
}


#idPage
{
	width: 875px;
	height: 100%;
	background-color: white;
	margin: 0px auto 10px;
	padding-bottom: 10px;
	position: relative;
}
#idImage
{
	text-align: center; 
	width: 250px; 
	height: 150px; 
	float: right; 
	margin: 4px;
}
.ItemImageMaxWidth
{
	width: 250px; 

}

#idTitle
{
	 font-weight: bold; 
	 font-size: 12pt; 
	 margin: 10px; 
	 text-align: left;
	
}
#idDesc
{
	margin: 10px;
	text-align: justify;
	text-indent: 20px;
}
#idTop
{
	width: 100%;
	height: 160px;
	text-align: right;
}
#idBottom
{
	width: 100%;
	text-align: left;
}


.StdCompanyImg
{
	/*width: 100px;
	height:80px;*/
}

.StdCol
{
	width: 281px;
	padding: 4px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
}
.StdTxt
{
	margin-left: 10px;
	margin-right: 10px;
}
.StdLeftTxt
{
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
.StdCenterTxt
{
	margin: 1px;
	text-align: center;
	
}
A:link, A:visited, A:active
{
    color: navy;
    text-decoration: none;
}

A:hover
{
    color: Red;
    text-decoration: underline;
}

.MaxLogoWidth
{
	width: 270px;
	margin: 0px  0px 15px 7px;
}
.SmallLogo
{
	margin:  0px auto 15px;
	clear: both;
	display: block;
}
.ColSpace
{
	width: 270px;
}

.psIndexImageStdTitle
{
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	text-align: center;
	font-size: 8pt;
	padding-bottom: 0px;
	padding-top:  0px;
	margin: 0pt 0px 0pt;
	padding-right: 6px;
	padding-left: 10px;
}
.psContent
{
	left: 0px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: 0px;
	height: 0px;
}
.psHtmlCode
{
	color: black;
	font-family: 'Courier New';
	text-align: left;
	font-size: 10pt;
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
	background-color: #ffffd2;
	margin: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.psHtmlOperator
{
	color: #0000FF;
}
.psHtmlElement
{
	color: #A31515;
}
.psHtmlAttrName
{
	color: #FF0000;
}
.psHtmlAttrValue
{
	color: #0000FF;
}
.psHtmlComment
{
	color:#008000;
}