body {	
	background-color: #FCFCFC;	
	width:100%;
	margin:0;
}
a:link {
	color: #006666;
	text-decoration: none;
	padding-right:10px;

}
a:visited, a:active, a.current:active, a.current:link, a.current:visited, a.current:hover {
	color: #006666;
	text-decoration: none;
	padding-right:10px;
}
a:hover {
	color: #006666;
	text-decoration: underline;
	padding-right:10px;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	border: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	text-align: left;
	color: #006666;
	font-weight:bold;
}
h3 {
	text-align: left;
	color: #006666;
}
h5 {
	line-height: 1.25em;
	text-align: center;
	font-size: 1.25em;
}
#divContainer {
    padding:0px;
	margin-top:10px;
	line-height: 1.25em;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FCFCFC;
	width:80%;
	height:auto;
	padding-top:0%;
	padding-bottom:10%;
	position:absolute;
	left:10%;
	margin-left:0px;

}
#divHeader {
	background-image: url(../Images/Shop.jpg);
	background-repeat: no-repeat;
	background-color: #FCFCFC;
	margin:0px;
	margin-left: 20px;
	padding-bottom:10px;
	background-position: right top;
	width:800px;
	height:100px;
}
#divSubNav {
    font-size:1.25em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0;
	text-align:right;
	background-color: #FCFCFC;
	color: #00CC99;
}
#divSendConfirm {
    height:auto;
	width:100%;
	font-size:1.15em;
	line-height: 1.5em;
	color: #66CC66;
	margin:0;
	padding:10px;
}
#divContent {
    height:auto;
	width:100%;
	font-size:1.15em;
	line-height: 1.5em;
	color: #00CC99;
	margin:0;
	padding:10px;
}

#divSubject {
    width:auto;
	padding-top:20px;
	float: left;
}
#divSearch {
    width:auto;
    padding-top:20px;
	float: left;
}
#divFooter {
	font-size:1.15em;
	position:absolute;
	bottom: 10px;
	color: #00CC99;
	background-color: #FCFCFC;
	margin:10px;
	width:90%;
}
#divRight {
	padding:10px;
	height:auto;
	width: 100%;
	font-size:0.9em;
	background-color: #FCFCFC;
	line-height: 1.25em;
}

#divForm {
	display: inline;
	float: left;
	width:350px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#divLeft {
	font-size:0.9em;
	display: inline;
	float: left;
	width: 40%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #666666;
}
#ulNav {
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	margin: 0px;
	font-size:1em;
}
#ulNav li {
	padding-left: 10px;
	font-weight:normal;
}
#ulNav a:link {
	color: #006666;
	text-decoration: none;
	padding: 5px;
}
#ulNav a:visited, #ulNav a:active, #ulNav a.current:link, #ulNav a.current:visited {
	text-decoration: none;
	color: #006666;
}
#ulNav a:hover {
    color: #006666;
	text-decoration: underline;
}
.highlight {
	background-color: #CCCCCC;
}
th {
	text-align: justify;
	font-weight: bold;
	font-size: 1em;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CC66;
}
td {
    padding-right:10px;
}
table {
    width:100%;
	color: #666666;
	font-size: 1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
