html,body {

	margin: 0px;

	padding: 0px;

	font-size: 12px;

	font-family: Arial, Helvetica, sans-serif;

	color: rgb(70,70,70); /* Slate Gray */

	background-image: url(images/bg.gif);

	background-repeat: repeat-x;

	background-position: top left;

	}

td {

	vertical-align: top;

	}

form,input 	{

	margin: 0px;

	padding: 0px;

	}

hr {

	height: 1px;

	border: 1px solid rgb(214,215,217); /* Light Gray */

	}



#my-mainContainer {

	width: 750px;

	}

/* My Mast Head

--------------------------------------------------------------------- */

#my-mastHeadContainer {

	width: inherit;

	clear: both;

	float: left;

	}

#my-logo {

	width: 135px;

	height: 130px;

	float: left;

	}

/* Right Menu Container

------------------------ */

#my-topMenuContainer {

	width: 615px;

	float: left;

	height: 130px;

	background-color: red;

	}

#my-topMenu {

	width: 615px;

	height: 101px;

	float: left;

	}

#my-topMenu a img {

	float: left;

	}

	

#my-mainMenu {

	width: 615px;

	float: left;

	height: ;

	}

#my-mainMenu img {

	float: left;

	}



/* Header - Graphic

--------------------------------------------------------------------- */



#my-header {

	width: 750px;

	clear: both;

	float: left;

	}

	

/* Page Content Container

--------------------------------------------------------------------- */

#my-pageContainer {
	width: 750px;
	clear: both;
	float: left;
	padding: 5px 0 5px 0;
	/*border-bottom: 1px solid rgb(214,215,217); /* Light Gray */
	}

.my-bodyText {

	width: auto;

	height: 100%;

	display: table;

	margin: 0px 5px 0 6px;

	/*border-left: 1px solid rgb(214,215,217); /* Light Gray */

	text-align: left;

	}

td.bodyTD div {

	vertical-align: top;

	}

.my-bodyText p {
	margin: 0 0 1.4em 5px;
	padding: 0;
	}

.my-bodyText h1,

.my-bodyText h2,

.my-bodyText h3,

.my-bodyText h4,

.my-bodyText h5,

.my-bodyText h6 {

	margin: 0 0 5px 8px;

	padding: 0px;

	}



/* Footer Container

--------------------------------------------------------------------- */

#my-footer {

	width: 750px;

	clear: both;

	float: left;

	}

.my-footLinks {

	width: 540px;

	height: 55px;

	float: left;

	font-size: 10px;

	padding-top: 17px;

	text-align: center;

	}

.my-footLinks a,

.my-footLinks a:active,

.my-footLinks a:visited {

	color: rgb(70,70,70); /* Slate Gray */

	text-decoration: underline;

	}

.my-footLinks a:hover {

	text-decoration: none;

	}

.my-footImage {

	width: 201px;

	float: right;

	height: 55px;

	}