body{
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/background5_1.jpg);
}

h1{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 3em;
	color: #1c229e;
	text-align: center;
	padding-top: 10px
	padding-bottom: 10px;
}

h2{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #1c229e;
	text-align: center;
	padding-top: 5px
	padding-bottom: 5px;
}

h3{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #1c229e;
	text-align: center;
	padding-top: 5px
	padding-bottom: 5px;
}

P.info{
	font-family: verdana, arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-color: #1c229e;
	border-bottom-width: 2px;
}

P.announce{
	font-family: verdana, arial, sans-serif;
	/*font-weight: bold;*/
	font-size: 1em;
	text-align: left;
	text-indent: 1.5em;
	padding-top: 5px
	padding-bottom: 5px;
	padding-left: 10px;
}

P.announce2{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
/*	text-align: center;*/
	padding-top: 5px
	padding-bottom: 5px;
}

P.announce3{
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
	padding-top: 5px
	padding-bottom: 5px;
}


table.form{
	font-family: arial, helvetica, sans-serif;
	background-color: #c0c0c0;
}

table{
	font-family: arial, helvetica, sans-serif;
	background-color: #ffffff;
}

tr.highlight{
	background-color: #1c229e;
	color: #ffffff;
	font-family: verdana, arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

td.pdf{
	background-color: #1c229e;
	text-align: center;
}

/*productpagetablelink*/

tr#prod a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1c229e;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid white;
	text-decoration: none;
}

tr#prod a: hover{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: red;
	background-color: #00ffff;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px solid white;
	text-decoration: none;
}

tr#pdf a{
	display: block;
	background-color: #1c229e;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

tr#pdf a: hover{
	background-color: #1c229e;
	font-size: 15px;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 3px;
}

tr#nav a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #1c229e;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid red;
	text-decoration: none;
}

tr#nav a: hover{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #007fff;
	background-color: #00ffff;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px solid red;
}

a.mail{
	text-decoration: none;
	font-weight: bold;
}

a.mail: hover{
	text-decoration: none;
	color: red;
}

/*bmchomelink*/
a.navlink{
	color: #ffffff;
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
}

/*
ul{
	list-style-image: url(images/coolcircle.bmp);
}*/

/*positioningelements*/
div.links{
/*  background-color: gray;*/
	position: fixed;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	left: 0px;
	top: 0px;
	width: 125px;
	height: 500px;
}

div.content{
	position: absolute;
	left: 130px;
	top: 100px;
	width: 675px; /*675 orig*/
	/*padding-left: 10px;*/
	text-align: center;
}

div.banner{
	position: absolute;
	width: 675px; /*675 orig*/
	height: 100px;
	left: 130px;
	top: 0px;
	color: #1c229e;
	/*padding-top: 20px;*/
}

/* Show/Hide stuff */

.more{
	display: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

a.showLink, a.hideLink{
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('images/down.gif') no-repeat left;
}

a.hideLink{
	background: transparent url('images/up.gif') no-repeat left;
}

a.showLink: hover, a.hideLink: hover{
	border-bottom: 1px dotted #36f;
}

div.element1, div.element2, div.element3, div.element4, div.element5, div.element6, div.element7, div.element8, div.element9, div.element10, div.element11, div.element12, div.element13, div.element14{
	font-size: 8px;
	color: #66d;
}

