﻿body
{
    padding: 0px;
    margin: 0px;
    font-family: Trebuchet MS;
    font-size: 12px;
    background-color: #EFEFEF;
}

h1
{
    color: #143a7f;
    font-size: 21px;
    font-weight: lighter;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
}

h2
{
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 22px;
    color: #003B79;
    line-height: 15px;
    text-transform: uppercase;
}

h3
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 14px;
    margin-bottom: 12px;
    color: #003B79;
    line-height: 14px;
    text-transform: uppercase;
}

h4
{
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 14px;
    margin-bottom: 12px;
    color: #003B79;
    line-height: 14px;    
}

p
{
    font-family: Trebuchet MS;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 6px;
    margin-bottom: 18px;
    color: #666666;
    line-height: 16px;
    width: 670px;
    text-align: justify;
}

p a
{
    font-style: normal;
    text-decoration: none;
    color: #003B79;
    font-weight: normal;
}

p a:hover
{
    color: #BCC2D9;
    text-decoration: underline;
}

label
{
    font-style: normal;
    text-decoration: none;
    /*color: #003B79;*/
    font-weight: normal;    
}

li
{
    font-family: Trebuchet MS;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    color: #666666;
    line-height: 16px;
}


#container
{
    width: 986px;
    margin-left: auto;
    margin-right: auto;
    line-height: 130%;
    border-left: solid 1px #c5c7dc;
    border-right: solid 1px #c5c7dc;
    background-color: white;
}

#header
{
    height: 76px;
    width: 100%;
    background-color: #143B80;
    background-image: url( '../Images/Common/header-right.png' );
    background-repeat: no-repeat;
    background-position: right center;
    border-left: solid 1px #c5c7dc;
    border-right: solid 1px #c5c7dc;
}

#header .right
{
    float: right;
}

#header .left
{
    float: left;
}

#header .title
{
    color: #ffffff;
    position: relative;
    left: 100px;
    top: 27px;
    width: 500px;
    font-family: Trebuchet MS;
    font-size: 20px;
    font-weight: lighter;
    text-transform: none;
    letter-spacing: 3px;
    line-height: 25px;
}

#header .subtitle
{
    color: #ffffff;
    position: relative;
    left: 120px;
    top: 25px;
    width: 500px;
    font-family: Trebuchet MS;
    font-size: 10px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: Transparent;
}

#header_toolbar_separator
{
    margin: 3px 0px 0px 0px;
    background-color: #c5c7dc;
    height: 5px;
    border-bottom: solid 1px #e2e3ed;
    border-top: solid 1px #e2e3ed;
    width: 100%;
}

#subcontainer
{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    background-image: url( '../Images/Common/bg-image.jpg' );
    background-repeat: no-repeat;
    background-position: bottom right;        
}

#header_toolbar
{
    height: 35px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#menu
{
    float: left;
    width: 205px;
    margin: 0;
    padding: 0 0 0 8px;
    padding-top: 22px;
}

#menu .membership_box
{
    padding-bottom: 20px;
}

#content
{
    padding-left: 15px;
    margin: 0;
    margin-left: 230px;
    background-image: url( '../Images/Common/vertical_line.png' );
    background-repeat: repeat-y;
    background-position: left;
    min-height: 458px;
}

#footer
{
    clear: both;
    height: 26px;
    line-height: 29px;
    background-color: #143a7f;
    color: #FFFFFF;
    padding-left: 20px;
    margin-top: 3px;
    border-left: solid 1px #c5c7dc;
    border-right: solid 1px #c5c7dc;
}

.content_separator
{
    background-image: url( '../Images/Common/horizontal_line.png' );
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    background-position: top;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    display: block;
}

.content_menu_separator
{
    background-image: url( '../Images/Common/horizontal_line.png' );
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    background-position: top;
    height: 8px;
    width: 100%;
    display: block;
}

.empty_content_separator
{
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    display: block;
}

.content_separator_flat
{
    background-image: url( '../Images/Common/horizontal_line.png' );
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    background-position: top;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    width: 99%;
    display: block;
    clear: both;
}

.content_separator_bottom
{
    background-image: url( '../Images/Common/horizontal_line.png' );
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    background-position: top;
    height: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    display: block;
    margin-bottom: 5px;
}

.content_image_separator
{
    background-image: url( '../Images/Common/dot-line.gif' );
    height: 14px;
    width: 720px;
}

.ceprex_image_separator
{
	clear: both;
	background-image: url( '../Images/Common/dot-line.gif' );
    height: 14px;
    width: 720px;
}


.header_title
{
    height: 57px;
    line-height: 57px;
}

#footer .text
{
    font-size: 10px;
    height: 47px;
    display: inline;
}

#footer a
{
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:active
{
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover
{
    font-size: 10px;
    color: #CCCCCC;
    text-decoration: none;
}

#footer .status
{
    font-size: 10px;
    height: 47px;
    display: inline;
}

.edit_label
{
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: bold;
}

.headline_link
{
    font-weight: bold;
    text-decoration: none;
    color: #003B79;
}

.content_link
{
    text-decoration: none;
    color: #003B79;           
}

a.content_link:hover
{
    text-decoration: underline;
    color: #BCC2D9;     
}

a.headline_link:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: #BCC2D9;    
}

.first_paragraph
{
    margin-top: 20px;
}

.slogan
{
    list-style-type: none;
    list-style-image: url( '../Images/Common/checkmark.png' );        
}

.slogan li
{
    color: #a6a7a8;    
}

.indent
{
    margin-left: 60px;
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    width: 500px;
    text-align: left;    
}

.small_indent
{
    margin-left: 10px;
}

.nobottomgap
{
    margin-bottom: 0px;
}

.notopgap
{
    margin-top: 0px;
}

.ie6comment
{
	color: Red;
	text-align: center;
}

.external_link
{
	background: url('../Images/Common/extlink.gif') center left no-repeat;
	padding-left: 13px;
	
}

a.external_link:hover
{
    background: url('../Images/Common/extlink-active.gif') center left no-repeat;
    padding-left: 13px;
    color: #BCC2D9;
    text-decoration: underline;
}
   