/*<Design div's*/
#masterWrapper
{
	width:900px;
	height: 100%;
	margin:auto;
	padding:15px;
	background-color:White;
}

#header
{
	margin-bottom:7px;
	text-align:center;

}

#masterLeft
{
	width: 125px;
	float: left;
	padding: 5px;
	padding-top:0px;
	height: 100%;
	margin:auto;
	margin-top:20px;
	margin-left:30px;
	border-right:solid 1px #000066;


}

#masterRight
{
	width:600px;
	float:left;
	min-height:350px;
	height:auto;
	margin-left:15px;
	margin-top:20px;
	padding-left:20px;
	padding-top:0px;
}

#footer
{
	clear: both;
	width: 600px;
	font-size: 9px;
	margin:auto;
	padding-top: 20px;
	text-align:center;
}

#masterImages
{
	width:725px;
	text-align:center;
	margin:auto;
	clear: both;

}

/*</design div's*/

body
{
	font-family:Arial;
	font-size:14px;
	background-color:#000066;
	color: #000066;
	height:100%;
}

/*These are the normal links */

a:link
{
	color: #000066;
	text-decoration:none;
}

a:visited
{
	color: #000066;
	text-decoration:none;
}

a:active
{
	color: #000066;
	text-decoration:none;
}

a:hover
{
	color: #000066;
	text-decoration:underline;
}

/* FIND A BETTER WAY OF DOING THIS*/
#masterLeft a:link
{
	font-size:18px;
	color: #000066;
	text-decoration:none;
	line-height:30px;
	font-family:Bookman Old Style;
}

#masterLeft a:visited
{
	font-size:18px;
	color: #000066;
	text-decoration:none;
	line-height:30px;
	font-family:Bookman Old Style;
}

#masterLeft a:active
{
	font-size:18px;
	color: #000066;
	text-decoration:none;
	line-height:30px;
	font-family:Bookman Old Style;
}

#masterLeft a:hover
{
	font-size:18px;
	color: #000066;
	text-decoration:underline;
	line-height:30px;
	font-family:Bookman Old Style;
}

hr
{
	color:#000066;
}

.heading
{
	font-size:20px;
	font-family:Bookman Old Style;
	padding-bottom:7px;
	padding-top:0px;
}

.homeList
{
	padding-left:15px;
	padding-top:0px;
	margin-top:5px;
	margin-left:0px;
	List-style-position:outside;
	line-height:20px;
}

.formLabel
{
	line-height:30px;
}

.TopLeft
{
	vertical-align:top;
	padding-top:7px;
	padding-left:7px;
}

.homeTable
{
	margin-top:20px;
	border:none;
}
/*
This is style for the
subheadings on the Industries and Products pages
*/
.bold
{
	font-weight:bold;
	margin-top:15px;
	margin-bottom:3px;
	float:left;
}

.infoList
{
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	margin-left:-20px;
	List-style-position:outside;
	line-height:15px;
	clear:both;
}

.anchorRight
{
	margin-top:15px;
	margin-bottom:3px;
	float:right;
	font-size:12px;
}

.clear
{
	clear:both;
}

.tableHeading
{
    font-size:13px;
    font-weight:bold;
}

.boldText
{
	font-weight:bold;
}

.polymerTable
{


}

.noBorder
{
	border:none;
}