/* ------------------------------
Accelitec, Inc. 
B Droullard; 20070517
Updated: 20121227

Element Definitions
------------------------------ */

body
{
    background-image: none;
    background-color: white;
    font-size: .8em;
    text-align: left;
    font-family: Verdana, Arial;
    margin: 30px 0 0 0;
}
ul
{
    list-style-position: inside;
    list-style-type: circle;
    text-align: left;
    margin: 5px 0px 0px 0px;
}
li
{
    margin: 5px 0px 0px 0px;
}
a
{
    color: #2760A5;
    text-decoration: none;
}
a:hover
{
    color: #11aa00;
}
hr
{
    color: #727377;
    margin-left: 20px;
    margin-right: 20px;
}
h1
{
    color: #727377;
    font-size: medium;
    font-weight: bold;
    margin: 20px 0px 5px 0px;

}

/* ------------------------------
Class definitions
------------------------------ */

.button 
{
	background-color: #EEEEEE;
	color: #000000;
	cursor: hand;
	text-align: center;
	BORDER: #83878A 1px solid; 
}
.buttonon
{
	background-color: #FED73E;
	color: #000000;
	cursor: hand;
	text-align: center;
	BORDER: #83878A 1px solid; 
}

/* ------------------------------
ID definitions
------------------------------ */

#wrap
{
    width: 800px;
    border: solid 1px #727377;
}
#header
{
    background-image: url(BRdata.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
    width: 800px;
	border-bottom: solid 1px #727377;
}
#body_left
{
    width: 250px;
    padding: 5px 0px 20px 50px;
    vertical-align: top;
}
#body_right
{
    width: 420px; 
    padding: 20px 40px 0px 40px;
    vertical-align: top;
/*    background-image: url(background.png);
    background-repeat:  repeat;
    background-position:   top;
    height: 25px;
    width: 420px; */

}
#logocell
{
    width: 380px;
    margin: 50px 0px 50px 10px;
}
#footer
{
    text-align: center;
    font-size: xx-small;
    background-color: #FFFFFF;
    color: #000000;
    padding: 0px 0px 20px 0px;
}