/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF url(../images/img01.jpg) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
}

form
{
    margin: 0;
    padding: 0;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea, select
{
    font: normal 1em Arial, Helvetica, sans-serif;
}

h1, h2
{
    font-weight: normal;
    color: #008C00;
}

h1
{
    letter-spacing: -1px;
    font-size: 2.6em;
}

h2
{
    font-size: 1.8em;
}

h3
{
    font-size: 1.2em;
    font-weight: bold;
}



blockquote
{
    font-style: italic;
}



a
{
    color: #B22222;
}

a:hover
{
    text-decoration: none;
}

small
{
}

hr
{
    height: 2px;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
}

img.left
{
    float: left;
    margin: 0 15px 0 0;
}

img.right
{
    float: left;
    margin: 0 0 0 15px;
}

/* Header */

#header
{
    width: 1000px;
    height: 190px;
    background: url(../images/img07-1000.jpg);
    margin: 0 auto;
}

/* Logo */

#logo
{
    float: left;
    width: 264px;
    margin-right: 20px;
    padding-right:0px;
}

#logo #nasg
{
    padding-top: 15px;
    padding-left: 12px;
    text-align: center;
    font-size: 12px;
    color: #000000;
}

#logo #nasgWelcome
{
    color: #000000;
    font-style: italic;
    padding-top: 45px;
}

/* Menu */

#menu
{
    float: left;
    padding-left:0px;
    margin-left: 0px;
    height: 190px;
}

#menu ul
{
    margin: 0;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    display: block;
    float: left;
    height: 100px;
    padding: 60px 10px 0px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 12pt;
    color: #B22222;
}

#menu a:hover
{
    background: url(../images/img08.jpg) repeat-x top left;
    color: #ffffff;
}

#menu .current_page_item a
{
    background: url(../images/img08.jpg) repeat-x top left;
    color: #ffffff;
}

/* Page */

#page
{
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
}

#content ul li
{
    margin-bottom: 4px;
}

#main-content ul li
{
    margin-bottom: 10px;
}

#main-content
{
    float: left;
    width: 620px;
    padding-right: 10px;
}

#main-content-wide
{
    float: left;
    width: 790px;
    border-right: solid 1px gray;
    padding-right: 10px;
}
#content a
{
    color: #B22222;
}
#content a:hover
{
    /*color: #0062CB;
    font-weight: bold; */
    color: #B22222;
    text-decoration: none;
}

.td-name
{
    padding-bottom: 30px;
    vertical-align: top;
    white-space: nowrap;
}

.th-title
{
    padding-bottom: 10px;
    padding-right: 10px;
    vertical-align: top;
    text-align: left;
    white-space: nowrap;
}
.main-content-header
{
    font-size: 14pt;
    color: #B22222;
}
.main-content-header-10
{
    font-size: 10pt;
    color: #B22222;
    font-weight: bold;
}
#right-col
{
    float: right;
    width: 360px;
    background: url(../images/img03.gif) repeat-y;
    padding-left: 10px;
}

#right-col-narrow
{
    float: right;
    width: 185px;
    margin-left: 10px;
}
#right-col-narrow .main-content-header
{
    font-size: 10pt;
    color: #B22222;
}
#right-col .entry
{
    background: url(../images/img04.gif) repeat-x left bottom;
}


/* Sidebar */

#sidebar
{
    clear: both;
    width: 920px;
    background: url(../images/img04.gif) repeat-x left top;
    color: #008C00;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li
{
    display: block;
    float: left;
    width: 200px;
    padding: 15px;
}

#sidebar li ul
{
    line-height: 1.8em;
}

#sidebar li li
{
    display: list-item;
    float: none;
    width: auto;
    padding: 0;
}

#sidebar h2
{
    margin: 0 0 15px 0;
    color: #008C00;
}

#sidebar a
{
    text-decoration: none;
    color: #008C00;
}

#sidebar a:hover
{
    text-decoration: underline;
}

/* Footer */

#footer
{
    width: 920px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/img06.gif) no-repeat;
    text-align: center;
}

#footer p
{
    margin: 0;
    padding: 15px;
}
#footer a
{
    color: #B22222;
}
#footer a:hover
{
    color: #B22222;
    font-weight: bold;
    text-decoration: underline;
}
#legal
{
    float: left;
}

#links
{
    float: right;
}

