@charset "utf-8";

/* CSS Document */

/* Zero Default Browser Settings */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {margin: 0; padding: 0; border: 0;}
img {border: none;}


/* GLOBAL LAYOUT ELEMENTS ------------------------------------- */
body {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	background-color:#e8e8e8;
	text-align: center;
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 75%;
}

td {
	vertical-align:top;
	text-align:left;
}


th {
}

.contentTable {
	width: 800px;
	border:none;
	background-color:#e8e8e8;
	border-left-color:#e8e8e8;
	margin-top: 5px;
	border-collapse:collapse;
}

.content {
/*	background-color:#e8e8e8;*/
	background-image:url(../images/content.jpg);
	background-repeat: repeat-y;
	height: 300px;
	margin-left: 5px;
	margin-right: 15px;
	padding-right: 25px;
	padding-left: 25px;

}
.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 180px;
	padding-top: 20px;
/*	padding-left: -px;
*/	padding-right: 5px;
	text-align: center;
}

.header table {
	margin: -5px:
	padding: -5px;
}
.footer {
	background-image:url(../images/footer.jpg);
	/*background-color:#E8E8E8;*/
	background-repeat:no-repeat;
	height: 75px;
	text-align: center;
	font-weight:bold;
}

.navigationMenu {
	background-color:#e8e8e8;
	background-image:url(../images/content.jpg);
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 50px;
	text-align:center;
	font-weight: bold;
	color: #000000;

}

.navigationMenu a:link {
	color:#000;
}

.PageBackground {
	background-color: #FFFFCC;
}
/* TEXT ------------------------------------------------------- */

p {
	
}
h1, h2, h3 {
	font-weight: bold;
	text-decoration: none;

	}

h1 {
	font-family: Verdana, Arial; 
	font-size: 1.3em;
	text-align: center;
	}


h2 {
	font-size: 1.2em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.10em;
	text-align:center;

	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 60px;
}

.columnHeader {
	background-color:#A1978F;
	color: #000000;
	text-align:center;
	font-size: 1.1em;
}

/* LINKS ------------------------------------------------------ */
a {text-decoration: underline }
a:link { color: #003C7F; text-decoration: underline; }
a:visited { text-decoration: underline; color: #6C66B6; }
a:hover { text-decoration: underline; color: #6C66B6; }
a:active { text-decoration: underline; color: #6C66B6; }
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

a img {
	border: none;
	}

/* LISTS ------------------------------------------------------ */

ul {
	margin-left:10px;
}

ul li {
	line-height: 1em;
	margin-left: 20px;
	margin-bottom: 10px;
}

ol {
	margin-left:10px;
}

ol li {
	line-height: 1em;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* IMAGES ----------------------------------------------------- */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.imgLeft {float: left; margin-right: 10px;}
.imgRight {float: right; margin-left: 10px;}

/* TABLES ----------------------------------------------------- */

/* FORMS ------------------------------------------------------ */
.orderForm {
	margin-left:100px;
}

/* HOME PAGE -------------------------------------------------- */

/* INNER PAGES ------------------------------------------------ */

/* HODGEPODGE													*/

.DivOverflow {
	background:#eaedfe;
	border-color:#eaedfe;
	vertical-align:top;
	text-align:left;
	overflow:auto;
	height:550px;
	width:720px;
	}

.evenRow {background-color:#FFFFCC; }

.oddRow {background-color: #FFFFFF; }

.alert {
	color: red;
	font-size:14px;
	font-weight:bold;
}