body { 
        background: #00ccff; 
}

#top
{
	text-align: center;
	background: url('images/mjlogo.png') no-repeat;
	width: 745px;
	height: 115px;
}

#main, td {

        color: #333333;
        font-family: Verdana,Arial,Helvetica, sans-serif;
        font-size: 12px;
}

#main {
	width: 713px;
	background: #FFFFFF;
        border-right: 1px solid #000000; 
        border-left: 1px solid #000000;
        padding: 1px 15px 0px 15px; 
        text-align: center;
}

#banner {
	background: #fef1c5;
	width: 713px;
        padding: 10px 15px 10px 15px; 
        border-right: 1px solid #000000; 
        border-left: 1px solid #000000;
        text-align: center;
        font-family: Verdana,Arial,Helvetica, sans-serif;
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        border-top: 1px solid #e70b75;
        border-bottom: 1px solid #e70b75;
}

h1 {
        color: #cc0099;
        font-family: Georgia, serif;
        font-size: 36px;
        margin-top: 7px;
        margin-bottom: 0px;
}   

h2 {
        color: #fc5f2a;
        font-family: Verdana,Arial,Helvetica, sans-serif;
        font-size: 18px;
        text-align: left;
        text-align: center;
}  


h3 {
        color: #f4265f;
        font-family: Verdana,Arial,Helvetica, sans-serif;
        font-size: 18px;
        text-align: left;
}  

#main .txt
{
        text-align: left;
        margin-left:30px;
}

.nav
{
        font-size: 14px;
        font-weight: bold;
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
        padding-top: 10px;
}   

.nav A  {text-decoration: none}
.nav A:link {color: #fc5f2a;}
.nav A:hover {color: #990066;}
.nav A:visited {color: #990066;}
.nav A:active {color: #fc5f2a;}   


A  {text-decoration: underline}
A:link {color: #00ccff;}
A:hover {color: #009999;}
A:visited {color: #009999;}
A:active {color: #00ccff;}  

#box {
        float: right;
        padding: 5px 10px 5px 10px;
        margin: 5px 5px 10px 10px;
        border: 1px solid #990099;
        width: 200px;
        background-color: #ff99ff;
}


#btm
{
	display: block;
	clear: both;
	text-align: center;
	background: url('images/btm.gif') no-repeat;
	width: 745px;
	height: 30px;
}
