html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f0f0f0;
}

* {
  box-sizing: border-box;
}

div.cartlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
}
h1 {
	font-family: Tahoma;
	text-align: center;
}
h1.tapeIdx {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	display: inline;
}
h2 {
	font-family: Tahoma;
	text-align: center;
}
h3 {
	font-family: Tahoma;
	text-align: center;
}
h3.ListTitle {
	font-family: Tahoma;
	text-align: center;
	font-size: 18px;
	margin: 0px;
}
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
h5.ListSubtitle {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
}
img {
	border: none;
}
img.head {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
img.left {
	margin: 10px;
	float: left;
}
img.right {
	margin: 10px;
	float: right;
}
li.sidebar {
	font-size: 0px;
}
ol.conf {
	list-style-type: lower-alpha;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}
p.boldGH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
p.footer {
	margin: 0px;
	text-align: center;
}
p.scriptquote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
table.conf {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #0000FF;
	display: table;
}
td.conf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	border: thin solid #0000FF;
	padding: 5px;
}
th.confc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 119px;
	font-style: italic;
	border: thin solid #0000FF;
	padding: 5px;
}
th.confc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 209px;
	font-style: italic;
	border: thin solid #0000FF;
	padding: 5px;
}
th.confc3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 209px;
	font-style: italic;
	border: thin solid #0000FF;
	padding: 5px;
}
th.confc4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 50px;
	font-style: italic;
	border: thin solid #0000FF;
	padding: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul.sidemenu {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: left;
	float: left;
}
.authorsmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.centermain {
	text-align: center;
	width: 100%;
}

.iCM1 {
	text-align: center;
	padding: 10px;
	width: 30%;
	float: left;
	position: relative;
}
.iCM2 {
	text-align: center;
	padding: 10px;
	width: 100%;
	clear: both;
	position: relative;
	left: -3%;
}
.phonealign {
	vertical-align: middle;
}
.privacy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.push {
	height: 6.5em;
}
.samefile {
	color: crimson;
}
#content {
	margin-left: 144px;
	width: auto;
	min-width: 606px;
	padding: 10px;
}
#footer {
	clear: both;
	width: 100%;
	height: 6.5em;
}
#header {
	width: 100%;
	min-width: 750px;
}
#logoCM {
	width: 33%;
	float: left;
	padding-top: 10px;
}
#logoCM2 {
	width: 67%;
	float: left;
	padding-bottom: 5px;
}	
#mainnav {
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
	background-color: #D6DDFF;
	background-image: url('images/linkGrad.png');
	background-repeat: repeat-x;
	clear: both;
	overflow: hidden;
	position: relative;
}
#mainnav ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#mainnav ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#newitem {
	height: 250px;
	width: 500px;
	margin-right: auto;
	padding: 15px;
	margin-left: auto;
	border: medium dotted #0033FF;
}
#sidemenu {
	float: left;
	width: 144px;
	background-color: #D6DDFF;
}
#wrapper {
	min-height: 100%;
	max-width: 960px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -6.5em;	/* Height of the footer */
	background-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: ridge;
	border-right-color: #9999FF;
	border-left-width: medium;
	border-left-style: ridge;
	border-left-color: #9999FF;
}
.logoHeight {
	height: 110px;
}
.notice {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 500px) {
  .col-vs-1, .col-vs-2, .col-vs-3, .col-vs-4, .col-vs-5, .col-vs-6, .col-vs-7, .col-vs-8, .col-vs-9, .col-vs-10, .col-vs-11, .col-vs-12 {
    float: left;
  }
  .col-vs-12 {
    width: 100%;
  }
  .col-vs-11 {
    width: 91.66666667%;
  }
  .col-vs-10 {
    width: 83.33333333%;
  }
  .col-vs-9 {
    width: 75%;
  }
  .col-vs-8 {
    width: 66.66666667%;
  }
  .col-vs-7 {
    width: 58.33333333%;
  }
  .col-vs-6 {
    width: 50%;
  }
  .col-vs-5 {
    width: 41.66666667%;
  }
  .col-vs-4 {
    width: 33.33333333%;
  }
  .col-vs-3 {
    width: 25%;
  }
  .col-vs-2 {
    width: 16.66666667%;
  }
  .col-vs-1 {
    width: 8.33333333%;
  }
}
