* {
margin: 0;
padding: 0;
}

a {
color: #ECA4BC;
}

a:hover {
color: #BBDA84;
}

body {
background: #f0f0f0;
color: #333;
font: normal 62.5% "Lucida Sans Unicode",sans-serif;
margin: 0;
}

input {
background: #fff;
color: #555;
font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

p,cite,code,ul {
font-size: 1.2em;
padding-bottom: 1.2em;
}

h1 ,h2 ,h3{
font-size: 1.4em;
margin-bottom: 4px;
}

h1,h2,h3 {
color: #BBDA84;
padding-top: 6px;
}

/* misc */
.clearer {
clear: both;
}

/* structure */
.container {
background: url(images/bgcontainer.gif) repeat-y;
margin: 0 auto;
padding-bottom: 6px;
width: 767px;
}
.header {
background: url(images/header.png) no-repeat;
}

/* title */
.title p, h1 {
margin-right: 20px;
}
.title p {
color: #888;
font: normal 1.3em Verdana,sans-serif;
text-align: right;
margin-top: -18px;
}

.title h1 {
color: #888;
font: normal 3em Verdana,sans-serif;
height: 48px;
line-height: 48px;
padding-top: 90px;
text-align: right;
}

/* navigation */
.navigation {
margin-bottom: 4px;
}

.navigation a {
background-color: #EAF4DA;
color: #FFF;
float: left;
font: bold 1.2em "Trebuchet MS",sans-serif;
padding: 8px 0;
width: 19%;
border-right: 1px solid #FFF;
text-align: center;
text-decoration: none;
}

.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
clear: both;
padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul ,.sidenav h3{
padding-left: 12px;
}

.sidenav {
background: url(images/navbg.gif);
border: 1px solid #E5E5E5;
float: left;
width: 180px;
}

.sidenav p {
background: url(images/bgul.gif) repeat-x;
color: #777;
border-top: 1px solid #FAFAFA;
margin: 0;
padding: 3px 6px 3px 14px;
}

.sidenav h3 {
background: url(images/bgcode.gif);
color: #666;
font-size: 1.2em;
height: 20px;
margin-top: 1.2em;
margin: 0;
}

.sidenav ul {
border-top: 1px solid #FAFAFA;
background: url(images/bgul.gif) repeat-x;
margin: 0;
padding: 0;
}

.sidenav li {
border-top: none;
list-style: none;
margin: 0;
}

.sidenav li a {
color: #777;
display: block;
font-size: 0.9em;
padding: 3px 6px 3px 14px;
text-decoration: none;
}

.sidenav li a:hover {
color: #111;
}

/* content */
.content {
float: right;
width: 540px;
}

.content .item {
padding: 6px 12px;
border: 1px solid #EEE;
background: #FFF;
margin-bottom: 8px;
color: #666;
}

.content .date {
color: #ECA4BC;
margin-bottom: 6px;
}

.content .eventlinks {
color: #ECA4BC;
text-align: right;
}

.content li {
list-style: url(images/li.gif);
margin-left: 18px;
}

.content blockquote {
background: url(images/navbg.gif) repeat;
color: #666;
display: block;
padding: 10px;
margin: 0px 20px 10px 10px; 
}

.content cite {
background: url(images/quote.gif) no-repeat;
color: #888;
display: block;
padding: 10px;
margin: 0px 20px 10px 10px; 
font-weight: bold;
}

.styled {
border: 1px solid #DDD;
padding: 4px;
}


/* footer */
.footer {
background: #FFF;
border: 1px solid #EEE;
color: #666;
font-size: 1.1em;
margin: 0 auto;
text-align: center;
padding: 6px;
width: 720px;
}

.footer a {
	text-decoration:none;
	color :#555555;
	font-size:70%;
}

.footer a:hover {
	text-decoration:none;
	color :#555555;
	font-size:70%;
}

form {
width: 290px; 
background: url(images/formbg.gif) repeat;
border: 1px dotted #333; 
padding: 5px;
margin: 0px auto;
}

textarea {
background: url(images/quote.gif) no-repeat;
background-color: #fff;
}

div.row {
clear: both;
padding-top: 5px;
}

div.row span.label {
float: left;
width: 50px;
text-align: right;
}

div.row span.formw {
float: right;
width: 225px;
text-align: left;
} 

div.spacer {
clear: both;
}
