  A:link   {color:#808080; text-decoration: none;      }
  A:visited{ color:#808080; text-decoration: none;     }
  A:active {color:#808080; text-decoration: none;      }
  A:hover  {color:#808080; text-decoration: underline; }



body {
	text-align: center;
}

body img {
display: block;
float: left;
}

#container {
	width: 320px;
	margin: 0 auto;
	display: table;
}

#main {
	float: left;
	width: 300;
	padding: 0px 7px 15px 7px;
}

/**Do not Modify**/

#header {
	width: 300px;
	height: 50px;
	background: url(images/header_s.jpg) no-repeat;
	text-align: left;
}

#header p {
	padding: 10px 0px 10px 10px;
	margin: 0;
	font-family: Arial, Tahoma;
	font-size: 24pt;
}

/**Grey space left of Links**/
#space {
	float: left;
	width: 300px;
	height: 10px;
	background: url(images/space.jpg);
}

#linksrow {
	width: 300px;
	float: left;
}

#links {
	float: left;
	width: 300px;
	height: 32px;
	padding-left: 0px;
	padding-right: 0px;
	background: url(images/links.jpg) no-repeat;
}

#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#links ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color: #FFF;
	float: left;
}

#links ul li a {
	margin-left: 25px;
	color: #FFF;
	text-decoration: none;
}

#links ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#links ul li a:hover {
/***	font-weight: bold;	***/
	color: #A6A6A6;
}

/**Title of Content**/
#contentTitle {
	position: relative;
/**Move up Over Image**/
	top: -30px;
/*********************/
	float: left;
	width: 300px;
	height: 30px;
	background: url(images/contenttitle.gif) no-repeat;
	margin: 0;
	text-align: left;
}

#contentTitle p {
	font-family: Lucida, Tahoma;
	font-weight: bold;
	font-size: 100%;
	padding: 8px 0px 0px 12px;
	margin: 0;
}

/**Left Col**/
#leftCol {
	position: relative;
	top: -30px;
	width: 210px;
	float: left;
}

#leftCol p {
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 8pt;
}

.leftcolHeading {
	width: 210px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: #A6A6A6;
}

.leftcolHeading h3 {
	color: #000;
	margin: 0;
	font-family: 'Times New Roman', Tahoma;
}

/**Main Content**/
#mainCol {
	position: relative;
	top: -30px;
	margin-left: 8px;
	width: 280px;
	float: left;
}

#mainCol p {
	margin: 0;
	text-align: left;
	font-family: 'Lucida Grande', Verdana;
	font-size: 10pt;
}

.mainColHeading {
	width: 280px;
	float: left;
	margin-top: 10px;
	border: 1px solid;
	color: #A6A6A6;
	text-align: left;
}

.mainColHeading h3 {
	margin: 0;
	padding: 3px 0px 5px 15px;
	font-family: Tahoma, Verdana;
	color: #000;
}

#footer {
	width: 280	0px;
	float: left;
	font-family: Tahoma, Verdana;
	font-size: 6pt;
}

/**Main Content Image**/
.right {
	margin: 7px 0px 7px 7px;
	float: right;
}

.left {
	margin: 7px 7px 7px 0px;
	float: left;
}

/** table **/
table.sample{
    border-top:1px solid #808080;
    border-left:1px solid #808080;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.sample th{
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    color:#330000;
    background-color:#C0C0C0;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.sample td{
    border-right:1px solid #808080;
    border-bottom:1px solid #808080;
    padding:0.3em 1em;
}

