﻿body
{
    font-family: Arial;
    text-align: justify;
    background-image: url('backgroundg.png');
    background-repeat: repeat-x;
    font-size: 16px;
}
span
{
    font-weight: normal;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

#main span
{
    color: #000;
    display: inline;
}
li
{
    list-style-image: url('next.png');
    padding: 10px 0 10px 10px;
}

#wrapper
{
    margin: auto;
    width: 900px;
    background-image: url('back_drop_999.gif');
    background-repeat: repeat-y;
    padding: 10px;
    border: solid 1px #8ac58a;
}

#topbar
{
    margin-bottom: 10px;
    vertical-align: bottom;
}

#menu li
{
    list-style-image: url('arrow2.gif');
    float: left;
    width: 170px;
    text-align: center;
    font-size: 24px;
    padding: 10px 0 15px 0;
}

#menu li a
{
    vertical-align: 2px;
    color:#008000;
}

#menu li a:hover
{
    color: #800080;
}

#main
{
    float: left;
    width: 600px;
    padding: 10px;
    margin-left: -50px;
    margin-right: -50px;
}

#bottombar
{
    clear: both;
    width: 900px;
}


.graphic
{
    float: left;
    margin: 0px;
    border: none;
}

.icon
{
    float: right;
    border: none;
    margin: 0 10px;
}

.front
{
    font-size: 16px;
}



.box
{
    width: 180px;
    background-image: url(bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 25px;
}

.boxl
{
    width: 180px;
    background-image: url(bottoml.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 30px;
}
#right
{
    float: left;
    position: relative;
    left: 90px;
}

#left
{
    float: left;
    position: relative;
    right: 70px;
}

.box h2
{
    background-image: url(top.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 7px 10px 0 10px;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.box p, .box h3
{
    background-image: url(middle.png);
    background-repeat: repeat-y;
    margin: 0;
    padding: 9px 10px;
}

.box h3, .boxl h3
{
	color:#ffcc00;
}

.box a
{
    color: #ffcc00;
}

.box p
{
    color: #fff;
    font-weight: bold;
}

.boxl h2
{
    background-image: url(topl.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 5px 10px 0 10px;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.boxl p, .boxl h3
{
    background-image: url(middlel.png);
    background-repeat: repeat-y;
    margin: 0;
    padding: 10px 10px;
}

.boxl a
{
    color: #ffcc00;
}

.link
{
    display: inline;
    color: #fff;
    font-size: 14px;
}

.boxl span
{
    color: #fff;
    font-size: 12px;
}

.boxl p
{
    color: #fff;
    font-weight: bold;
}

.white a, .white
{
      font-weight: normal;
    color: #fff;
    text-transform:capitalize;
    font-weight:normal;
    font-size:14px;
    text-align:left;
}

.next
{
    float: left;
    list-style-image: url(next.png);
    vertical-align: -10px;
}


.forms p
{
    color: #800080;
    display: inline;
}

.form
{
    width: 400px;
    float: right;
}

.forms
{
    display: block;
    width: 600px;
    float: left;
    margin: 10px 0;
}

.clear
{
    float: left;
    display: inline;
}

.bold
{
    font-size: small;
    font-weight: bold;
}

.player
{
    padding: 10px 0 10px 50px;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
    margin: 5px 0;
    text-transform: capitalize;
}

label
{
    margin:20px 0;
    width:150px;
}

input
{
    padding:20px 10px;
}
.red
{
    color:Red;
}

#notices, #notice
{
    width: 300px;
    float: left;
}

#notices a, #notice a
{
    display: block;
  
}

#notices span, #notice span
{
    display: block;
}

.newStyle1 {
	background-color: #692979;
	width:130px;
	font-family: Verdana;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border:1px;
	margin-top: 5px;
	margin-bottom:5px;
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: small;
	padding:3px;

}
.newStyle2 {
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Verdana;
	text-align: center;

	color: #000000;
	font-variant: small-caps;
	font-size: small;
		width:130px;
			margin-top: 5px;
	margin-bottom:5px;
		padding:3px;

}
