﻿body
{
    background: #78b7e3;
    margin: 0px auto;
    width: 100%;
}
#container
{
    background: url(graphics/bck_container.jpg) repeat-x left top;
    width: 100%;
    margin: 0px auto;
    position: relative;
    float: left;
}

#footer
{
    background: url('graphics/bck_footer.jpg') no-repeat left top;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    color: #ccc;
    font-size: 12px;
    width: 860px;
    height: 65px;
    margin: 0px auto;
    display: block;
    position: relative;
    float: left;
    clear: both;
    top: 0px;
    left: 0px;
}
#masthead
{
    background: url(graphics/bck_masthead.jpg) no-repeat top left;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    width: 859px;
    height: 230px;
    margin: 0px auto;
    display: block;
    position: relative;
    padding-left: 1px;
    z-index: 999;
}
#menucontainer
{
    /*background: url(graphics/bck_nav.jpg) no-repeat; */
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    width: 860px;
    height: 44px;
    margin: 0px auto;
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 999;
}
#content
{
    background: url(graphics/bck_content.jpg) repeat-y left top;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    color: #444;
    font-size: 12px;
    width: 860px;
    height: 100% !important;
    margin: 0px auto;
    display: block;
    position: relative;
}

#contentgraphic
{
    background: #78b7e3 url(graphics/bck_maincontent.jpg) no-repeat left top;
    height: inherit;
    width: 860px;
    height: 100% !important;
    min-height: 470px;
    height: 470px;
    margin: 0px auto;
    display: block;
    position: relative;
    float: left;
    clear: both;
}
#contentholder
{
    background: #fbf5d1;
    height: inherit;
    width: 850px;
    height: 100%;
    margin: 0px auto;
    display: block;
    position: relative;
    float: left !important;
    float: none;
    clear: both;
    margin-left: 5px !important;
}
#regcontent
{
    width: 620px;
    height: 100%;
    margin: 0px auto;
    display: block;
    position: relative;
    float: left;
}
#maincontent
{
    width: 440px !important;
    width: 437px;
    height: 100%;
    margin-left: 2px !important;
    margin-left: 0;
    display: block;
    position: relative;
    float: left;
}
#mainwelcome
{
    background: url(graphics/bck_welcomecontent.jpg) no-repeat bottom right;
    padding-bottom: 90px;
}
#maincontent li
{
    margin-bottom: 5px;
}
#contentcolumn
{
    width: 225px !important;
    width: 220px;
    float: left;
}

#leftcontent
{
    background: url(graphics/bck_hightlight.jpg) no-repeat;
    width: 200px;
    display: block;
    position: relative;
    float: left;
    margin-left: 2px;
}
#leftcontentAlert
{
    border:solid 1px #990000;
    color:#990000;
    display: block;
    position: relative;
    float: left;
    padding: 0 5px 5px 5px;
    margin: 0 5px 5px 5px;
    font-size: 11px;
}
#didyouknow
{
    width: 210px;
    float: left;
    background: url(graphics/bck_didyouknow2.jpg) no-repeat top;
    font-size: 14px;
    font-style: italic;
    font-family: Georgia;
    color: #085884;
}
#didyouknow h3
{
    font-size: 16px;
    font-style: italic;
    font-family: Georgia;
    color: #085884;
}

#didyouknow img
{
    padding: 2px 2px 5px 2px !important;
    padding: 2px 0px 5px 4px;
    border: solid 2px #333333;
    width: 206px;
    height: 156px;
    overflow: hidden;
}
#rightcontent
{
    background: url(graphics/bck_hightlight.jpg) no-repeat;
    width: 200px;
    height: 200px;
    margin-right: 2px;
    display: block;
    position: relative;
    float: right;
    color: #085884;
}
#rightcontent a
{
    text-decoration: none;
    color: #085884; /*font-size:14px; font-weight:bold;*/
}
#rightcontent a:hover
{
    text-decoration: underline; /*color:#333333; font-size:14px; font-weight:bold;*/
}
/*#rightcontent a:visited
{
text-decoration:none;
color:#333333;
font-size:14px;
font-weight:bold;

}*/

#leftcontent p
{
    padding: 0 5px 5px 5px;
    margin: 0 5px 5px 5px;
    font-size: 11px;
    color: #085884;
}
p
{
    padding: 0 3px 3px 5px;
    margin: 0 3px 3px 5px;
}
img
{
    padding: 2px 2px 5px 2px;
    border: solid 2px #333333;
}
h2
{
    padding-left: 5px;
    margin: 5px 0 5px 0;
    color: #085884;
    font-size: 16px;
    font-weight: bold;
}
#leftcontent h2
{
    padding-left: 5px;
    margin: 5px 0 5px 0;
    color: #085884;
    font-size: 14px;
    font-weight: bold;
}

#leftcontent em
{
    font-size: 10px;
}
#leftcontent hr
{

    width:90%;

    }

#rightcontent h2
{
    padding-left: 5px;
    margin: 5px 0 5px 0;
    color: #085884;
    font-size: 14px;
    font-weight: bold;
}

h3
{
    padding-left: 5px;
    margin: 5px 0 5px 0;
    color: #666868;
    font-size: 13px;
    font-weight: bold;
}


ul.topnav
{
    list-style: none;
    padding: 0px;
    margin: 0;
    float: left;
    width: 860px;
    background: #222;
    font-size: 1.2em;
    background: url(topnav_bg.gif) repeat-x;
    font-family: Tahoma, Arial, Verdana, Sans-Serif;
}
ul.topnav li
{
    float: left;
    margin: 1px 0 0 0;
    padding: 3px 5px 0 0;
    position: relative; /*--Declare X and Y axis base--*/
    background: url(graphics/bck_navbtn.jpg) no-repeat left top;
}
ul.topnav li a
{
    padding: 4px 10px;
    color: #fff;
    display: block;
    text-decoration: none;
    float: left;
}
ul.topnav li a:hover
{
    background: url(topnav_hover.gif) no-repeat center top;
}
ul.topnav li span
{
    /*--Drop down trigger styles--*/
    width: 22px;
    height: 35px;
    float: left;
    background: url(graphics/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover
{
    background-position: center bottom;
    cursor: pointer;
}
/*--Hover effect for trigger--*/
ul.topnav li ul.subnav
{
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    top: 33px;
    background: #04708a;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    width: 170px;
    font-size: .75em;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border: 1px solid #0194b5;
}
ul.topnav li ul.subnav li
{
    margin: 0;
    padding: 0;
    border-top: 1px solid #047693; /*--Create bevel effect--*/
    border-bottom: 1px solid #0194b5; /*--Create bevel effect--*/
    clear: both;
    width: 170px;
}
html ul.topnav li ul.subnav li a
{
    float: left;
    width: 145px;
    background: #04708a url(dropdown_linkbg.gif) no-repeat 10px center;
    padding-left: 15px;
}
html ul.topnav li ul.subnav li a:hover
{
    /*--Hover effect for subnav links--*/
    background: #065365 url(dropdown_linkbg.gif) no-repeat 10px center;
}
#attention
{
    color: #c00000;
    width: 190px;
    margin: 5px;
    border: dotted 1.5px #ff0000;
    position: relative;
}

#attention h2{
color:#c00000;
}
#attention p{
color:#c00000;
font-size:12px;

}