@charset "utf-8";
/* CSS Document */

body{
padding:0;
margin:0;
background-color:#BE9D50;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:90%;
}

#container{
width:900px;
margin:auto;
padding:0;
}

#top{
position:relative; /* relative, static or fixed ensures you can use absolute on nested divs */ 
width:900px;
height:160px;
margin:0;
padding:0;
background-image:url(top.jpg);
background-repeat:no-repeat;
background-position:center;
}

#top-logo{
position:absolute;
top:20px;
left:60px;
z-index:1000;
}

#menu{
padding:0;
margin:0;
height:50px;
background-color:#BE9D50;
background-image:url(menu.jpg);
background-repeat:no-repeat;
background-position:center;
}

#middle{
position:static; /* To fix IE7 problem with z-index */
width:760px;
margin:auto;
padding:25px 70px;
background-image:url(middle.jpg);
background-repeat:repeat-y;
background-position:center;
z-index:900;
}

#content{
background-color:#FFFFFF;
}

#bottom{
position:relative;
clear:both;
width:830px;
margin:auto;
padding:15px 70px 0 0;
text-align:right;
z-index:700;
}

div.clear{
clear:both;
margin:auto;
}

/* General Formatting */

#middle h1{
margin:0;
padding:5px 10px 5px 10px;
font-size:1.2em;
color:#603C20;
}

#middle h2{
margin:0;
padding:5px 10px 5px 10px;
font-size:1em;
color:#603C20;
}

#middle p, #middle td{
margin:0;
padding:5px 10px 5px 10px;
color:#603C20;
}

#middle a:link, #middle a:visited{
color:#603C20;
text-decoration:underline;
padding:0;
}

#middle a:hover{
color:#FFF;
background-color:#603C20;
text-decoration:none;
padding:0;
}

a{
cursor:pointer;
}

#bottom p{
margin:0;
padding:0;
font-size:0.8em;
color:#FFF;
}

#bottom a:link, #bottom a:visited{
color:#FFF;
text-decoration:none;
}

#bottom a:hover{
color:#D6C08D;
text-decoration:none;
}

ul{
margin:0 0 0 15px;
padding:5px 10px 5px 10px;
font-size:0.8em;
color:#603C20;
}

ol{
margin:0 0 0 15px;
padding:5px 10px 5px 10px;
font-size:0.8em;
color:#603C20;
}

.line{
width:740px;
margin:10px auto;
height:1px;
border-top:1px solid #603C20; 
}

/* xStandard Options - Start */

p.left{
text-align:left;
}

p.center{
text-align:center;
}

p.right{
text-align:right;
}

acronym, abbr{
border-bottom:1px dashed;
cursor:help;
}

img.left{ 
float:left;
margin:10px 10px 10px 0;
}

img.right{
float:right;
margin:10px 0 10px 10px;
}

#pdf{
float:left;
margin:0;
padding:0 10px 0 0;
}


/* xStandard Options - End */

/* Forms - start */

input{
border:1px solid #603C20;
color: #603C20;
font-family:Georgia, "Times New Roman", Times, serif;
padding:2px;
}

textarea{
border:1px solid #603C20;
color: #603C20;
font-family:Georgia, "Times New Roman", Times, serif;
padding:2px;
font-size:inherit;
}

select{
border:1px solid #603C20;
color: #603C20;
font-family:Georgia, "Times New Roman", Times, serif;
padding:2px;
}

/* Forms - end */

/* Displaying error messages properly - start */

span.success-msg{
color:#060;
}

span.error-msg{
color:#900;
}

/* Displaying error messages properly - end */
