 html
{
	margin: 0;
	padding: 0;
	font-size: small;
}

body{
	background-color: #E3E3E3;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #616060;
	margin: 5px;
	padding: 0 0 0 0;
}

h1{
	color: #75A5C2;
	font-size: 1.65em;
	font-weight: normal;
	padding: 8px 0 8px 0;
	margin: 0 0 0 0;
}


h2{
	color: #FF8C00;
	font-size: 1.5em;
	font-weight: normal;
	font-family: sans-serif;
	margin: 5px 0 0 0;
}

h3{
	color: #BAD5E8;
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0 0;
}

h4{
	color: #FF8C00;
	font-weight: bold;
	font-style: normal;
	margin: 10px 0 0 0;
}
p{
line-height: 1.5;
color: #616060;
margin: 5px 0 15px 0;
text-align: left;
}

b{
color: #000;
font-weight: bold;
}

i{
color: #FF8C00;
font-weight: bold;
}

p.small{
	font-size: small;
}

#content{
	
	color: #616060;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 40px 5px 40px;
}

.error{
	text-align: center;
	color: #F00;
	font-weight: bold;
	font-size: .85em;
	padding: 10px 10px 10px 10px;
}

hr {
border: 0;
color: #E3E3E3;
background-color: #E3E3E3;
height: 1px;
}

.clear {clear: both;}

.imgCenter{display:block;margin-left:auto;margin-right: auto;}


a:link { color: #FF8C00;
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
	text-align: center;
	}
