﻿
* {margin:0;padding:0}

body
{
    margin: 0px 0px 0px 0px;
    background: #f6f6f6 url("images/bg.gif") repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #555555;
}

h3
{
    font-size: 1.3em;
    color: #808080;
    line-height: 1.8em;
}

h4
{
    font-size: 1.08em;
    color: #336699;
    /*line-height: 2.0em;*/
}


h5
{
    font-size: 10pt;
    font-weight: bold;
    /*font-style:italic;*/
    color: #5c84ac; /* #549d7f;*/
    line-height: 2.0em;
}



 /*border:solid orange 1px;*/


#container
{
    width:1000px;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#div_header
{   position:relative;
    top:5px;
    height:95px;
    width:1000px;
    background: #2b3a50 url("images/header_bg.gif") no-repeat;
    float:left;

}

#div_menu
{
    height:50px;
    width:1000px;
    float:left;
    padding-top:17px;

}

#div_spacer1
{
    height:20px;
    width:1000px;
    float:left;

}

#div_page_top
{
    height:100px;
    width:1000px;
    float:left;
    padding: 0px 0px 0px 0px;
    /*text-indent: 20px;*/
    background: transparent url("images/page_top_bg.gif") no-repeat;
}


#div_page_content
{
    width:1000px;
    float:left;
    background: transparent url("images/page_tile.gif") repeat-y;
}

#div_page_sidebar_cph
{
    min-height: 200px;
    width: 160px;
    float: left;
    margin: 15px;
    font-size: 0.85em;
    text-align: justify;
    color: #999999; /*border:solid yellow 1px;*/
}

#div_page_content_cph
{
    min-height:200px;
    width:760px;
    float:right;
    margin:20px;
}

#div_page_bottom
{
    height:40px;
    width:1000px;
    float:left;
    background: transparent url("images/page_bot_bg.gif") no-repeat;
}

#div_spacer2
{
    height:1px;
    width:1000px;
    float:left;
}

#div_footer
{
    height:100px;
    width:1000px;
    float:left;
    background: #2b3a50 url("images/footer_bg.gif") no-repeat;
}

#div_page_title
{
    position:relative;
    top:65px;
    left:250px;
    float:left;
    color : #336699;
    font-size:1.30em;
}




#div_page_top h4
{
    font-size: 1.16em;
    color: #83ACD6;
}


UL 
{
    /*font-size : 10pt; 
    font-family : "Trebuchet MS", arial, helvetica, sans-serif; 
    color : #003366; */
    list-style-image: url(images/bullet1.gif);
    margin-left:17px;
    line-height: 1.5em;
    margin-left:40px;
}

a:visited, a:active, a:link
{
    color:#558DC6;
    text-decoration:underline;
}


a:hover
{
    color: #00AE83;
    text-decoration:underline;
}











.poweredBySitefinityLogo  
{  
    float: left;  
    width: 100%;  
    clear: both;  
}  






#page_title
{
    font-size: 1.50em;
    color: #558DC6;
}

#notification
{
    color:#606060;
    border: solid 1px #909090;
    background-color: #e4e4a4;
    padding:10px;
    font-size:0.80em !important;
    text-align:justify;
}