@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(metal.png);
}
.twoColFixLtHdr #container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: medium none #000000;
	background-image: url(container_1.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	text-align: left;
} 
.twoColFixLtHdr #header {
	width: 955px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 255px;
	background-repeat: no-repeat;
	font-size: 18px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-style: normal;
	line-height: normal;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 155px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}link {
	color: #FFF;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#jsddm
{
	margin: 0;
	padding: 0;
}
	
	#jsddm li
	{
	float: center;
	list-style: none;
	font: 12px Tahoma, Arial;
	background-color: #232019;
	background-image:url(nav_bg.gif);
		}

	#jsddm li a
	{
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 97px;
	color: #ffffff;
	white-space: nowrap;
	background-color: #232019;
	background-image:url(nav_bg.gif);
	border-right-width: 0px;
	border-right-style: none;
	border-right-color: #232019;
}

	#jsddm li a:hover
	{
	background-color: #9999CC;
}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #232019;
	background-image:url(nav_bg.gif);
}
		
		#jsddm li ul li
		{
	float: center;
	display: inline;
	background-color: #FFFFFF;
		}
		
		#jsddm li ul li a
		{
	width: 97px;
	background-color: #FFFFFF;
}
		
		#jsddm li ul li a:hover
		{
	background-color: #9999CC;
}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 95px;
	background-image:url(tab.png);
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #828282}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #737db1;
	border: 0px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		font: 10px arial}

	#sddm div a:hover
	{	background: #828282;
		color: #FFF}

