body {
	margin: 0px;

	background: #aaa;
	background-image: url(/images/bg.jpg);
	background-position: center top;

	color: #222;

	font-family: arial;
	font-size: 10pt;

	text-align: center;

	overflow-y: scroll;
}

div {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 13pt;
	color: #333;
}

h3 {	/*	Employment Title	*/
	font-size: 14pt;
	color: #383;
}

h4 {	/*	Employment Header	*/
	font-size: 11pt;
	text-decoration: underline;
	color: #333;
	margin-bottom: 3px;
}

table {
	font-size: 1em;
	font-weight: inherit;
	color: inherit;
}

img {
	margin: 0px;
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
}

admin {
color: #063;
}
a {
	color: #063;
}

a:hover {
	color: #042;
}

a:visited {
	color: #042;
}

a:visited:hover {
	color: #063;
}

ul,ol {
	margin: 0px;
	padding-left: 20px;
	text-align: left;
}

li {
	margin-top: 5px;
	text-align: left;
}

.left {	float: left;	}
.right {	float: right;	}

.txtBox {
	 border: 1px #777 solid;
	 margin: 1px 0px;
}

.sup {
	vertical-align: top;
	font-size: 0.6em;
}

#bgFade {
	position: absolute;
	top: 0px;
	left: 0px;
	height:598px;
	width: 100%;
	background-image: url(/images/bgfade.png);
	background-repeat: repeat-x;
	z-index: -100;
}

#mainContainer {
	margin: 0px auto;
	z-index: 100;
}

#header {
	position: relative;

	width: 950px;
	height: 99px;
	padding: 7px 0px;

	color: #232;
	text-decoration: none;
	font-size: 10pt;
}

#header #homeAddress {
	position: absolute;
	right: 0px;
	bottom: 15px;
}

#header #homeAddress a {
	color: #232;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#header #homeAddress a:hover {
	text-decoration: underline;
}

#header #homePhone {
	position: absolute;
	right: 0px;
	top: 15px;
}

#slideContainer {
	width: 950px;
	height: 200px;
	padding: 6px;
	padding-bottom: 0px;

	background-image: url(/images/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

* html .button {		padding: 7px;	} *

#menu {
	width: 962px;
	height: 31px;
	padding: 0px 6px;
	background-image: url(/images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

#bodyContainer {
	position: relative;
	width: 950px;
	padding: 0px 0px;
	background-image: url(/images/bg-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
}

#body {
	position: relative;
	width: 910px;
	min-height: 250px;
	background: #fff;
	padding: 20px;
	padding-top: 10px;
}

#footer {
	width: 950px;
	height: 20px;
	padding: 0px 6px;
	padding-bottom: 6px;

	background-image: url(/images/footer-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.bodyImg {
	border: 1px #333 solid;
        width: 125;
	height: 50;
	
}
.bodyImg1 {
	border: 1px #333 solid;
        width: 150px;
	height: 100px;
	
}

.tr {
	margin-left: 20px;
}

.credinetTitle {
	font-size: 13pt;
	color: #333;
	font-weight: normal;
}

.credinetTitle .title {
	font-weight: bold;
}

.errMsg {
	padding: 0px 2px;
	background: #f33;
	color: #fff;
	font-weight: bold;
	display: none;
}

.errMsg2 {
	color: #f33;
	font-weight: bold;
	display: none;
}

.hidden {
	display: none;
}

.required {
	font-size: 0.8em;
	font-weight: bold;
	color: #d00;
	text-decoration: none;
	margin-left: 5px;
}

.required2 {
	font-weight: bold;
	color: #d00;
	text-decoration: none;
}

#subMnu {
	position: absolute;
	right: 20px;
	z-index: 1000;
}

#printLogo {
	display: none;
}
#body1 {
	position: relative;
	width: 910px;
	min-height: 3500px;
	background: #fff;
	padding: 0px;
	padding-top: 10px;
}

#left { float:left;

	width: 375px;
	min-height: 3070px;
	background: #fff;
	padding: 20px;
	padding-top: 0px;}
#right { float:right;
position: relative;
	width: 455px;
	min-height: 3000px;
	background: #fff;
	padding: 20px;
	padding-top: 35px;}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
}
  #checkout_button {
        display: inline-block;
        font-family: sans-serif;
        font-size: 20px;
        background-color: #0BD992;
        color: white;
        border-radius: 4px;
        padding: 14px 28px;
    }

    #checkout_button:hover {
        cursor: pointer;
    }
    #button {
        background-color: #1c87c9;
        border: none;
        color: white;
        padding: 20px 34px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        margin: 4px 2px;
        cursor: pointer;
      }
