@charset "utf-8";
/* CSS Document */

.content {
	margin: 0px auto;
	margin-bottom: 0px;
	width: 768px;
	text-align:center;
	position:relative;

}

#titleIMG
{
	 border: none;
	 position: relative;
	 left: -65px;
}
.BackLink 
{
	float: left;
	position: relative;
	left: 10px;
	z-index: 3;
}

#bar {
	background-image:url(../images/green_band.jpg);
	background-repeat:repeat-x;
	background-position: center;
}

#bar[style] {
	z-index: 2 !important;
}

img {
	position:relative;
}

td {
	/*text-align:left;*/
	vertical-align: bottom;
}

.center {
	text-align: center;
}

#head {
	/*height: 800px; /* this is always 250 larger than .main's height, and must be at least 777px*/
	/*overflow: hidden;*/
	margin: 0px auto;
	margin-bottom: 0px;
	width: 768px;

}

body {
	background-image: url(../images/bg_img.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
	font-family: 'Trebuchet MS', Trebuchet, Calibri, Tahoma, Arial, sans-serif;

}

#side_wrapper {
	width: 95px;
	left: 40px;
	height: 536px;
	float: left;
	clear: none;
	background-image:url(../images/ssdp-sidebar.jpg);
}

/*Edit this ID in order to change the side-bar image on the TIP page*/

#side_wrapper_TIP {
	width: 95px;
	left: 40px;
	height: 536px;
	float: left;
	clear: none;
	background-image:url(../images/tip-sidebar.jpg); /*point this to the image you want to use*/
}

/*End ID*/

.main {

	width: 544px;
	position: relative;
	/*top: -532px;*/

	left: 55px;
	margin: 0px auto;
	/*height: 527px; /*must always be at least 527px*/
	overflow: visible;

}

#footer {
	/*background-image:url(../images/ssdp-bottombar.jpg);
	background-repeat: no-repeat;
	background-position: center;*/
	text-align: center;
	height: 103px;
	position: relative;

	z-index: 1;
	
}

.logo {
	float:left;
}

a.select {
	text-decoration: none;
	color: #000000;
	border: none;
}

a.select:hover {
	color: #666666;

}

a {
	color: #666633;
}

a:hover {
	color: #ffcc33;
}

td.title {
	text-align: left;
}

.small {
	font-size: small;
}

.left td{
	text-align: left;
	vertical-align: top;
}
