body, html {
	  margin:0px 0px 0px 0px;
	  padding:0px 10px 0px 10px;
    text-align: center;  //for IE 5x to center the content of the whole page//
}


a:link {color: #585858;	font-size:14px; text-decoration: underline; font-weight: bold;}
a:visited {color: #585858; font-size:14px; text-decoration: underline;font-weight: bold;}
a:hover {color: #199FE2; font-size:14px; text-decoration: underline;}
a:active {color: #199FE2; font-size:14px; text-decoration: underline;}
	

.main_content {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
	 min-height: 700px;
    background-color:#FFFFFF; 
    border-right:1px solid #dddddd;
    border-left:1px solid #dddddd;   
    padding: 0px 30px 0px 30px;
    font-family: Arial, Helvetica, sans-serif;
	 font-size: 15px;
    text-align: left;  //for all browsers to align the text on the left side after aligning it in the body tag in the center//
}

help_content {
    margin-top: 50px;
}

img  {
    margin-top: 25px;
	margin-bottom: 40px;
}


.logo {
    position:relative; 
    float: left;
	 padding-top: 20px;
	margin-left: -8px;
    width: 219px;
    height: 39px;
    border:0px;
}

.infolinks {
    position:relative; 
    float: right;
    font-size: 12px;
	 color: #808080;
    margin-top: 3px;
    margin-bottom: 3px;
}

.help_linktobox {
    z-index: 10;
    clear: right;                        
    position:relative; 
    float:right; 
    width:250px; 
    height: 93px; 
    margin-top:30px;
	 margin-bottom: 15px;
    background-image:url(images/bg_help_linktobox.png);
}

.help_header {
	clear:left;
   position:relative; 
	font-size: 20px;
	font-weight: bold;
	color: #5D5D5D; 
	padding-top: 55px;
   margin-bottom: 35px;
}

.help_subheader {
	clear:left;
   position:relative; 
	font-size: 16px;
	font-weight: bold;
	color: #6E6E6E; 
	margin-top: 20px;
	margin-bottom: 10px;
}

.help_topic  {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold; 
	color: #585858;
}

.help_topic_overview  {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold; 
	color: #585858;
}

.help_subtopic  {
	font-size: 14px;
	font-weight: bold; 
	color: #585858;
}

h3 {
	font-size: 15px;
	color: #6E6E6E;
	margin-top: 15px;
	margin-bottom: 10px;
}

p {
   line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #6E6E6E;
}

.advise {
   line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #199FE2;
}

li {
	margin-left:-20px;
   padding-top:4px;    
   padding-bottom:2px;
	line-height: 1.5em;
	color: #6E6E6E;
}  

.infolinks a:link {color: #808080;	font-size: 12px;  text-decoration: underline;}
.infolinks a:visited {color: #808080;  font-size: 12px;  text-decoration: underline;}
.infolinks a:hover {color: #199FE2;  font-size: 12px;  text-decoration: underline;}
.infolinks a:active {color: #199FE2;  font-size: 12px;   text-decoration: underline;}

.help_subtopic a:link {color: #585858;	font-size: 15px;  text-decoration: underline;}
.help_subtopic a:visited {color: #585858;  font-size: 15px;  text-decoration: underline;}
.help_subtopic a:hover {color: #199FE2;  font-size: 15px;  text-decoration: underline;}
.help_subtopic a:active {color: #199FE2;  font-size: 15px;   text-decoration: underline;}

.tablist a:link {color: #000000;	text-decoration: none;}
.tablist a:visited {color: #000000; text-decoration: none;}
.tablist a:hover {color: #199FE2; text-decoration: underline;}
.tablist a:active {color: #000000; text-decoration: non;}

.scrolllist a:link {color: #000000;	text-decoration: none;}
.scrolllist a:visited {color: #000000; text-decoration: none;}
.scrolllist a:hover {color: #199FE2; text-decoration: underline;}
.scrolllist a:active {color: #000000; text-decoration: non;}



.footer_distance {
    clear:both;
    width:100%;
    height:35px;
    background-color:#FFFFFF;   
}

.footer, .footer_help, .footer_tutorial {
    clear:both;
    width: 900px;
    height: 145px;
    margin-left: auto;
    margin-right: auto; 
	 padding:0px 30px 0px 30px;    
    font-family: Arial, Helvetica, sans-serif;       
    font-size:12px;
    color: #808080;    
    text-align: left;     
    background-color:#F3F3F3;
    border-top: 1px solid #808080;
	 border-right:1px solid #dddddd;
    border-left:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}


.footer_help {
    height: 80px;
}


.row_header {
    float:left; 
    height: 22px;
    margin-left: 90px;
    font-weight: bold;
}

.copyright {
    float:right; 
    margin: 50px 30px 0px 0px;    
}


.hidden { display: none; }
.unhidden { display: block; }

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}

.divTableCell {
	//border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
	vertical-align: top;
}
.divTableBody {
	display: table-row-group;
}