* {
    padding: 0;
    margin: 0;
  }

#bodywrap {
background-color: #fff;
padding-right: 10px;
padding-left: 10px;
}

#bodycontents {
}


#TopLinks {
height: 35px;
line-height: 35px;
background: #57626a;
padding-left: 120px;
}
#TopLinks ul {
padding-left: 10px;
list-style-type: none;
}
#TopLinks ul li {
display: block;
float: left;
}
#TopLinks ul li a {
color: #ddd;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 20px;
font-weight: bold;
letter-spacing: -1px;
}
#TopLinks ul li a:hover {
color: #fff;
background-color: #444;
text-decoration: underline;
}

#BotLinks {
height: 35px;
line-height: 35px;
background: #57626a;
padding-left: 120px;
}
#BotLinks ul {
padding-left: 10px;
list-style-type: none;
}
#BotLinks ul li {
display: block;
float: left;
}
#BotLinks ul li a {
color: #ddd;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 20px;
font-weight: bold;
letter-spacing: -1px;
}
#BotLinks ul li a:hover {
color: #fff;
background-color: #444;
text-decoration: underline;
}


#DscRules ul{
list-style-type: none;
padding-left: 20px;
}

#RightSide{
float: right;
top: 12em;
right: 0;
width: 250px;
padding-left: 10px;
border:3px solid #0071E8;
}

table
{
    border: 1px solid #C0C0C0;
    empty-cells: show;
}

table	.outside
{
    empty-cells: show;
    table-layout: inherit;
    border: 1px solid black;
}



.PSmall
{
p {width: 500px;}
table 	{width: 500px;
border: solid 1px black;}
}

p.PCenter {text-align: center;}
div.DivCenter
	{text-align: center;}


@media screen
{
body {
	background-image: url('dsc-bg.png');
	FONT-FAMILY: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana;
	margin: 0 auto;
	width: 820px;
}

h1{ color: #0071E8;
    font-size: 30pt;
    font-weight: bold;
    text-align: center;}
h2 {color: #E87400;}
h3 {color: #E87600;}
h4 {color: #E87800;}

.hidescrn {display: none;}

}



@media print
{
h1{	color: #000000;
    font-size: 30pt;
    text-align: center;}
h2 {color: #333333;}
h3 {color: #666666;}
h4 {color: #999999;}


.hideprnt {display: none;}
}


