body {
	margin: 0px auto;
  font-family: Century Gothic, Helvetica, Arial;
  /*font-family: arial,sans-serif;*/
  font-size: 12px;
  background-repeat: no-repeat;
  background-position: top left;
	background-color: #ffffff;
	color: #5c5c5c;
	width: 960px;
	/*height: 600px;*/
	padding-top: 20px;
}

select, input {
	font-family: Century Gothic, Helvetica, Arial;
  font-size: 12px;
}

a {
  color: #959290;
  text-decoration: none;
}

a img {
	border: none;
}

#MasterHead {
	position: relative;
	float: left;
	/*background-color: #e1e0de;*/
	background: url(../../html/images/logo.jpg);
	height: 125px;
	width: 960px;
}

#MasterMiddle {
	position: relative;
	float: left;
	background-color: white;
	/*height: 420px;*/
	margin: 20px 0 0 45px;
	/*border: 1px solid black;*/
}

#MasterFoot {
	position: relative;
	float: left;
	background-repeat: no-repeat;
  background-position: top left;
	background: url(../../html/images/footer_background.jpg);
	/*background-color: #e1e0de;*/
	font-size: 15px;
	height: 90px;
	width: 930px;
	margin: 50px 0 30px 0;
	padding: 15px 10px 0 20px;
	/*opacity: 0.4;
	filter: alpha(opacity=40);*/
}

#MasterAFALogo {
	float: left;
	position: relative;
  height: 53px;
  width: 202px;
  padding: 20px 0px 0px 20px ;
}

#copyright {
	float: right;
	color: #b2b2b2;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
}

#copyright div#address {
	color: #c2c2c2;
	font-size: 15px;
}

#LastUpdated {
	float: left;
	font-size: 13px;
	padding-top: 65px;
	padding-left: 10px;
}

#bookmark {
	position: relative;
	vertical-align: middle;
	text-transform: uppercase;
	float: left;
  font-weight: normal;
  font-size: 12px;
  /*width: auto;*/
  height: 20px;
  color: black;
  margin-top: 200px;
  /*margin-left: 15px;*/
}

#bookmark a img {
	vertical-align: middle;
}

#paypal {
	position: absolute;
	float: left;
	background: url(../../html/images/paypal.jpg);
	background-repeat: no-repeat;
  background-position: top left;
  width: 93px;
  height: 38px;
  color: black;
  margin-top: -110px;
  margin-left: 25px;
}

/* Main Menu Navigation */

ul#MainMenu {
	float: right;
  width: 500px;
  padding: 0;
  margin: 65px 25px 0 30px;
}

ul#MainMenu li {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul#MainMenu li a {
  float: left;
  color: #959290;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  height: 13px;
  line-height: 13px;
  text-align: center;
  padding: 1px 20px;
}

ul#MainMenu li a:hover, .MainMenuSelected {
	color: black;
}

/* -- End Main Menu Navigation -- */

/* Side Menu */

ul#SideMenu {
	
	float: left;
  position: relative;
  width: 170px;
  /*background: green;
  min-height: 50px;
  margin: 65px 0 0 430px;*/
  margin: 0;
  padding: 0;
}

ul#SideMenu li {
  float: left;
  list-style-type: none;
  width: 170px;
  padding: 0;
  margin: 0;
}

ul#SideMenu li a {
  float: left;
  color: #bcbcbc;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  height: 13px;
  line-height: 13px;
  text-align: left;
  padding: 10px 30px 10px 15px;
  /*border: 1px solid black;*/
}

ul#SideMenu li a:hover, .SideMenuSelected {
	color: red;
}

/* -- End Side Menu Navigation -- */


/* IE6 hacks */
* html body {behavior: url(../htc/csshover2.htc);}
* html #MasterAFALogo {
	behavior: url(../htc/iepngfix.htc);
	height: 53px;
	width: 202px;
}

* html #ProductNavigation ul {
	behavior:url(../htc/iepngfix.htc);
}

/*
* html #StandardArticleContentArea {
	behavior:url(../htc/iepngfix.htc);
	background-image:url(/../images/section_bg_ie6.png);
}
*/
