﻿.blank
{
}
/* css validator compilance ... */

/*
   This css document contains styling rules for the base layout.
   Feel free to change this file to customize your page appearance.
*/


body
{
   /* background: #fff url(../images/bg.png) no-repeat 0 0; */
    font-family: Arial, Helvetica, Sans-Serif; /*font-size: 0.8em;*/
    font-size: 84%;
}

#CommonHeader
{
    margin: 165px;
    /* height: 97px; */
    height: 0px;
}

/*
#splitter-wrap
{
    border-left: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
}
*/

#CommonContent 
{
	padding-left: 10px;
padding-bottom: 30px;
}

#CommonFooter
{
/*    border-top: solid 1px #d8d8d8; */
    margin: 0;
    padding: 12px 0 0 0;
   /* color: #aaa; */
    font-size: 85%;
    text-align: center;
/*    font-weight: bold; */
    font-family: Arial, Sans-Serif;
}

#CommonFooter a, #CommonFooter a:link, #CommonFooter a:hover, #CommonFooter a:visited, #CommonFooter a:focus
{
    /* color: #aaa; */
    text-decoration: underline;
}

#single-content-wrap
{
    padding: 0 20px;
}

.splitter-hover
{
    background: #aaa;
}

/*
#CommonContent
{
    padding: 8px;
}
*/

h1, h2, h3, h4
{
    margin: 0;
    padding: 0;
    font-family: Arial, Sans-Serif;
}

h1
{
    margin-bottom: 4px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 2.4em;
    color: #737373;
    font-weight: bold;
}

h2
{
    margin: 36px 0 8px 0;
    font-family: Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 21px;
    color: #2388f7;
    font-weight: bold;
}

h3
{
    margin: 36px 0 8px 0;
    font-family: Geneva, Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    color: #2388f7;
    font-weight: bold;
}

a, a:hover, a:visited, a:active, a:link, a:focus
{
    color: #2388f7;
    text-decoration: none;
}

a:hover, a:focus
{
    text-decoration: underline;
}

select, textarea, input, button
{
    font-family: Arial,Helvetica, Sans-Serif;
    font-size: 90%;
}
