/* reset CSS Document */

body, h1, h2, h3, p, ul, li {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}


/* main styles */

body {
background-color:#FF9933;
font-family: Arial, Helvetica, sans-serif;
background-image:url(../images/back2.png);
background-repeat:repeat-y;
background-position:center;
}

#container {
position: relative;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
width: 720px;
background-color: #FFFFFF;
}

#header {
position: relative;
width: 720px;
height: 212px;
background-color:#FFFFFF;
background-image: url(../images/cccbanner.png);
}

#header img {
position:absolute;
top: 4px;
left: 15px;
}

#content {
overflow: auto;
}

#nav {
width: 92px;
height: 460px;
float: left;
font-size: 100%;
padding-left: 8px;
padding-right: 8px;
text-align: center;
background-color:#FFFFCC;
}

#nav li {
list-style: none;
padding-bottom: 12px;
}

#nav li a:link {
text-decoration: none;
color: #000000;
}

#nav li a:visited {
text-decoration: none;
color: #000000;
}

#nav li a:active {
text-decoration: none;
color: #000000;
}

#nav li a:hover {
text-decoration: none;
color: #000000;
}

#nav ul {
margin-top: 30px;
}

#main {
float: right;
width: 580px;
background-color:#FFFFFF;
}

#main .photo {
float:right;
}

#main img {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

#main p {
margin-right: 30px;
margin-bottom: 12px;
}

#calendar {
float: right;
margin-left: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: 0.5em;
background-color: #FFFFFF;
padding: 3px;
}

#calendar td {
border: 1px solid #000000;
}

#organizations li{
list-style: none;
}

#footer {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;

}

/* nav styles */



h1 {
text-indent: -9999px;
}

h2 {
font-weight: bold;
margin-bottom: 12px;
}

h3 {
font-weight: bold;
}

h4 {
font-weight: bold;
}

