* {
	margin: 0;
	padding: 0;
}

body {
background: #192a39;
font-family: calibri, Arial, Helvetica, sans-serif;
font-size: .78em;
line-height: 20px;
color: #192a39;
}

a {
text-decoration: none;
color: #662B3A;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 160px;
background: #554d42 url(images/header.jpg) no-repeat;
}


#header a {
width: 800px;
height: 160px;
display: block; 
background: #554d42 url(images/header-sig.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;
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: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 590px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-family: georgia,times;
font-size: 20px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}



p { margin-top: 10px; margin-bottom: 1px; }



.left {
float: left;
width: 170px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 14px;
line-height: 24px;
color: #4F5D7F;
font-size: 11px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #99AECD;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#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: .77em;
    cursor: default;
}



table.sortable td {
    background-color:#fff;
    color:#192a39;
    font-size: .78em;
    cursor: default;
}



.list	ul {
        list-style: url(images/square.gif) disc;
        margin-left: 35;
        padding-left: 15px;
        text-indent: 1px;
        }


	ol {

        margin-left: 25;
        padding-left: 35px;
        text-indent: 1px;
        }


	ul {

        margin-left: 20;
        padding-left: 30px;
        text-indent: 1px;
        }




img.border {
border: 10px solid #ffffff ;
padding: 10px 2px 5px 30px ;
 }








			 
			            .outline2 {
        
        border:2px solid black;
font-size: 1.1em;
        line-height:20px;
        background-color:white;
        padding:16px;
             }




