/* CSS Document */

body 
{
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	padding:0;
	margin:0;
}
	
html body 
{
	font-size:x-small; /* For IE5/Win */
	f\ont-size: small; /* For other IE Versions */
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

p {
	padding:5px;
	margin:0;
}

h1 {
	font-size:125%;
	font-weight:bold;
}

a
{	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	font-size:100%;
	font-weight:bold;
	
}

a:active
{
	color:#330099;
	}

*
{
	margin:0;
	padding:0;
}

.contentDiv
{
	position:relative;
	top:0;
	width:750px;
	background-color: #2B3288;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.logoDiv2
{
	position:relative;
	height:120px;
	width:270px;
	top:60px;
	left:20px;
	background-repeat:no-repeat;
	clear:both;
}
.phoneDiv
{
	position:absolute;
	height:20px;
	width:244px;
	left:504px;
	top:25px;
	font-size:14px;
	font-style:italic;
	color:#FFFFFF;
}

.toplinksDiv
{
	position:absolute;
	height:20px;
	width:160px;
	left:575px;
	top:125px;
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
}

.bottomDiv
{
	position:relative;
	background-image:url(images/bottomCorner.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:25em;
	z-index:3;
	clear:both;
	padding-left:10px;
}

.addressDiv
{
	position:absolute;
	height:20px;
	width:312px;
	left:15px;
	top:184px;
	font-size:13px;
	font-style:regular;
	color:#FFFFFF;
}

.copyDiv
{
	position:relative;
	height:20px;
	width:625px;
	margin-right:auto;
	margin-left:auto;
	font-size:10px;
	font-style:regular;
	text-align:center;
	color:#000000;
}

.productsDiv
{
	position:absolute;
	width: 440px;
	height: 1 em;
	left:290px;
	top:-280px;
	padding-top: 50px;
	background-image:url(images/producttitle.jpg);
	background-repeat:no-repeat;
	z-index:3;
}

.linksDiv
{
	position:relative;
	margin-left:5px;
	margin-right:30px;
	padding:0;
	top: 6em;
	width:220px;
	color:#FFFFFF;
	font-size:110%;
	float:left;
	z-index:4;
}
.linksDiv ul
{
    padding-left:2em;
    margin-left:0;
}

.linksDiv li
{
	list-style-image:url(images/linksButton.gif); 
	margin:8px 0 8px 0px;
}

.linksDiv a
{
	color:#FFFFFF;
	text-decoration:none;
}

.linksDiv a:hover
{
	font-weight:bold;
}

.linksDiv a:visited
{
	color:#FFFFFF;
}


.featuredDiv
{
	position:relative;
	top:1em;
	left:20px;
	width:250px;
	z-index:4;

}

.mainContentDiv
{
	position:relative; 
	top:6em;
	left:0px; 
	width:488px; 
	margin-right:0px; 
	z-index:3; 
	float:left;
	margin-bottom:30px;
}

.mcontent_txtDiv
{
    left:0px;
	width:438px;
	padding-left:25px;
	padding-right:25px;
	text-indent:2em;

}
.mcontent_txtDiv a
{
	color:#000099;
	text-decoration:none;
	font-weight:bold;
}

.mcontent_txtDiv a:hover
{
	color:#0033FF;
}

fieldset {
	border:1px solid black;
}

fieldset legend {
	color:black;
}
