/* Print CSS Styles */
/* <link href="css/stylesheet_print.css" rel="stylesheet" type="text/css" media="print" /> */

body, html 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Header Styles */

img 
{
    border: none;
}

h1 
{
    color: #D92A2A;
    font-size: 1em;
}

h2 
{
    color: #D92A2A;
    font-size: 0.9em;
}

h3 
{
    color: #D92A2A;
    font-size: 0.8em;
}

h4 
{
    color: #D92A2A;
    font-size: 0.7em;
}

h5 
{
    color: #D92A2A;
    font-size: 0.65em;
}

h6 
{
    color: #D92A2A;
    font-size: 0.6em;
}

/* Paragraph */

#content 
{
    width: 90%;
}

#content p 
{
    font-size: 0.8em;
}

#freecontent 
{
    margin-top: 50px;
    width: 50%;
}

#freecontent h1 
{
    font-size: 0.8em;
}

#freecontent p 
{
    font-size: 0.7em;
}

hr 
{
    height: 1px;
    border: none;
    border-top: 1px dotted #8B8A8A;
}

/* Link Styles */

a:link, a:visited, a:hover, a:active 
{
    color: #D92A2A;
    text-decoration: underline;
}

#siteleftmenu, #siterighttop, #logo img 
{
    display: none;
}

#footerarea 
{
    font-size: 0.6em;
}

#logo h1 
{
    font-size: 1.3em;
}

/* Lists */

#content ol, #freecontent ol  
{
    list-style: none;
}

#content ol li, #freecontent ol li
{
    line-height: 1.8em;
    background-image: url(../images/interface/list_stip.gif);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 20px;
}

#content ol.domeincheck 
{
    list-style: none;
    list-style-image: none;
    background-image: none;
    margin-left: 23px;
    margin-bottom: 10px;
}

#content ol.domeincheck li
{
    list-style-type: decimal;
    list-style-image: none;
    background-image: none;
    padding-left: 0px;
}

#content table.domeinchecktable td
{
    width: 150px;
    height: 25px;
    padding-right: 10px;
}


#content ul, #freecontent ul 
{
    list-style: none;
}

#content ul li, #freecontent ul li 
{
    line-height: 1.8em;
    background-image: url(../images/interface/list_stip.gif);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 20px;
}

#freecontent ol,  #freecontent ul 
{
    font-size: 1em;
}
