* {
	margin: 0;
	padding: 0;
}

body {
background: #617493;
font-family: trebuchet, Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 20px;
color: #192a39;
}

a {
text-decoration: none;
color: #6d0000;
}
a:hover {
text-decoration: underline;
color: #6d0000;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 7px solid #4b5e7d;
}

#header {
height: 220px;
background: #554d42 url(images/header-meeting.jpg) no-repeat;
}


#header a {
width: 800px;
height: 220px;
display: block; 
background: #554d42 url(images/header-meeting.jpg) no-repeat;
}



#header2 {
height: 70px;
background: #554d42 url(images/header2.jpg) no-repeat;
}


#header2 a {
width: 800px;
height: 70px;
display: block; 
background: #554d42 url(images/header2.jpg) no-repeat;
}




#header h1 { 
font-size: 40px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
font-size: 40px; 
color: #ffffff;
font-family: georgia;
text-decoration: none;
font-weight: 600;
letter-spacing: -1px;
}
#header h1 a:hover {
color: #fff;
}


#header2 h1 a { 
font-size: 40px; 
color: #ffffff;
font-family: georgia, trebuchet;
text-decoration: none;
font-weight: 600;
letter-spacing: -1px;
}


#menu {
height: 30px;
line-height: 30px;
background: #192A39;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 11px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 750px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-family: georgia,times;
font-size: 20px;
font-weight: 100;
color: #6d0000;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}



p { margin-top: 10px; margin-bottom: 1px; }





.footer {
text-align: center;
font-size: 11px;
color: #fff;
}

.footer a { color: #fff; }

.footer a:hover { color: #fff; }



/* Sortable tables */
table.sortable thead {
    background-color:#fff;
    color:#192a39;
    font-weight: bold;
    font-size: .75em;
    cursor: default;
}


/* regular tables */
table td {

    color:#192a39;
    font-family: arial,helvetica;
    font-size: .85em;
    cursor: default;
}




.list	ul {
        list-style: url(images/square.gif) disc;
        margin-left: 35;
        padding-left: 15px;
        text-indent: 1px;
        }


	ul {

        margin-left: 20;
        padding-left: 30px;
        text-indent: 1px;
        }

	ol {

        margin-left: 20;
        padding-left: 50px;
        text-indent: 1px;
        }

