﻿body
{
    background-color: #FFF;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    background-color: #5c87b2;
}
h2
{
    font-size: 1.5em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
}

#header
{
    position: relative;
    color: #000;
}

#header h1
{
    font-weight: bold;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}


#footer
{
    color: #999;
    text-align: center;
    line-height: normal;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    position: relative;
}

ul#menu li
{
    list-style: none;
    text-decoration: none;
    font-weight: bold;
    line-height: 2.8em;
    background-color: #fff;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    text-align:left;
}
