@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #D7D7D7;
	background-image: url(images/bg.gif);
	background-repeat:repeat-x
}
a {
	font-size: 14px;
	font-weight:600;
	color:#039;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#999;
}
a:hover {
	text-decoration:underline;
	color:#61a2c9;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

p {
	margin-top: 21pt;
}

h1 {
	font-size: 36px;
	letter-spacing: -2pt;
	text-transform:uppercase;
	background-color:#000;
}

img, div, a, bg, background { border: 0px;
behavior: url(iepngfix.htc);
}


/* DIV TAGS */

#top_bar {
	z-index: 999;
	position:fixed;
	width: 100%;
	height: 38px;
	background-image:url(images/top_bg.png);
	background-repeat:repeat-x;
}


#shadow {
	z-index:2;
	width:100%;
	height: 100%;
	background-image:url(images/page_shadow.png);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	
}

#content {
	z-index:3;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
	width: 950px;
	background-color:#FFF;
}

a.footerlink:link {color:#FFF;}
a.footerlink_sub:link {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16pt;
}

td#content_td {
	text-align:justify;
	line-height: 20pt;
	vertical-align:top;
	width: 535px;
	padding-left:60px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 50px;
}

td#content_td_full {
	text-align:justify;
	line-height: 20pt;
	vertical-align:top;
	width: 830px;
	padding-left:60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom: 50px;
}

td#content_td_side {
	width: 330px;
	vertical-align:top;
	padding-top: 0px;
}


#footer {
	width: 100%;
	height: 100%;
	background-color:#515151;
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}

#footer_content {
	margin-left:auto;
	margin-right: auto;
	width: 950px;
	height: 100%;
}

#login_bar {
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	vertical-align:middle;
}

td#footer_nav_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#353535;
	text-align:right;
	vertical-align:top;
	width: 136px;
	height: 25px;
	font-weight: bold;
}

td#footer_nav_subcat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16pt;
	color:#999;
	text-align:right;
	vertical-align:top;
	width: 136px;
}

