﻿body
{
    padding-bottom:60px;
}
#popup_top
{
    background-image: url('images/popup_top.jpg');
    height: 70px;
	background-color:#000000;
	width:100%;
	overflow:hidden;
}
#popup_top h1
{
	color:White;
	margin:20px;
	font-size: 24px;
	font-weight:normal;
}
#popup_botton
{
    position: fixed;
    bottom:0;
	background-color:#000000;
	height:20px;
	width:100%;
	overflow:hidden;
}

.left-column-links{
      padding-top:0px;
      margin-top:-20px;
      margin-bottom:20px;
      line-height: 25px;
}
.left-column-links ul li{
      float:left;
      padding-right:40px;
}

ul.menu_help
{
	margin-top:0px;
	padding-top:0px;
}

ul.menu_help li a
{
	color:red;
	font-size:11px;
	
}

ul.menu_help li a.selected, ul.menu_help li a:hover
{
	text-decoration: underline;
}

.center-column-links{
      margin-top:40px;
}
.center-column-links
{
      margin-top:40px;
}
.center-column-links h1, .center-column-links h2
{
	line-height: 190%;
}
.center-column-links p
{
	line-height: 190%;
}
.center-column-links ul li
{
	background-image:url('images/bullet_black.jpg');
	background-position:7px 7px;
    background-repeat:no-repeat;
    padding-left:15px;
	line-height: 190%;
}

