
body
{
    background-color: #4D4D4D;
    font-size: .60em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a:link
{
    color: #C0C0C0;
    text-decoration: none;
}

a:visited
{
    color: #C0C0C0;
    text-decoration: none;
}
a:hover
{
    color: #FF6600;
    text-decoration: none;
}
a:active
{
    color: #FF6600;
    text-decoration: none;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.8em;
}

img, table
{
    border: none;
}

.contentpara
{
    color: #FFF;
    font-size: 1.1em;
    margin-top:0px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin-bottom: 0;
    margin-top: 0;
    font-weight:lighter;
}

h1
{
    font-size: 2.4em;
    padding-bottom: 0;
    line-height: 1.0em;
}

h2
{
    font-size: 1.7em;
    color: #aaaaaa;
}

h3
{
    font-size: 1.4em;
    margin-bottom: 5px;
}

h4
{
    color: #aaaaaa;
    font-size: 1.1em;
   
}

h5, h6
{
    font-size: 1em;
}

.orange
{
    color: #FF6600;
}

.grey
{
    color: #8c8c8c;
}

.black
{
    color: #000000;
}

.orangerightalign
{
    color: #FF6600;
    text-align:right;
    padding:10px;

}

 
/* MAIN LAYOUT ELEMENTS   
----------------------------------------------------------*/

#page
{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#header
{
    position:relative;
    height: 120px;
    margin-bottom: 0px;
    padding: 0;
    background-color: #4D4D4D;
}

#main
{
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
    overflow: auto;
    background-color: #4D4D4D;
}

#footer
{
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: .9em;
    clear:left;
    border-top: solid 0px #eeeeee;
    background-color: #4D4D4D;
}

/* HEADER LAYOUT ELEMENTS   
----------------------------------------------------------*/

#titleimage
{
    position: absolute;
    left: 30px;
    top: 6px;
    width: 250px;
}

#title
{
    position: absolute;
    left: 480px;
    top: 75px;
    width: 40em;
}

#titlelinks
{
    position: absolute;
    left: 450px;
    top: 10px;
    width: 50em;
    overflow:auto;
}

/* CONTENT LAYOUT ELEMENTS   
----------------------------------------------------------*/

#menucolumn
{
    float: left;
    width: 200px;
}

#contentcolumn
{
    margin-left:205px;
}

.contentleft
{
    width:450px;
    float:left;
}

.contentright
{
    width:160px;
    margin-left: 470px;
}

.contentright img
{
    clear:both;

}

#frontpagecontainer
{
    position:relative;
}

#frontpageimage
{
}

#frontpagetitle1
{
    position:absolute;
    top: 50px;
    left:0px;
    width: 623px;
    font-size: 2.2em;
    color: #944196;
    text-align:right;
}

#frontpagetitle2
{
    position:absolute;
    top: 100px;
    left:320px;
    font-size: 1.6em;
    color: #4D4D4D;
    width: 400px;
    text-align:left;
}


/* VERTICAL LEFT AND HORIZONTAL TOP MENU   
----------------------------------------------------------*/
ul#menuleft
{
    padding: 0 0 2px;
    margin: 0;
     font-size: 1.4em;
}

ul#menutop
{
    padding: 0 0 2px;
    margin: 0;
    font-size: 1.4em;
}

ul#menuleft li
{
    margin-bottom: 5px;
    list-style: none;
}

ul#menutop li
{
    margin-bottom: 5px;
    list-style: none;
    float:left;
    margin-left: 20px;
}

ul#menuleft,ul#menutop li a
{
    color: #C0C0C0;
    text-decoration: none;
}

ul#menuleft,ul#menutop li a:hover
{
    color: #FF6600;
    text-decoration: none;
}

ul#menuleft,ul#menutop li a:active
{
    color: #FF6600;
    text-decoration: none;
}

ul#menuleft,ul#menutop li.selected a
{
    color: #FF6600;
}


