body {
     background-color: #FFFFFF;
     margin-top: 0px;
     text-align: center;
     padding: 0px;
	 font-family: Segoe UI, Verdana
}

A:link, A:hover, A:visited {
     color: #000000;
     text-decoration: none;
}

A:hover {
     text-decoration: underline;
}

html, body {
           height: 100%;
           margin: 0 0 1px;
           padding: 0;
}


/*divs*/
#container {
            margin:top: 0px;
            min-height: 100%;
            height: 100%;
            width:830px;
}

#header {
        height: 111px;
        margin-top: 0px;
        text-align: center;
        width: 100%;
}

#sidebar {
         min-height: 20em;
         width: 120px;
         background-color: #ffcc99;
         float: left;
}

#mainContent {
	     float: right;
             width: 700px;
             padding-left: 10px;
}

#footer {
        padding-left: 120px;
	clear: both;
        
}

/* styles */

table.events{
        width: 690px;
        border-collapse: separate;
}

td.events {
        text-align: center;
}

table{
     border-collapse: collapse;
}

table.header{
     text-align: center;
}

table.nav {
     border-collapse: separate;
}

table.incomplete {
	         border-collapse: separate;
       	         border: 1px solid #000;
	         text-align: center;
	         color:red;
	         font-weight: bold;
}

table.select {
              width: 95%;              
}

#itemselect {
           border-top: 1px solid #000;
           border-bottom: 1px solid #000;
}

#category {
           font-weight: bold;
           font-size: 1.5em;
           text-align: center;
           color: #C73F17;
}

a.collapsecats, a.collapsecats:visited, a.collapsecats:hover {
	   color: #C73F17;
}

#subcategory {
           font-weight: bold;
           text-align: center;
           color: #C73F17;
}

img {
        border:2px;
}
