html
{
    font-size: 100%; /* IE Hack */
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

body
{
    background-color: #fff;
    font-family: Helvetica, sans-serif;
    text-align: center;
    color: rgb(127,127,127);
    font-size: 12px;
}

html, body
{
    height: 100%;
}

body, fieldset, form, textarea, select, input, h1, h2, h3, h4, p, select
{
    margin: 0;
    padding: 0;
}

#Container
{
    background-color: #fff;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    min-height: 600px;
    height: 100%;
    overflow: visible;
}

#Content
{
    float: left;
    overflow: visible;
    clear: both; /*background: url(/images/colum_bg.gif) left no-repeat -0px;*/
    width: 100%;
}
h1
{
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-weight: normal;
    color: rgb(0,83,154);
    width: 744px;
    text-align: left; /* border-bottom: solid 2px gray;     margin-bottom: 8px;     margin-left: 6px;     background:yellow;*/
    padding: 0 0 0 10px;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
}

h3
{
    font-size: 14px;
    font-weight: bold;
}

h4
{
    font-size: 12px;
    font-weight: bold;
}

p
{
    margin-bottom: 8px;
}

#midCol table td
{
    vertical-align: top;
    padding: 3px;
}

#header
{
    float: left;
    clear: both;
}
/*---------------------------------------------------*/
/* --------------- navigation styles --------------- */
/*---------------------------------------------------*/

#nav
{
    /* top level ul */
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    display: block;
    list-style: none;
    width: 960px;
    height: 40px;
    float: left;
    clear: both;
    border-top: solid 1px #fff;
}

/* IE7 Only */
*:first-child + html #nav
{
    margin-top: -3px;
}

#nav li
{
    /* all li elements */
    display: block;
    float: left;
    width: 137px;
}

#nav a
{
    /* all link elements */
    text-decoration: none;
    color: #fff;
    background-color: rgb(64,176,224);
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    display: block;
    height: 40px;
    border-right: solid 1px #fff;
    padding-top: 12px;
}

#nav .current
{
    background-color: rgb(215,231,246);
    color: rgb(0,83,154);
}


#nav a:hover
{
    /* all link elements */
    background-color: rgb(215,231,246);
    color: rgb(0,83,154);
}



/*-------------------------------------------------*/
/* --------------- left nav styles --------------- */
/*-------------------------------------------------*/
#leftNav
{
    width: 190px;
    clear: both;
    border: solid 1px blue;
}

/*-----------------------------------------------*/
/* ------------- breadcrumb styles ------------- */
/*-----------------------------------------------*/

.breadcrumbs
{
    color: rgb(160,160,164);
    overflow: visible;
    font-size: 11px;
    height: 30px;
    float: left;
    width: 100%;
    clear: both;
    line-height: 30px;
    vertical-align: middle;
}



.breadcrumbs .date
{
    margin: 0 5px 0 0;
    float: right;
    font-size: 11px;
}

*:first-child + html .breadcrumbs .date /* IE7 */
{
    margin-right: 0px;
}

.breadcrumbs ul
{
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.breadcrumbs ul li
{
    float: left;
}

.breadcrumbs a
{
    color: #7F7F7F;
    padding-right: 10px;
    margin-right: 7px;
    background: url(/images/breadcrumb_seperator.gif) right no-repeat;
    text-decoration: none;
}

.breadcrumbs .current
{
    color: rgb(0,150,214);
}
/*-----------------------------------------------*/
/* ------------- sidenav styles ---------------- */
/*-----------------------------------------------*/

#sideNav
{
    float: left;
    font-size: 12px;
    width: 190px;
    padding: 2px 0 2px 0;
    border: solid 1px rgb(217, 217, 217);
    padding: 1px;
}


#sideNav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#sideNav ul li
{
    float: left;
    clear: both;
    margin-bottom: 1px;
    width: 100%;
}
#sideNav ul li a
{
    text-decoration: none;
    width: 180px;
    display: block;
    text-align: left;
    color: rgb(0,83,154);
    background: rgb(200,223,243);
    clear: both;
    float: left;
    vertical-align: middle;
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px;
}

#sideNav ul li a:hover
{
    background: rgb(221,233,247);
}

#sideNav li a.current
{
    background: rgb(221,233,247);
}

/*-----------------------------------------------*/
/* -------------- footer styles ---------------- */
/*-----------------------------------------------*/

#footer
{
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    color: rgb(0,83,154);
    font-size: 12px;
    height:89px;
    
}


#footer #links
{
    margin-top:-40px;
}

#footer #links span
{
    display:block;
    clear:both;
    color:rgb(120,120,120);
}


#footer a
{
    text-decoration: none;
    color: rgb(0,83,154);
}

/*--------------------------------------------------------*/
/* ---------------- search widget styles ---------------- */
/*--------------------------------------------------------*/
.ContentBlock
{
    width: 314px;
    float: left;
    text-align: center;
    overflow: hidden;
    clear: both; 
    padding: 1px;
    border: solid 1px rgb(217,217,217);
}


.ContentBlock h2
{
   
   line-height: 31px;
   height:31px;
     background: url(/images/Search_Grey.jpg) left no-repeat -0px;
     background-color: rgb(76,170,222);
     padding: 0 0 0 30px;
     margin:0px;
    color: rgb(255,255,255);
    font-size: 14px;
    
}


.ContentBlock .blockText
{
    font-size: 12px;
    display: block;
    width: 100%;
    float: left;
    margin-left: 5px;
}

.ContentBlock ul
{
    list-style: none;
    float: left;
    width: 150px;
    padding: 0 0 5px 5px;
    margin: 0px;
    text-align: left;
}

.ContentBlock li a
{
    text-decoration: none;
    font-size: 12px;
}
.ContentBlock .form
{
    padding: 10px 0 10px 0;
}
.ContentBlock .formRow
{
    width: 300px;
    display: block;
    float: left;
}

.ContentBlock .formRow .button
{
    border: solid 1px rgb(64,176,224);
    background-color: rgb(64,176,224);
    color: rgb(255,255,255);
}
.ContentBlock .formRow input, .ContentBlock .formRow select
{
    display: block;
    float: right;
}

.ContentBlock .formRow select
{
    width: 170px;
}

.ContentBlock .formRow span
{
    display: block;
    float: left;
    margin-left: 20px;
    font-weight: bold;
    font-size: 13px;
    width: 100px;
}

.ContentBlock .form .field
{
    width: 170px;
    float: right;
}


.ContentBlock .form .formRow .errormsg
{
    display: block;
    clear: both;
    float: left;
    width: 100%;
    color: Red;
}


.ContentBlock table
{
    margin-left: auto;
    margin-right: auto;
}
/*---------------------------------------------------*/
/* ------------- page column styles ---------------- */
/*---------------------------------------------------*/

#leftCol
{
    width: 190px;
    overflow: visible;
    float: left;
    clear: both;
    min-height: 200px;
}

#midCol
{
    width: 430px;
    background-color: #ffffff;
    overflow: hidden;
    float: left;
    margin-right: 3px;
    margin-left: 6px;
    padding: 5px;
    text-align: left;
}

#rightCol
{
    width: 318px;
    overflow: hidden;
    float: left;
}


#midCol .form
{
}

#midCol .form .formRow
{
    width: 100%;
    clear: both;
    overflow: visible;
    padding: 5px 0 5px 0;
}

#midCol .form .formRow .errormsg
{
    display: block;
    clear: both;
    float: left;
    width: 100%;
    color: Red;
}

#midCol .form span
{
    display: block;
    width: 200px;
    float: left;
}

#midCol .form .field
{
    width: 220px;
    float: right;
}

#midCol .form .field .radio input
{
    width: auto;
    float: left;
    clear: both;
}

#midCol .form .field input, #midCol .form .field select
{
    display: block;
    width: 220px;
    float: left;
}

#midCol td img
{
    display:inline;
}

#midCol a{
   color: rgb(0,83,154);
}