html, body {
height : 100%;
}

html > body {
height : 100%;
min-height : 100%;
}

body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/bg_footsteps_01.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-color:#999;
	padding: 0px;
	margin: 0;
	height:100%;
}

a {
	color:#000;
	text-decoration:underline;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	text-indent:25px;
	margin:0px;
}

p a {
	color:#000;
	text-decoration:underline;
	}

h2 {
text-align: center;
}

#mainTable {
	border: 2px solid #000;
	width: 720px;
	height: 100%;
	/*/*/line-height: 1.5em; /* */
 }

 
 #logo {
    width: 130px;
	height:130px;
	background-color:#ff0;
	color:#FFF;
 	/*background-image:  url(images/csst_bg.gif); */
	text-align: left;
	vertical-align:middle;
	padding: 0px;
	border-bottom: solid 2px  #000;
	border-right: solid 1px  #000;
 }
 
  #header {
    width: 590px;
	height:105px;
	background-color:#000;
	color:#FFF;
 	/*background-image:  url(images/csst_bg.gif); */
	text-align: left;
	vertical-align:middle;
	padding: 0px;
 }
 
#menu {
background-color: #E56B14;
width: 588;
height: 25;
text-align: left;
color: #FFF;
font-style: normal;
font-family: Verdana, Arial, Tahoma;
font-weight: bold;
line-height: 2em;
text-indent: 33px;
border-left: solid 1px #000;
border-bottom: solid 2px #000;
}

#menu a {
text-decoration: none;
color: #FFF;
padding: 5px 10px 5px 10px;
border: 0px;
}

#menu a:hover {
text-decoration: none;
background-color: #D4610D;
border: 0px;
}
 
 #leftbar {
 	width: 100px;
	height:100%;
	text-align:left;
 	padding: 15px;
	font-size: 12px;
	font-weight:bold;
 	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background-color: #48AF34;
	border-right: 1px solid #000;
 	/*/*/font-size: 90%; /* */
 }
 
 #leftbartitle {
 color:#000;
 background-color:#FF0;
 border:1px solid #000;
 margin:5px;
 font-size:14px;
 font-weight:bold;
 width:inherit;
 text-align:center;
 }
 
 #leftbar a {
color:#000;
text-decoration:none;
}

 #leftbar a:hover {
color:#000;
text-decoration:underline;
}

#leftbarpic {
width:80px;
 background-color:#000;
 border:1px solid #000;
 margin:2px;
}

 
  #maincontent {
 	width: 520px;
	/*border: 1px solid #000;*/
 	font-size: 14px;
	background-color: #ff9;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	/*/*/font-size: 100%; /* */
	border-left: 1px solid #000;
	text-padding:left top;
	text-align:justify;
	height:100%;
 }
  #footer {
 	background-color: #000;
 	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
 }
 #popimg {
 width:350px;
 background-color:#000;
 border:1px solid #000;
 margin:2px;
 }

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 160%; }
h2 { font-size: 140%; }


#sidebar a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 160px; /* */
}
#sidebar a:link, #sidebar a:visited {
	color: #666;
}
#sidebar a:hover, #sidebar a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #000;
}
 #current a {
 	color: #FFFFFF !important;
 	/*/*/background-color: #999999!important;
 	border: 2px dotted #999 !important; /* */
 }
 #sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}
 
