
/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
    margin:0;
    padding:0;
}

@page
{
    margin : 1cm;
}

/* HTML ELEMENTS */
body
{
    /*background-color:#1b2940;*/
    background-color:#FFFFFF;
    color: #333333;
    font-family: Georgia, Times New Roman, serif;
    font-size: 10pt;
    letter-spacing:1;
}

/* default paragraph definition */
p
{
    color: #333333;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 8px;
}

/*****************************************************************************/
/** HEADINGS **/

h1
{
    color: #333333;
    font-size: 18pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 8px;
}
h2
{
    color: #333333;
    font-size: 16pt;
    font-weight: normal;
    margin-bottom: 16px;
}

h3
{
    color: #333333;
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 8px;
}

h4
{
    font-size: 12pt;
    margin-bottom: 8px;
}

/*****************************************************************************/

ul
{
    margin-left: 10px;
    margin-bottom: 8px;
}
ol
{
    margin-left: 20px;
    margin-bottom: 8px;
}
li
{
    margin-left: 10px;
}

/*****************************************************************************/
a
{
  font-weight: normal;
  color:#0066CC;
  text-decoration: none
}
a:hover
{
  color : #FF9933;
}

/*****************************************************************************/

table.tableApplicationForm
{
    border-collapse : collapse;
    margin-top : 8px;
    margin-bottom : 10px;
    width : 100%;
}

table.tableApplicationForm tr
{
    vertical-align : top;
    margin : 0px;
}

table.tableApplicationForm th
{
    background-color : #EEEEEE;
    border : 1px solid #333333;
    border-collapse : collapse;
    text-align : left;
    padding : 2px;
    width : 150px;
}

table.tableApplicationForm td
{
    border : 1px solid #333333;
    border-collapse : collapse;
    text-align : left;
    padding : 2px;
}

/*****************************************************************************/

/* this is the container for application forms */
.divApplicationForm
{
    padding : 0px;
}

.divApplicationFormFooter
{
    display : none;
    BORDER-top: #999999 1px dotted;
    padding-top: 10px;
    margin:0 auto;
    width : 100%;
    height: 30px;
}

/*****************************************************************************/
/* CONTENT */
#divContentContainer
{
    background-color : #eee;
    BORDER: #FFCC00 0px dotted;
    width : 100%;
    height: 100%;
}

#divContent
{
    BORDER: #FFCC00 0px dotted;
    margin:0 auto;
    width : 960px;
    height: 100%;
    padding-top: 20px;
}

#divMenuLeft
{
    border : 0px dotted #F00000;
    float: left;
    width: 240px;
    margin-bottom: 20px;
}

#divContentRight
{
    border : 0px dotted #F00000;
    float: right;
    width: 680px;
    margin-bottom: 20px;
}

#divFacebookPageLeft
{
    border : 0px dotted #F00000;
    float: left;
    width: 400px;
    margin-bottom: 20px;
}

#divFacebookPageRight
{
    border : 0px dotted #F00000;
    float: right;
    width: 400px;
    margin-bottom: 20px;
}


#divContentColumnLeft
{
    border : 0px dotted #F00000;
    float: left;
    width: 330px;
    padding : 0px;
    margin-bottom: 20px;
}

#divContentColumnRight
{
    border : 0px dotted #F00000;
    float: right;
    width: 330px;
    padding : 0px;
    margin-bottom: 20px;
}


/*****************************************************************************/

#divFooterContainer
{
    background-color : #eee;
    padding-top: 10px;
    BORDER: #FF0000 0px dotted;
    width : 100%;
    height: 100%;
}

#divFooter
{
    BORDER-top: #999999 1px dotted;
    padding-top: 10px;
    margin:0 auto;
    width : 960px;
    height: 30px;
}

#divFooterLeft
{
    border : 0px dotted #F00000;
    text-align : left;
    float: left;
    width: 400px;
}

#divFooterRight
{
    border : 0px dotted #F00000;
    text-align : right;
    float: right;
    width: 400px;
}

/**
this is used to push the div holding in image to the left
**/
.divImgLeft
{
    text-align: center;
    font-size: 8pt;
    float : left;
    border : 1px solid #CCCCCC;

    margin-left : 0px;
    margin-right : 20px;
    margin-top : 0px;
    margin-bottom : 10px;

    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
}

/**
this is used to push the div holding in image to the left
**/
.divImgLeftNoBorder
{
    text-align: center;
    font-size: 8pt;
    float : left;
    border : 0px solid #CCCCCC;

    margin-left : 0px;
    margin-right : 20px;
    margin-top : 0px;
    margin-bottom : 10px;

    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
}

/**
this is used to push the div holding in image to the right
**/
.divImgRight
{
    text-align: center;
    font-size: 8pt;
    float : right;
    border : 1px solid #CCCCCC;

    margin-left : 20px;
    margin-right : 0px;
    margin-top : 0px;
    margin-bottom : 10px;

    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
}



/*****************************************************************************/
.red
{
    color: #FF0000;
}

.boldRed
{
    color: #FF0000;
    font-weight: bold;
}

.errorMsg
{
    color: #FF0000;
}

/*****************************************************************************/
.smallPrint
{
  color: #999999;
  font-size: 8pt;
}

.smallPrint a:hover
{
  color: #FF9933;
}

/*****************************************************************************/
/* these styles are used for text buttons */
.button
{
    display : none;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 4px;
    PADDING-TOP: 4px;
    PADDING-BOTTOM: 4px;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid;
}

a.button
{
    display : none;
    PADDING-LEFT: 4px;
    PADDING-RIGHT: 4px;
    PADDING-TOP: 4px;
    PADDING-BOTTOM: 4px;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-BOTTOM: 1px solid;
}

/*****************************************************************************/
