/* andreas07 - original layout by Andreas Viklund - http://andreasviklund.com

/**************** Page and tag styles ****************/
body {
margin:0;
padding:0;
color:#666;
background:#fafafa url(img/bodybg.gif) top left repeat-y;
font:76% Verdana,Tahoma,sans-serif;
}

ul {
list-style:circle;
margin:15px 0 20px;
}

li {
margin:0 0 8px 15px;
}

a {
color:#780032;
font-weight:700;
text-decoration:none;
border-bottom:1px dotted #780032
}

a:hover {
color:#505050;
text-decoration:underline;
border-bottom:none;
}

#logo {
display:block;
width:180px;
margin:0 auto;
}

/**************** Sidebar area styles ****************/
#sidebar {
position:absolute;
top:0;
left:0;
width:220px;
height:100%;
overflow:auto;
background:#C90 url(img/sidebarbg.gif) top right repeat-y;
text-align:right;
overflow:hidden;
}

body > #sidebar {
position:fixed;
}

#sidebar h1 {
margin:10px 18px 10px 5px;
color:#780032;
font-size:2em;
letter-spacing:-1px;
text-align:right;
}

#sidebar h2,#sidebar h3 {
margin:10px 20px 18px 5px;
color:#780032;
font-size:1.1em;
font-weight:700;
letter-spacing:-1px;
text-align:right;
}

#sidebar h3 {
margin:20px 18px 4px 5px;
color:#780032;
}

#sidebar p {
margin:0 20px 18px 5px;
color:#606060;
font-size:0.8em;
}

#sidebar a {
color:#780032;
}

/**************** Navigation menu styles ****************/
#menu a {
display:block;
width:202px;
padding:4px 18px 4px 0;
color:#780032;
background-color:#C90;
font-size:1.4em;
font-weight:500;
text-decoration:none;
letter-spacing:-1px;
border:1px solid #c90;
}

#menu a:hover {
color:#C90;
background:#f0f0f0 url(img/sidebarbg.gif) top right repeat-y;
border:1px solid #999;
}

#menu a.active {
padding:5px 15px 5px 0;
background:#fafafa;
}

#menu a.active:hover {
color:#505050;
background:#fafafa;
}

#menu li {
list-style: none;
margin:-5px 0 0 -35px;

}

/**************** Content area styles ****************/
#content {
width:520px;
margin:0 0 0 240px;
padding:20px 0;
background: url(img/Zonta-lt.gif) top center no-repeat;
}

#content p, #content li {
margin:0 0 10px 15px;
line-height:1.5em;
}

#content h1 {
margin:0;
color:#780032;
font-size:4em;
letter-spacing:-2px;
text-align:center;
}

#content h2 {
margin:20px 0;
color:#780032;
font-weight:400;
font-size:2.5em;
text-align:center;
}

#content h3 {
margin:20px 0;
color:#780032;
font-weight:400;
font-size:2em;
}

#footer {
width:530px;
border-top:1px solid #ccc;
margin-left:245px;
}

a img, img {
border:none;
}

#webproper {
float:right;
border:none;
margin-top:7px;
}

.membership tr {
width: 300px;
}

.membership td {
border: 1px solid #ccc;
}

.forminput {
width:315px;
text-align: left;
}

.smtext {
font-size:.8em;
}

.photoright {
float:right;
margin: .25em;
border: 3px double #000;
}

.photoleft {
float:left;
margin: .25em;
border: 3px double #000;
}

.border {
border: 3px double #000;
}

#content .rightbox {
width:250px;
float:right;
margin:5px 0 5px 5px;
border:1px solid #cccccc;
font-size:.9em;
line-height:1.4;
padding:0;
}

#content .rightbox h3 {
font-size:1.6em;
font-weight:bold;
border-bottom:1px solid #cccccc;
background-color:#c90;
padding-left:5px;
margin:0;
}

div#content .rightbox p {
padding:5px 15px 0 0;
}


