* {
padding: 0;
margin: 0;
line-height: 1.3em;
}
body {
font-family: 'Verdana', sans-serif;
overflow: hidden;
}
html {
overflow-y: scroll;
}
A:link {color: #000000; text-decoration: underline}
A:visited {color: #000000; text-decoration: underline}
A:active { color: #000000; text-decoration: underline}
A:hover {color: #FF0000; text-decoration: underline}

TD { vertical-align: top; font-size: 12px; text-align: left;}

body.background {
background: gray;
}
#title {
margin-bottom: 10px;
}
table.background {
background: url(/images/bgcolor.jpg);
background-repeat: repeat-y;
background-color: white;
}
#rightcolumn {
border-right: 15px solid red;
}
#rightcolumn div {
width: 200px;
text-align: left;
}
#rightcolumn p {
line-height: 1.5em;
}
#title p{
font-size: 20px;
font-weight: bold;
margin-left: 4px;
}
#content {
padding-bottom: 50px;
}
#content p{
line-height: 1.5em;
}
td h1 {
margin-left: 20px;
margin-right: 20px;
font-size: 20px;
margin-bottom: 15px;
}
td h2 {
margin-left: 20px;
margin-right: 20px;
font-size: 15px;
margin-bottom: 10px;
}
td h3 {
padding-top: 0px;
font-weight: bold;
margin-bottom: 15px;
margin-left: 20px;
margin-right: 20px;
font-size: 12px;
}

p{
margin-right: 20px;
margin-left: 20px;
margin-bottom: 15px;
}
#rightcolumn h1, #rightcolumn h2{
padding-top: 20px;
font-weight: bold;
margin-bottom: 0;
font-size: 12px;
}

#rightcolumn h3{
margin-bottom: 15px;
margin-left: 20px;
margin-right: 20px;
font-size: 12px;
font-weight: normal;
}

#rightcolumn p{
display:none;
}



#menu {
text-align: right;
padding-bottom: 50px;
}
#menu ul {
list-style: none;
}
#content ul{
margin-left: 35px;
}
#content ul ul{
margin-left: 15px;
}
ul li {
line-height: 1.5em;
}
#main h2 {
font-size: 120%;
}
#main td {font-size: 11px;}

#rightcolumn p {
float: none; 
display: block;
}

#rightcolumn li {
list-style: none;
padding-left: 20px;
}
