*{
    margin:0;
    padding:0;
}
body{
    background:#3f3f3f url('/images/bg.gif') repeat-x 0 0;
    text-align:center;
    height:100%;
}
body, div, td{
    font:11px Verdana, Arial, Helvetica, Sans-serif;
    line-height:16px;
    color:#636363;
}
a{
    color:#000080;
    text-decoration:none;
    font-weight:bold;
}
a.selected{
    color:#636363;
}
a:hover{
    color:#4448DB;
}
img{
    border:0;
}
h1{
    font-size:18px;
}
h2{
    font-size:16px;
}
h3{
    font-size:14px;
}
input.text, input.password, textarea, select{
    border:1px solid #bcc5cd;
}
input.text, input.password, textarea{
    width:100%;
}
form button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    line-height: 1.3;

    margin: 0 0.5em 0 0;
    height: 2.4em;

    display: block;
    float: left;

    cursor: pointer;
}
form button {
    width: auto;
    padding: 2px 8px 2px 7px; /* IE6 */

    overflow: visible;
    clear: both;
}
form button[type] {
    line-height: 16px; /* Safari */

    padding: 2px 5px 3px 4px; /* Firefox */
}
*:first-child+html button[type] {
    padding: 0 7px 0 6px; /* IE7 */
}
hr{
    width:100%;
    height:1px;
    color:#bcc5cd;
}
p{
    margin-top:10px;
}

#container{
    padding:10px;
    position:relative;
    width:960px;
    height:600px;
    margin:71px auto 0 auto;
}
#content{
    height:100%;
    background-color:#fff;
}
#header{
    height:105px;
    background-color:#000080;
    position:relative;
}
#logo{
    margin:0 auto;
    background:#000080 url('/images/logo.gif') no-repeat;
    width:359px;
    height:100%;
}
#logo a{
    width:100%;
    height:105px;
    display:block;
}
#flags{
    width:18px;
    position:absolute;
    right:10px;
    top:10px;
}
#flags img{
    margin-top:10px;
}
#nav {
    border-bottom:1px solid #bcc5cd;
}
#nav ul{
    margin:10px 0 10px 0;
}
#nav li{
    display:inline;
    padding:0 10px 0 10px;
}
#nav li a{
    font:bold 13px Helvetica, Arial, Sans-serif;
    letter-spacing:1px;
}

#login {
    font-size: 80%;
    color: #fff;
    position: absolute;
    top: -40px;
    left: 20px;
}
#login fieldset {
    border-style: none;
}
#login p {
    margin: 0;
    float: left;
    display: inline;
}
#login dt {
    position: absolute;
    top: -999em;
}
#login dd {
    margin-right: 0.5em;
    float: left;
    display: inline;
}
#login input.text,
#login input.password {
    font-size: 125%;
    height: 1.5em;
    width: 10em;
}


#shadow_top{
    background:transparent url('/images/shadow_top.gif') repeat-x 0 0;
    width:960px;
    height:10px;
    position:absolute;
    top:0;
    left:10px;
}
#shadow_bottom{
    background:transparent url('/images/shadow_bottom.gif') repeat-x 0 0;
    width:960px;
    height:10px;
    position:absolute;
    bottom:0;
    left:10px;
}
#shadow_left{
    background:transparent url('/images/shadow_left.gif') repeat-y 0 0;
    width:10px;
    height:620px;
    position:absolute;
    top:0;
    left:0;
}
#shadow_right{
    background:transparent url('/images/shadow_right.gif') repeat-y 0 0;
    width:10px;
    height:620px;
    position:absolute;
    top:0;
    right:0;
}
#argonova{
    width:960px;
    margin:0 auto;
    text-align:left;
    padding:0 20px 0 20px;
}
#argonova a{
    color:#626161;
    font-size:10px;
}

ul#projects li {
    display: block;
    width: 100%;
}
ul#projects .even {
    background-color: #dadada;
}
ul#projects .odd {
    background-color: #fff;
}
ul#projects a {
    color: #636363;
    text-decoration: none;
    font-weight: normal;
}
