/*
End of menu system styles.
*/

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
/*	background-image: url(images/bluegradbg.gif);
	background-repeat: repeat-y;
*/
}

/*
All of the styles for use inside the main content layer (class 'contentLayer') are in this section
*/
.contentlayer {
	background-color: White;
	color: #000080;
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 11px;
	left: 10px;
	margin: 8px 15px 8px 8px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 20px;
	padding-top: 12px;
	position: absolute;
	top: 86px;
	width: 90%;
	background-image: url(images/common/logo_bg.gif);
}

.contentlayer a:link {
	color: #CD5C5C;
	text-decoration: underline;
}

.contentlayer a:visited {
	color: #C71585;
	text-decoration: underline;
}

.contentlayer a:hover {
	color: #FFD700;
	text-decoration: underline;
}

.contentlayer h1 {
	background-color: #FF8C00;
	border-top: 1px solid #000080;
	color: #191970;
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: 1px;
	margin-left: -8px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 4px;
	width: 100%;
}

.contentlayer h2 {
	background-color: #FFB220;
	border-top: 1px solid #000080;
/* 	color: #000080;
	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: -8px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-top: 3px;
	width: 80%;
}

.contentlayer h3 {
	border-top: 1px solid #0000FF;
/* 	color: #000080;
	font-family: Verdana, Arial, sans-serif; */
	font-size: 14px;
	line-height: 180%;
}

.contentlayer ol {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; */
	line-height: 180%;
	list-style: decimal;
	text-indent: 8px;
}

.contentlayer ol ol {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-indent: 8px;
	line-height: 180%; */
	list-style: lower-alpha;
}

.contentlayer ol ol ol {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-indent: 8px;
	line-height: 180%; */
	list-style: lower-roman;
}

.contentlayer p {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; */
	line-height: 160%;
}

.contentlayer p.leftjust {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 160%; */
	text-align: left;
}

.contentlayer p.rightjust {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 160%; */
	text-align: right;
}

.contentlayer p.fulljust {
	text-align: justify;
}

.contentlayer p.lefthalf {
	width: 50%;
	text-align: justify;
	border-right-color: Blue;
	border-right-style: solid;
	border-right-width: thin;
	border-spacing: 8px;
	padding-right: 10px;
}

.contentlayer p.righthalf {
	text-align: justify;
	margin-left: 50%;
	border-left-color: Blue;
	border-left-style: solid;
	border-left-width: thin;
	border-spacing: 8px;
	padding-left: 10px;
}

.contentlayer p.callout1 {
	background-color: #586DC0;
	border-bottom: 2px solid #000080;
	border-top: 2px solid #000080;
	color: #FFFFFF;
/*	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; */
	font-weight: bold;
	line-height: 180%;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 8px;
	padding-right: 8px;
/*	width: 100%; */
}

.contentlayer p.copyright {
	font-size: 70%;
	text-align: center;
}


.contentlayer ul {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; */
	line-height: 180%;
	list-style: square;
	text-indent: 8px;
}

.contentlayer ul ul {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 180%;
	text-indent: 8px; */
	list-style: disc;
}

.contentlayer ul ul ul {
/*	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 180%;
	text-indent: 8px; */
	list-style: circle;
}

.contentlayer table.cart {
	background-color: #FFFFCC;
	color: #000080;
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 11px;
}

.contentlayer th.cart {
	background-color: #FFCC33;
	color: #000080;
/*	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 11px; */
}

.contentlayer td.cartheader1 {
	background-color: #FFCC33;
	color: #000080;
	font-weight: bold;
}

.contentlayer td.cartheader2 {
	background-color: #FFE082;
	color: #000080;
	font-weight: bold;
}

.contentlayer td.cartheader3 {
	background-color: #FFE9A6;
	color: #000080;
	font-weight: bold;
}

.contentlayer caption.events {
	background-color: #FF8C00;
	color: #000080;
	font-size: 12px;
	font-weight: bold;
}

.contentlayer table.events {
	background-color: #FFFFCC;
	color: #000080;
	font-family: Verdana, Arial, Helvitica, sans-serif;
	font-size: 11px;
}

.contentlayer th.events {
	background-color: #FFCC33;
	color: #000080;
}
/*
End of main content layer styles
*/

/*
The various styles for the layers making up the header are in this section.
*/
.toplinelayer {
	background-color: transparent; /*	background-image: url(images/toplinebg.jpg); */
	background-position: right;
	background-repeat: no-repeat;
	height: 80px;
	right: 20px;
	position: absolute;
	top: 10px;
	width: 80%;
	z-index: 150;
}

.headerlayer {
	position: absolute; /*	width: 240px; */
	left: 42%;
	top: 68px;
	z-index: 200;
}

.logolayer {
	left: 18px;
	position: absolute;
	top: 23px; /*	width: 230px; */
	z-index: 198;
}

/*
End of header styles.
*/

