/* physemp.css: defines colors, typography and background images when not co-branding */
body, input, textarea
li, p, a, span            {
                            font-family: Verdana,Arial,Helvetica,sans-serif;
                            color: #000;
                            font-size: 12px;
                          }

body                      { 
                            background-image: url(/images/background.gif);
                            background-color: #ffffe3;
                            background-repeat: repeat-y;
                          }

h1, h2, h3                { font-weight: bold; }
h1                        { font-size: 20px; line-height: 20px; }
h2                        { font-size: 16px; line-height: 16px; }
h3                        { font-size: 14px; line-height: 14px; }

div#medbanner             { text-align: center; font-size: 10px; }

div.current, div.nav      {
                            font-family: Trebuchet,sans-serif;
                            font-variant: small-caps;
                            font-size: 11px;
                            line-height: 11px;
                            letter-spacing: -0.4px;
                            word-spacing: -2px;
                          }

div.current               {
                            background-image: url(/images/current.gif);
                            background-repeat: no-repeat;
                            background-position: top left;
                          }

div.nav                   {
                            background-image: url(/images/link.gif);
                            background-repeat: no-repeat;
                            background-position: top left;
                          }

div#error                 {
                            font-size: 12px;
                            background-color: #fff;
                            color: #f00;
                            border: thin #000 solid;
                          }

span#footer,              {
                            font-size: 11px;
                            letter-spacing: +0px;
                            word-spacing: -0px;
                          }

span#copyright            { font-size: 9px; }

a:link, a:visited         { font-weight: bold; text-decoration: none; color: #000; }
a:hover                   { font-weight: bold; text-decoration: underline; }

a.current:visited,
a.current:link            { color: #fff; }
a.current:hover           { color: #fff; text-decoration: none; }

a.nav:visited, a.nav:link { color: #ffc687; }
a.nav:hover               { color: #ffc687; text-decoration: none; }

