a:link {
	color: #FF6600;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFF99;
	background-color: #CC9933;
}
.oneColFixCtr #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFF99;
}
.oneColFixCtr #mainContent {
	padding: 10px; /* padding of 10 for text in main bodies */
	color: #000000;
	background-color: #FFFF99;
}

.oneColFixCtr #topimage {
	padding: 0px; /* this is for the image map as it needs no margin */
	color: #000000;
	background-color: #FFFF99;
}
.header1 {
	font-size: 16pt;
	font-weight: bold;
}
.temiyellow {color: #FFFF00}

.smaller {
	font-size: x-small
}
a:visited {
	color: #990000;
}
.larger1stletter {
	font-size: larger;
	font-weight: bold;
}
Begin LATEM CSS

#phead td {
	background-color: #E9ECF3;
	border-bottom: 4px solid #5E76AA;
}
#phead td.right { text-align: right; }
#pleft {
	vertical-align: top;
	border-right: 2px solid #5E76AA;
	padding-bottom: 1em;
}
#pcontent { padding: 6px; vertical-align: top; }
#pfoot td {
	padding: 4px 0 4px 0;
	background-color: #B2C0DB;
	border-top: 1px solid #5E76AA;
	border-bottom: 1px solid #5E76AA;
	color: #5E76AA;
	font-size: 10px;
	text-align: center;
}

img.right {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

div.right_photo {
	float: right;
	width: 180px;
	margin-left: 6px;
	margin-bottom: 6px;
	border: 1px solid #5E76AA;
}
div.right_photo p {
	margin: 0;
	padding: 2px;
	color: #5E76AA;
	background-color: #E9ECF3;
	border-top: 1px solid #5E76AA;
}

div.right {
	float: right;
	width: 180px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 2px;
	background-color: #FFCC66;
	border: 1px solid #000000;
	font-size: smaller;
}
div.left {float: left;
	width: 180px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 2px;
	background-color: #FFCC66;
	border: 1px solid #000000;
	font-size: smaller;
}
div.right ul li { margin-left: -1em; }

table.right_table {
	float: right;
	width: 200px;
	border-collapse: collapse;
	margin-left: 15px;
	margin-bottom: 6px;
}
table.right_table tr th {
	background-color: #B2C0DB;
	border: 1px solid #5E76AA;
	text-align: left;
	padding: 2px;
	color: #5E76AA;
}
table.right_table tr td {
	border: 1px solid #5E76AA;
	padding: 2px;
}
table.right_table tr td.note {
	background-color: #E9ECF3;
	border: 1px solid #5E76AA;
	padding: 2px;
	color: #5E76AA;
}

.noright { margin-right: 190px; }

div.msect {
	background-color: #B2C0DB;
	padding: 4px;
	color: #5E76AA;
	font-size: 11pt;
	font-weight: bold;
	border-top: 1px solid #5E76AA;
	border-bottom: 1px solid #5E76AA;
}
div.msect_hide { display: none; }

div.item0 { margin-left: 4px; }
div.item1 { margin-left: 20px; }
div.item2 { margin-left: 36px; }
div.item0 img.bullet, div.item1 img.bullet, div.item2 img.bullet { float: left; }
div.item0 p, div.item1 p, div.item2 p { margin: 4px 4px 4px 20px; }

#msect_lang_content { font-size: 10pt; }
#langsel { background-color: #E9ECF3; }

#msect_menu_content { font-size: 10pt; }
#menusel { background-color: #FFE1E1; }

#msect_search_content form { margin: 0; padding-bottom: 2px; font-size: 10pt; }
#msect_search_content form div { color: #5E76AA; }

#msect_cart_content {
	color: #5E76AA;
	font-size: 10pt;
}
#msect_cart_content table.lacart { width: 210px; }
#msect_cart_content table.lacart td.name {
	width: 200px;
	border-bottom: 1px dashed;
}
#msect_cart_content table.lacart td.name a:hover {
	background-color: #E9ECF3;
	text-decoration: none;
}
#msect_cart_content table.lacart td.qty {
	width: 10px;
	border-bottom: 1px dashed;
}
#msect_cart_note {
	width: 210px;
	background-color: #E9ECF3;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-top: 4px;
	margin-bottom: 4px;
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0;
}

em {
	font-style: italic;
	color: #000000;
}

p.error {
	font-size: 16pt;
	font-weight: bold;
	color: red;
}

table.tlist {
	margin-top: 1em;
}

table.tlist tr th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

table.tlist tr td {
	vertical-align: top;
	padding-left: 1em;
}

table.cphoto {
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #5E76AA;
}

table.cphoto td.caption {
	background-color: #FFCC66;
	color: #000000;
	padding: 4px;
	border-top: 1px solid;
}

table.txtphoto { width: 100%; }
table.txtphoto tr td.txt { padding-right: 1em; }
table.txtphoto tr td.photo { width: 180px; }
table.txtphoto tr td.photo img {
	border: 1px solid #5E76AA;
}

div.bluebox {
	width: 96%;
	margin-top: 1em;
  margin-left: auto;
	margin-right: auto;
	padding: 6px;
	border: 1px solid #5E76AA;
	background-color: #F5FAFF;
}
div.bluebox h2 {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
table.bluebox {
	width: 96%;
	margin-top: 1em;
  margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid #5E76AA;
	background-color: #F5FAFF;
}
table.dpvtable {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CCCC66;
	border-collapse: collapse;
}
