
body
{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	background-color: #330000;
	font: 9pt Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}

a:link, a:visited
{
	color: #0000ff;
	text-decoration: underline;
}

	a:hover
	{
		text-decoration: none;
	}

p
{
	margin: 1em 0;
}

img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

input, textarea, select
{
	font: 11pt Arial, Helvetica, sans-serif;
	color: #494f41;
}


h1, h2, h3
{
    font-weight: bold;
    color: #993333;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 20pt;
}

h2, h3
{
    font-size: 14pt;
}

/******************/

#container
{
    width: 855px;
    margin-left: auto;
    margin-right: auto;
}

    a.nav
    {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 11pt;
    }

        a.nav-active
        {
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
            letter-spacing: -1px;
            font-size: 11pt;
            background-color: #000000;
        }

            a:hover.nav
            {
                text-decoration: underline;
            }

    a.link-foot
    {
        color: #0000ff;
        text-decoration: underline;
        font-size: 8pt;
    }

        a:hover.link-foot
        {
            text-decoration: none;
        }

    a.link-foot-sugg
    {
        color: #999;
        text-decoration: underline;
        font-size: 8pt;
    }

        a:hover.link-foot-sugg
        {
            text-decoration: none;
        }

    a.footer-nav
    {
        text-decoration: underline;
        font-size: 8pt;
        color: #35434f;
    }

        a.footer-nav-active
        {
            text-decoration: none;
            font-size: 8pt;
            color: #993333;
            font-weight: bold;
        }

            a:hover.footer-nav
            {
                text-decoration: none;
            }

.title
{
    border-bottom: 1px solid #dedede;
    padding: 5px;
    padding-left: 10px;
}

.foot
{
    border-top: 1px solid #dedede;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-main
{
    border-top: 1px solid #999;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
}

.small
{
    font-size: 8pt;
}

    .smallBold
    {
        font-size: 8pt;
        font-weight: bold;
    }

.newsTitle
{
    color: #7898b3;
}

#bodyContent
{
    padding: 25px;
    height: 500px;
    font-size: 11pt;
}

    .noticeInfo
    {
        border           : 1px solid #09329f;
        color            : #eff4ff;
        background-color : #09329f;
        padding          : 4px;
        font-family      : Arial, Verdana, Sans-Serif;
        font-size        : 8pt;
        font-weight      : bold;
        text-align       : center;
        width            : 35px;
    }

        .noticeWarning
        {
            border           : 1px solid #bf9117;
            color            : #fff6df;
            background-color : #bf9117;
            padding          : 4px;
            font-family      : Arial, Verdana, Sans-Serif;
            font-size        : 8pt;
            font-weight      : bold;
            text-align       : center;
            width            : 55px;
        }

            .noticeError
            {
                border           : 1px solid #df4b37;
                color            : #ffe2e2;
                background-color : #df4b37;
                padding          : 4px;
                font-family      : Arial, Verdana, Sans-Serif;
                font-size        : 8pt;
                font-weight      : bold;
                text-align       : center;
                width            : 45px;
            }

                .noticeSuccess
                {
                    border           : 1px solid #207f0f;
                    color            : #e2efe0;
                    background-color : #207f0f;
                    padding          : 4px;
                    font-family      : Arial, Verdana, Sans-Serif;
                    font-size        : 8pt;
                    font-weight      : bold;
                    text-align       : center;
                    width            : 55px;
                }

.textfield
{
	width: 225px;
}

.newsLetterFormField
{
	width: 250px;
}

span.req
{
	font-size: 75%;
	color: #ff0000;
}

span.fldDesc
{
	font-size: 85%;
	color: #9f9f9f;
	padding-right: 15px;
}

hr.d
{
	border: none 0;
	border-top: 1px solid #dedede;
	height: 1px;
	padding: 10px auto 0 0;
}

#Required
{
	width: 1px;
	height: 1px;
	visibility: hidden;
	display: none;
}

.submitInput
{
    width: 129px;
    height: 36px;
    border: none;
}

    .homeSelect
    {
        width: 150px;
        border: none;
        background-color: #fff;
        padding: 2px;
    }

.dataGridRowHeader{
	background-color: #cdbc96;
	border-bottom: 3px solid #af9a6d;
	color: #fff;
	font-size: 125%;
	height: 32px;
	vertical-align: middle;
}

.dataGridRowFooter{
	border-bottom: 3px solid #af9a6d;
	height: 3px;
}

.dataGridRow{
	border-bottom: 1px solid #af9a6d;
	font-size: 115%;
	padding: 10px;
}

/****** PAGING NAV ITEMS **********/

	.navLink a
	{
    	display: inline;
    	padding: 0 10px;
    	color: #ffffff;
    	line-height: 23px;
    	text-decoration: none;
    	border: 1px solid #000000;
    	background: #9c1a29;
	}

	.navLink a:hover
	{
		color: #ffffff;
	    background: #c75461;
	    border: 1px solid #000000;
	}

    .navLinkNone
    {
        display: inline;
    	padding: 0 10px;
    	color: #ffffff;
    	line-height: 23px;
    	text-decoration: none;
    	border: 1px solid #330000;
    	background: #330000;
    	font-weight: bold;
    }

    .navLinkNonePrevNext
    {
        display: none;
    }
/****** END PAGING NAV ITEMS *******/