html {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

body {
	font-family: 'Century Gothic', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}

h1 {
	font-size: 23px;
	color: #666666;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #3366CC;
	padding: 10px 0 5px 0;
}
p {
	padding: 2px 0 2px 0;
	text-align: justify;
}

strong {
	font-weight: bold;
}

a, a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

#content {
	margin-top: 120px;
	text-align: left;
	width: 1000px;
}

#sidenav {
	margin: 40px 0 40px 0;
}

#sidecontact {
	text-align: center;
	font-size: 12pt;
	color: #2c6cb5;
	margin-bottom: 20px;
	line-height: 15px;
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #2a73ba;
	margin: 10px 0 0 190px;
}

#mainconsole {
	margin: 25px 0 0 10px;
	width: 750px;
}

.box {
	width: 240px;
	height: 481px;
	text-align: center;
}

#menu {
	width: 190px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-size: 1px;
	border-width: 1px;
}

#menu li a {
	height: 32px;
	height: 24px;
	text-decoration: none;
}

#menu li a:link, #menu li a:visited {
	color: #000033;
	display: block;
	background:  url(../images/menu.gif);
	padding: 8px 0 0 2px;
}

#menu li a:hover, #menu li #current {
	color: #627EB7;
	background:  url(../images/menu.gif) 0 -32px;
	padding: 8px 0 0 2px;
}

.arrowlist li {
	list-style-image: url(../images/arrow.gif);
	margin-left: 30px;
	padding-bottom: 10px;
	text-align: justify;
}

.arrowlist2 li {
	list-style-image: url(../images/arrow.gif);
	margin-left: 20px;
	text-align: left;
}

ol {

}

ol li {
	list-style-type: decimal;
	margin-left: 30px;
	padding-bottom: 10px;
	text-align: justify;
}

.nospacing li {
	list-style-type: decimal;
	margin-left: 30px;
	padding-bottom: 2px;
	text-align: justify;
}


.producttable td {
	padding-bottom: 20px;
}


.dispensertable td p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.formtable td {
	line-height: 28px;
}

.info {
	color: #333333;
	border:solid 1px #c0c0c0; 
	background-color:#DFFFDF; 
	padding:10px; 
	margin: 0 0 5px 0;
	text-align: left;
	width: 98%;
}

.notice { background-color: #FFFFDD; }

.error  { background-color: #FFE6E6; }


.employment, .employment td {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.framed {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}

.pricetable td{
	padding: 0;
	margin: 0;
}

.special {
	color: #990000;
	font-weight: bold;
}

.autopay {
	color: #006600;
	font-weight: bold;
}