
body { 
font-family: Georgia; 
line-height: 1.4;
font-size: 12px;
background: #dedede;
margin: 0;
padding: 0;
}

#wrap { 
width: 800px;
margin: 20px auto;
padding: 20px;
background: #fff;
}

/* ******************************************************************** */
/* header and menu */
#header {
background: #FFF6BF;
border-top: 3px solid #FFD324;
border-bottom: 3px solid #FFD324;
height: 80px;
}

#header h1 {
margin: 0;
padding: 9px 0 0 20px;
font-weight: 100;
font-size: 25px;
letter-spacing: -1px;
}

#header h1 a { 
text-decoration: none; 
color: #000000; 
}

#header h1 a:hover { 
text-decoration: none; 
border-bottom: 1px solid black; 
}

#header h2 { 
padding: 0 0 0 20px; 
margin: 0; 
color: #000000; 
font-weight: 100; 
font-size: 17px; 
}

#menu {
background: #dedede;
height: 20px;
line-height: 20px;
border-top: 3px solid black;
border-bottom: 3px solid black;
margin-top: 10px;
text-transform: uppercase;
text-align: center;
}

#menu p {
margin: 0;
}

#menu p a { 
text-decoration: none; 
color: black; 
}

#menu p a:hover { 
text-decoration: none; 
border-bottom: 1px solid black; 
}

/* ******************************************************************** */
/* content */
#contentwrap {
margin-top: 10px;
}

#content {
background: #efefef;
border-top: 3px solid #CFCFCF;
border-bottom: 3px solid #CFCFCF;
padding: 20px;
}

#content h1 {
border-left: 5px solid #003366;
margin-left: 10px;
padding-left: 10px;
color: #003366;
font-size: 25px;
font-weight: 100;
}

#content h2 {
margin-top: 20px;
background: #CCCCCC;
border-bottom: 3px solid #003366;
margin: 0;
color: #003366;
line-height: 30px;
font-size: 17px;
font-weight: 100;
padding-left: 10px;
}

#contentshared {
float: right;
width: 540px;
background: #efefef;
border-top: 3px solid #CFCFCF;
border-bottom: 3px solid #CFCFCF;
padding: 20px;
}

#contentshared h1 {
border-left: 5px solid #003366;
margin-left: 10px;
padding-left: 10px;
color: #003366;
font-size: 25px;
font-weight: 100;
}

#contentshared h2 {
margin-top: 20px;
background: #6699CC;
border-bottom: 3px solid #003366;
margin: 0;
color: white;
line-height: 30px;
font-size: 17px;
font-weight: 100;
padding-left: 10px;
}

#contentshared h3 {
margin-top: 10px;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}

/* ******************************************************************** */
/* sidebar */
#sidebar {
background: #dedede /*#99CCFF*/;
border-top: 3px solid #003366;
border-bottom: 3px solid #003366;
float: left;
width: 200px;
}

#sidebar h3 {
height: 30px;
line-height: 30px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #dedede;
background: #336699;
}

#sidebar p { 
padding: 0 10px 10px 10px; 
color: #232323; 
}

#sidebar ul {
padding: 10px 0 25px 30px;
margin: 0;
list-style-type: circle;
color: #787878;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#sidebar ul li a { color: #336699; text-decoration: none;}
#sidebar ul li a:hover { text-decoration: underline; }


/* ******************************************************************** */
/* footer */
#footer {
margin-top: 20px;
background: #FFF6BF;
border-top: 3px solid #FFD324;
border-bottom: 3px solid #FFD324;
height: 20px;
}

#footer p {
margin: 0;
text-align: center;
}

/* ******************************************************************** */
/* table */
table {
margin-top: 10px;
border: 1px solid #003366;
}

table tr, td {
padding: 5px 3px 5px 3px;
}

table tr th {
background: #333333;
color: white;
}

table td.code {
font-family: Courier New;
white-space: nowrap;
}

code {
border: 0;
background: #dedede;
display: inline;
padding: 0;
font-weight: bold;
}

code.block {
background: #dedede;
border: 1px dashed #003366;
display: block;
padding: 10px;
font-weight: normal;
}

a { color: #009FBF; text-decoration: none;}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; }
h2 { margin: 0; padding: 0; }