a:visited { color: #FF8C00; }
a:hover { color: #BAD5E8; }
a:active { color: #BAD5E8; }


a.inline:link {
font-size: small;
	color:#FF8C00;
	text-decoration:none;
	}
a.inline:visited {color:#FF8C00;}
a.inline:hover {color:#000; text-decoration: underline;}
a.inline:active {color:#000; text-decoration: underline;}

a.doc:link {
	color:#000;
	text-decoration:underline;
	}
a.doc:visited {color:#000;}
a.doc:hover {color:#000; text-decoration: underline;}
a.doc:active {color:#000; text-decoration: underline;}


div.menu1 {margin: 0;
	padding: 0;
	text-align: right;}

#menu1 {
	margin: 0;
	padding: 0;
	}

ul { margin: 5px;
	padding: 0;
	}
	
li {
	list-style:none;
	line-height: 1;
	padding: 5px 0 5px 0;
	text-transform: capitalize;

	}

li li  {
	list-style:none;
	list-style-image: url(../_graphics/mcpplus.gif);
	margin-left: 25px;
	text-transform: none;

	}

a.menu1:link{
	color: #616060;
	text-decoration: none;
}
a.menu1:visited{
	color: #616060;
	text-decoration: none;
}
a.menu1:hover{
	color: #FF8C00;
	text-decoration: underline;

}
a.menu1:active{
	color: #FF8C00;
	text-decoration: underline;
}

div.menu2 {
}
#menu2 {
	font-size: 1.5em;
	color: #FF8C00;
	font-size: 1em;
	}

a.menu2:link{
	color: #FF8C00;
	text-decoration: none;
}
a.menu2:visited{
	color: #FF8C00;
	text-decoration: none;
}
a.menu2:hover{
	color: #616060;
	text-decoration: underline;
}
a.menu2:active{
	color: #616060;
	text-decoration: underline;
}

div.menu3 {
	text-align: left;
	letter-spacing: 1px;
	font-size: 1em;
	margin-top: 0;
}
#menu3 {
	margin: 0;
	padding: 0;
	}


a.menu3:link{
color: #FF8C00;
text-decoration: none;

}
a.menu3:visited{
color: #FF8C00;
text-decoration: none;

}
a.menu3:hover{
color: #616060;
	text-decoration: underline;
}
a.menu3:active{
color: #616060;
	text-decoration: underline;
}

div.menu4 {

}

	
li.menu4 {
	list-style:none;
	list-style-image: url(../_graphics/blueBullet.jpg);
	line-height: 1;
	padding: 5px 0 5px 0;
	margin-left: 15px;
	text-transform: capitalize;

	}

li li  {
	list-style:none;
	margin-left: 25px;
	text-transform: none;

	}
	
a.menu4:link{
	font-weight: normal; 
	color: #75A5C2;
	text-decoration: none;
}
a.menu4:visited{
	color: #75A5C2;
	text-decoration: none;

}
a.menu4:hover{
	color: #FF8C00;
	text-decoration: underline;
}
a.menu4:active{
	color: #FF8C00;
	text-decoration: underline;
}

#sitemap {
	font-size: 1.5em; 
	font-weight: bold; 
	color: #000;
	margin-left: 0;
	padding-left: 10px;
	}

#sitemap li {
	list-style: none;
	}

#sitemap ul {
	font-size: 1em;
	margin-left: 0;
	padding-left: 10px;
	}

#sitemap ul ul {
	margin-left: 0;
	padding-left: 15px;
	color: #616060;
	}
	
#sitemap ul ul ul {
	margin-left: 0;
	padding-left: 15px;
	}

form{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: normal;
	display: block;
	color: #000;
	padding: 15px;
	border: 1px dashed #BAD5E8;
	background-color:#FFF;

	}

table.formContainer{
	width: 100%;
	}
	
td.label{
	width: 125px;
	color: #616060;
	font-weight: normal;
	text-align: right;
	}
	
td.feedback{
	text-align: left;
	color: #F00;
	font-weight: normal;
	font-size: .85em;
	line-height: 1;
	}
	
td.highlight{
	background-color: #DDEAF4;
	font-weight: normal;
	}
td.plain{
	background-color: #fff;
	font-weight: normal;
	}
input:focus, textarea:focus, select:focus {background-color: #BAD5E8;}

input {
	color: #000;
	border-width: 1px;
	border-color: #616060;
	border-style: solid;
	font-size: .95em;
	padding: 2px;
	}
	
input.rd {
	color: #000;
	border: 0px;
	}
input.rd2 {
	color: #000;
	border: 0px;
	
	margin-left: 0;
	
	}

input.txt {
	color: #000;
	border-width: 1px;
	border-color: #BAD5E8;
	border-style: solid;
	padding: 2px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 93%;
	}

input.submit {
	color: #000;
	border-width: 1px;
	border-color: #BAD5E8;
	background-color: #BAD5E8;
	border-style: solid;
	}

.cartbutton {
	color: #FF8C00;
	border-width: 1px;
	border-color: #FFF;
	background-color: #FFF;
	border-style: solid;
	padding: 0;
	margin: 0 -10px 0 0;
	cursor: pointer;
	}
.cartbuttonOver {
	color: #FF8C00;
	border-width: 1px;
	border-color: #FF8C00;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
	border-style: solid;
	padding: 0;
	margin: 0 -10px 0 0;
	cursor: pointer;
	}
	
textarea{
	color: #000;
	padding: 2px;
	margin: 0 0 15px 0;
	border-width: 1px;
	border-color: #BAD5E8;
	border-style: solid;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 50px;
	width: 95%;
	}
	
select{
	overflow: hidden;
	color: #000;
	border-style: 1px solid #000;
	padding: 1px;
	width: 150px;
	font-size: .95em;
}

select.short{
	overflow: hidden;
	color: #000;
	border-style: 1px solid #000;
	padding: 1px;
	width: 50px;
	font-size: .95em;
}

button{
	color: #000;
	border-width: 1px;
	border-color: #BAD5E8;
	background-color: #BAD5E8;
	border-style: solid;
	font-size: .95em;
	margin-right: 15px;
	}

button.nav{
	margin-right: 0;
	}
button.disabled{
	color: #000;
	margin-right: 0;
	}


img{ 
border: 0px;
}

img.aborder{ 
border: 2px solid #BAD5E8;
} 

img.aborder:hover{ 
border: 2px solid #FF8C00;
} 

div.thumbnail{
padding: 5px; 
}

div.large{
padding: 0; 
}

#imageContainer{
}

.thumbnail img{
padding: 5px;
}

.large img{
padding: 8px;
}



img.scaled {
  width: 100%;
}

.thumbH img{
border: 1px solid #616060;
background-color: #FFF;
padding: 5px;
margin: 5px;

	width: 85%;

}

.thumbV img{
border: 1px solid #616060;
background-color: #FFF;
padding: 5px;
margin: 5px;

	width: 65%;

}


table.box{
background-color: #FFF;
margin-left: auto;
margin-right: auto;
}

td.footer{
padding: 5px;
}

td.menu{
background-color:#E3E3E3;
padding: 5px;
}

th {
	color: #000;
	vertical-align: top;
}

td {
	color: #616060;
	vertical-align: top;
}

td.amiddle {
	padding-top:50px;
}

table.one{
	/* blue horizontal */
	background-color:  #FFF;
	border-left: none;
	border-right: none;
	border-bottom: 10px solid  #BAD5E8;
	border-top: 10px solid  #BAD5E8;
	margin: 15px 0 0 0;
}



td.space
{
	/* blue lines */
	background-color: #FFF;
	border-left: 1px solid #BAD5E8;
	border-right: 1px solid #BAD5E8;
	border-bottom: none;
	padding: 0 0 0 0;
	width: 8px;
}



