﻿body{
margin:0;
padding:0;
background:url(imgs/bg.jpg) repeat-x #F4EFE1;
font-family:Helvetica, Arial, sans-serif;
color:#28595C;
}

a{
color:#429599;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a:active{
color:#DF400D;
}

#main{
margin-left:auto;
margin-right:auto;
width:700px;
}

#header{
width:auto;
height:64px;
background:url(imgs/header.jpg) no-repeat;
}

#nav{
margin:0;
padding:0;
width:auto;
height:auto;
background:#28595C;
display:block;
}
#nav li{
margin:0;
height:auto;
list-style:none;
color:#fff;
font-size:.7em;
display:inline;
font-weight:bold;
text-align:center;
}
#nav li:hover{
background:#429599;
}
#nav li a{
height:auto;
color:#fff;
padding:0 12px;
}
#nav li a:hover{

}

.body{
margin:1em 2px 0 0;
padding:8px;
background:url(imgs/bg-body-corner.png) no-repeat top right #fff;
height:auto;
width:684px;
border:solid #BEAA82;
border-width:2px 0 2px 0;
position:relative;
float:left;
}
.body  h5{
margin:0;
padding:0;
font-size:1em;
display:inline;
color:#439498;
}
.body h2{
margin:0;
padding:0;
color:#BEAA82;
letter-spacing:-.02em;
line-height:1em;
}
.body h3{
margin:0;
padding:0;
color:#BEAA82;
letter-spacing:-.02em;
line-height:1em;
}
.body hr{
margin:5px 0;
width:100%;
background:#429599;
color:#429599;
position:relative;
}
.body p{
margin:.8em 0;
padding:0;
text-align:justify;
font-size:.75em;
line-height:1.2em;
}
.body ul{
margin:0;
padding:0 0 0 2em;
font-size:.75em;
}
.body form{
font-size:.9em;
}

#app th, #travel th{
padding:2px;
font-weight:normal;
text-align:left;
}
#app td, #travel td{
padding:2px;
font-size:.8em;
}
#app td.required, #travel td.required{
font-weight:bold;
color:#DF400D;
}

.agenda{
font-size:.9em;
width:98%;
}
.agenda th{
padding:5px;
text-align:left;
background:#429599;
color:#fff;
}
.agenda td{
padding:5px;
border-bottom:1px solid #429599;
text-align:left;
font-size:.9em;
}
.agenda td.time{
width:20%;
font-weight:bold;
text-align:right;
border-right:1px dotted #429599;
vertical-align:top;
}

#copyright{
margin:0;
padding:0;
width:100%;
text-align:center;
font-size:.7em;
color:#BEAA82;
}