/* General tag styling */
body, div, span {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body {
	background-color: #ffffff;
	background-image: url(BodyBG.gif);
	background-repeat: repeat-x;
	color: #000000;
	text-align: center;
}

a {
	color: #0071b5;
}

a:hover {
	color: #4a96dd;	
	text-decoration: none;
}

hr {
	width: 90%;
	border: 0;
	border-top: 2px solid #c1e3ff;
	height: 0;
	background-color: #c1e3ff;
	margin-left: 0%;
	margin-right: auto;
	text-align: left;
}

/*li {
	margin-bottom: 6px;
}*/

input, textarea, button, select
{
        color: #000000;
		background-color: #f8f8f8;
		border: 1px solid #e6e6e6;
		padding: 2px;
}

fieldset {
	border: 1px solid #c1e3ff;
	padding: 5px;
}

legend {
	border: 1px solid #c1e3ff;
	background-color: #d3f5ff;
}

label:hover {
	cursor: pointer;
}

label {
	float: left;
	width: 150px;
}

br {
	clear: left;
}

/* Layout */
#Switch {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	background-color: #E5ECFF;
	border: 1px solid #B3C7FF;
	padding: 5px;
	font-size: small;
}
#Header {
	width: 749px;
	height: 118px;
	margin: 0 auto;
}

#NavBar {
	width: 850px; /* !!!!!!! */
	height: 51px;
	margin: 0 auto;
	position: relative;
	top: 30px;
	left: -20px;
	
}

#NavBar li {
	display: inline;
	list-style: none;
	font-size: large;
	font-weight: medium;
	margin-right: 0;
}

#NavBar li a {
	text-decoration: none;
}

#Tab_Home a {
	background-image: url(Tab_Home.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 51px;
	padding: 15px 43px 14px 43px;
}

#Tab_Home a:hover {
	background-image: url(Tab_HomeOver.gif);
}

#Tab_Intro a {
	background-image: url(Tab_Norm.gif);
	background-repeat: no-repeat;
	padding: 15px 28px 14px 29px;
}

#Tab_Intro a:hover {
	background-image: url(Tab_NormOver.gif);
}

#Tab_Endor a {
	background-image: url(Tab_Norm.gif);
	background-repeat: no-repeat;
	width: 154px;
	height: 51px;
	padding: 15px 21px 14px 22px;
}

#Tab_Endor a:hover {
	background-image: url(Tab_NormOver.gif);
}

#Tab_Contact a {
	background-image: url(Tab_Norm.gif);
	background-repeat: no-repeat;
	width: 154px;
	height: 51px;
	padding: 15px 17px 14px 18px;
}

#Tab_Contact a:hover {
	background-image: url(Tab_NormOver.gif);
}

#Tab_Buy a {
	background-image: url(Tab_Buy.gif);
	background-repeat: no-repeat;
	width: 163px;
	height: 51px;
	padding: 15px 24px 14px 25px;
}

#Tab_Buy a:hover {
	background-image: url(Tab_BuyOver.gif);
}

#ContentTop {
	width: 757px;
	height: 23px;
	margin: 0 auto;
	
	position: relative;
	top: 10px;
	
	background-image: url(ContentTop.gif);
	background-repeat: no-repeat;
}

#Content {
	background-image: url(ContentRepeat.gif);
	background-repeat: repeat-y;
	
	width: 757px;
	height: auto;
	margin: 0 auto;
	
	text-align: left;
}

h1 {
	margin-top: 0;
}

#Container {
	padding: 10px 30px 0 20px;
}

#ContentBottom {
	width: 757px;
	height: 40px;
	margin: 0 auto;
	
	background-image: url(ContentBottom.gif);
	background-repeat: no-repeat;
}


/* Content styles */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

.SmallText {
	font-size: x-small;
}

table {
	border-left: 1px solid #adcd82;
	border-right: 1px solid #adcd82;
	border-bottom: 1px solid #adcd82;
	background-color: #dfecdb;
}

caption {
	border-bottom: 1px dashed #adcd82;
	font-weight: normal;
	padding-bottom: 2px;
}

th {
	font-weight: bold;
	text-align: center;
	height: 25px;
	background-image: url(BoxHeadBG.gif);
	background-repeat: repeat-x;
	border: 1px solid #d08c1f;
	background-color: #d7a14a;
	padding: 5px;
}

tr {
	background-color: #f6f6f6;

	border: 1px solid #b7d88c;
	text-align: center;
}

td {
	padding: 5px;
}

a img {
	border: 0;
}
