﻿body
{
    background-color: #000000;
    background-position: right top;
    background-repeat: no-repeat;
    color: White;
    font-family: Arial;
    letter-spacing: 1px;
    ont-size: 16px;
    margin:0;
    margin-top: 50px;
    padding:0;
}

a
{
    text-decoration: none;
}

ul.menulist
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.menulist li
{
    padding: 5px 0;
    width:100%;
}

ul.menulist li a
{
    color: White;
    text-decoration: none;
    border: solid 0px green;
    width: 100%;
    display: block;
    text-indent: 5px;
    font-weight: bold;
}

ul.menulist li a:hover
{
    background-color: Red;
    width: 100%;
}

/* Rounded Corner Box */

DIV#box {

	width: 230px;
	background: #322c2d;
	color: white;
    
	text-align: left;
    float: left;
    border: solid 0px red;
}

DIV#content { padding: 0; }

/* Rounded Corner Box Background Images */

DIV#top-left {

	width: 100%;
	height: 20px;
	background: #322c2d url(/images/top_left.gif) left top no-repeat;
	
}

DIV#top-right {

	float: right;
	width: 20px;
	height: 20px;
	background: #322c2d url(/images/top_right.gif) right top no-repeat;
}

DIV#bottom-left {

	width: 100%;
	height: 20px;

	background: #322c2d url(/images/bottom_left.gif) left bottom no-repeat;

}

DIV#bottom-right {

	float: right;
	width: 20px;
	height: 20px;

	background: #322c2d url(/images/bottom_right.gif) right bottom no-repeat;

}

.address
{
    color:#ffc668;
    font-size: 15px;
    margin-left:50px;
    float: left;
    padding: 0 20px 0 20px;
}

.bottom
{
    text-align:center;
    border: solid 0px red;
    margin-left:300px;
    margin-right: 200px;
    margin-top: 0px;
}

.helpline img
{
    border:0;
}

.lottery
{
    float:right;
    border: solid 0px green;
    margin-top:0px;
    padding: 10px;
}

.modalBackground
{
    background-color: Gray;
    /*filter: alpha(opacity=70);
    opacity:0.7;*/
}

.modalPopup
{
    background-color: #ffffdd;
    color: Black;
    border: solid 3px Gray;
    padding: 3px;
    width: 350px;
}

strong
{
    color: #ffc668;
}

.altlink
{
    color: White;
}

.altlink a
{
    text-decoration: none;
}