
#container {
	/* CSS Dimension       */
	width: 100%;
	/* CSS Positioning     */ 
	overflow: auto;
	position: absolute; 
	top: 0px;
	right: 0px; 
	z-index: 2;
	/* CSS Padding         */
	padding-right: 10px; 
	/* CSS Text            */
	text-align: center;
	}

#navigate {
	/* CSS Positioning     */ 
	position: fixed; 
	display: none;
	}

body {
	margin-left: 2px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px;
	}

h1,h2, h3 {
	color: #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	}

input, textarea, select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
li {
	padding-bottom: 8px;
	}


.text36 {
	color: #0000ff;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	}
.text30 {
	color: #0000ff;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	}
.text24 {
	color: #0000ff;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	}
.text20 {
	color: #0000ff;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
.text16 {
	color: #0000ff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	}
.text12 {
	color: #0000ff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
.text10 {
	color: #0000ff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
.textblack {
    color: #000000;
    }
.textblue {
    color: #0000ff;
    }
.textred {
    color: #ff0000;
    }

/*                     */
/* Navigation Buttons  */
/*                     */
.navbuttonlg { 
	display: block; 
	width: 250px; 
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	background-color: #CEEAFF;
	color: #0000ff;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	text-decoration: none;
	}
.navbuttonmed { 
	display: block; 
	width: 190px; 
	margin: 0 auto;
	padding: 8px 4px 8px 4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	background-color: #CEEAFF;
	color: #0000ff;
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	text-decoration: none;
	}
.navbuttonsm { 
	display: block; 
	width: 120px; 
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	background-color: #CEEAFF;
	color: #0000ff;
	border-style: solid;
	border-width: thin;
	border-color: #808080;
	text-align: center;
	text-decoration: none;
	}

/*                     */
/* Bin Info Tables     */
/*                     */
.tableDef {
	border-collapse: collapse;
	border-style: solid;
	border-width: thin;
	border-color: black;
	}
.tableTitle {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #990000;
	}
.tableHeader {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width: thin;
	border-color: black;
	padding: 2px 4px;
	}
.tableCell {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	border-style: solid;
	border-width: thin;
	border-color: black;
	padding: 2px 4px;
	}
.tableCaption {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	}
.tableImage {
	text-align: center;
	vertical-align: middle;
	border-style: none;
	padding: 4px;
	}

/*                     */
/* Online Order Forms  */
/*                     */
.formTitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}
.formLabel { 
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	}
.formSpacer {
	width: 5%;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	} 
.formInput {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
.formbutton {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    }

/*                     */
/* FAQ Buttons         */
/*                     */
.faqbuttonoff {
	display: block;
	width: 600px;
	border-width: 2px;
	border-style: solid;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CEEAFF;
	color: #0000ff;
	border-color: #808080;
	text-align: left;
	text-indent: 24px;
	text-decoration: none;
	vertical-align: middle;
	} 
.faqlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    color: #0000FF;
	text-align: left;
	margin-right: 36px;
	}


.mainLink {
	text-decoration: none;
	}
a.mainLink:visited {
	color: #0000FF;
	}

/*                  */
/* General Classes  */
/*                  */
.bordernone {
	border-style: none;
	}
.bordergrey {
	border-style: solid;
	border-width: 1px;
	border-color: #808080;
	}

.alignleft {
	text-align: left;
	}
.aligncenter {
	text-align: center;
	}
.alignright {
	text-align: right;
	}
.alignjustify {
	text-align: justify;
	}
.valignmiddle {
	vertical-align: middle; 
	}
.valigntop {
	vertical-align: top; 
	}
.blockcenter {
	margin-left: auto;
	margin-right: auto;
	}

.nodisplay {
	}
.noprint {
	display: none;
	}

.pagebreaka {
	page-break-after: always;
	}
.pagebreakb {
	page-break-before: always;
	}

