* {
    margin: 0;
    padding: 0;
}

HTML {
    background: url(window-bg.png) #EEE;
}

BODY {
    position: relative;
    width: 1006px;
    font: 14px/1.4em Arial, Tahoma, sans-serif;
    margin: 0 auto;
    padding: 1px 0;
}

A, A:link, A:visited {
}

A:hover {
    color: red;
}

a.path {color: white}

BLOCKQUOTE {
    font-style: italic;
    border-left: 2px 0 solid #EFBD15;
    margin: .5em 1em;
    padding: .3em;
}

CITE {
    color: #666;
    font-weight: bold;
}

FIELDSET {
    border: 1px solid #EFBD15;
    margin: .5em 0;
}

INPUT, SELECT, TEXTAREA, TEXTFIELD {
    font-size: 95%;
}

OL {
    margin: .5em 0 1.8em 2.4em;
}

UL, QUOTE {
    margin: .5em 0;
}


/*  Header
-----------------------------------------------------------*/
#header {
    position: relative;
    margin-top: 1.7em;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

#header DIV.sitenam {
    height: 3em;
    background: url(sitenam-bg.png) #333 left top repeat-x;
    color: #ffffff;
}
#header DIV.sitenam H1 {
    font: italic 190% Impact, Arial, sans-serif;
    text-transform: uppercase;
    padding-top: .3em;
}
#header DIV.sitenam H1 A:link, #header DIV.sitenam H1 A:visited {
    color: #CCC;
    text-decoration: none;
}
#header DIV.sitenam H1 A:hover {
    color: #FFF;
}

#header DIV.siteslg {
    height: 1.5em;
    background: url(siteslg-bg.png) #CCC left bottom repeat-x;
}
#header DIV.siteslg H3 {
    color: #555;
    font-size: 110%;
}

#header DIV.sitenam H1, #header DIV.siteslg H3 {
    padding-left: 100px;
}

#header IMG.logo {
    position: absolute;
    left: 18px;
    top: 0px;
    border: 0px;
}
#header IMG.logo A:hover {
    color: #FFF;
    text-decoration: underline;
}

/*  Navigation
-----------------------------------------------------------*/
#header DIV.tmnu {
    position: absolute;
    right: 15px;
    top: -1.5em;
}
#header DIV.tmnu UL, #header DIV.tmnu LI {
    float: left;
    list-style: none;
}
#header DIV.tmnu LI {
    text-transform: uppercase;
    border-left: 1px solid #999;
    padding: 0 .3em 0 .4em;
}
#header DIV.tmnu LI.first {
    border: none;
}
#header DIV.tmnu A {
    color: #333;
    font-size: 80%;
    text-decoration: none;
}
#header DIV.tmnu A:hover {
    color: #000;
    text-decoration: underline;
}


/*  Commons
-----------------------------------------------------------*/
BODY.withleft #main {
    margin-left: 215px;
}

#container {
    padding-top: .3em;
}

#header-region {    /* For banner 728x90 */
    text-align: center;
    margin: .5em 0;
}

#content {
    position: relative;
    width: 100%;
}

#mission {    /* One linear design */
    background: url(h-bg.png) #333 left top repeat-x;
    color: #DDD;
    font-size: 110%;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    text-align: right;
    padding: .1em 19px;
    zoom: 1;
}
    
/*  lmnu
-----------------------------------------------------------*/
#lmnu {
    position: absolute;
    left: 690px;
    top: 65px;
    width: 300px;
}

#lmnu .block {
    background: #FFF;
    border: 1px solid #CCC;
    margin-bottom: 1em;
}

#lmnu .block H5.title {
    background: url(h-bg.png) #333 left top repeat-x;
    color: #DDD;
    font-size: 110%;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: .1em 18px;
}
#lmnu .block H5 {
    font-size: 120%;
    font-weight: bold;
    padding-left: 6px;
}

#lmnu .block .content {
    font-size: 95%;
    padding: .75em 12px;
}
#lmnu .block .content A:link, #lmnu .block .content A:visited {
    color: #333;
}
#lmnu .block .content A.active {
    font-weight: bold;
    text-decoration: none;
}

/*  Content
-----------------------------------------------------------*/
#main {
    background: #FFF;
    border: 1px solid #CCC;
    min-height: 30em;
}

#main H4.title {
    background: url(h-bg.png) #333 left top repeat-x;
    color: #DDD;
    font-size: 110%;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    padding: .1em 19px;
    zoom: 1;
}

#squeeze {
    padding: 0 18px .75em;
    margin: 10px 310px 5px 5px;
}

#squeeze H2 {
	font-size: 90%;
}

#main H2 {
    font-size: 128%;
    font-weight: normal;
    margin: .5em 0;
}
#main H2 A {
    color: #666;
    text-decoration: none;
}
#main H2 A:hover {
    text-decoration: underline;
}
#main H3, CAPTION {
    font-size: 113%;
    font-weight: normal;
}
#main H4 {
    font-size: 100%;
    font-weight: bold;
}
#main H2, #main H3, #main H4 {
    padding-top: .3em;
}

#main LI, #main DD {
    font-size: 100%;
}

#main P {
    font-size: 100%;
    line-height: 1.3em;
    margin: .5em 0;
}

#main .content {
    padding: .5em 0;
}

#main .content UL {
    margin-left: 1em;
    padding-left: 1em;
}

#main .error {
    border: 2px solid #F00;
}

#main .form-item {
    border: normal;
}

#main .inline IMG {
    float: right;
    border: 1px solid #EFBD15;
    margin: 0 0 .5em .75em;
    padding: 5px;
}

#main .links LI {
    border-left: 1px solid #999;
    padding-left: .6em;
}
#main .links LI.first {
    border: none;
    padding-left: 0;
}

#main .list {
    overflow-x: auto;
}

#main .page-links {
    margin: .75em 0 0;
    padding: 1px 0;
}

#main .pager {
    padding-top: .5em;
}

#main .submitted {
    color: #999;
}

#main .tabs LI A {
    margin: 0;
    padding: 0 .2em;
}

/*  Footer
-----------------------------------------------------------*/
#footer, #copy {
    width: 100%;
    color: #666;
    font-size: 75%;
    text-transform: uppercase;
    text-align: right;
}

#footer {
    margin-top: .5em;
}

#copy {
    margin-bottom: .5em;
}

#footer A, #copy A {
    color: #666;
    text-decoration: none;
}
#footer A:hover, #copy A:hover {
    color: #000;
    text-decoration: underline;
}