/* @override http://brett1.dontexist.com:8000/~bmrustin/brp/style.css */

/* Generic Selectors */

body {

font-family: Arial, "Times New Roman", Times, serif;

font-size: 16px;

color: white;
	overflow: auto;
	background: #566666 none repeat-y 50px;
	text-align: left;
	margin: 8px;
}

ul{
list-style-type: none;
padding: 0;
margin-left: 0;
	text-align: left;
}

ol{
padding: 0;
margin-left: 0;
	text-align: left;
	list-style-image: url(root/bullet.gif);
	list-style-position: outside;
	text-shadow: #000 1px 1px 0;
}

p {

width: 100%;

}

h1 {

font-family: Arial, "Times New Roman", Times, serif;

font-size: 36px;

color: white;

}

h2 {

font-family: Arial, "Times New Roman", Times, serif;

font-size: 24px;

font-weight: normal;

color: white;

padding-bottom: 0px;

margin-bottom:15px;

margin-top:25px;

text-align:center;

}

/*******************Classes******************************/

.imgBorder{

border:1px solid white;
margin-top:18px;
}

.imgPlayback {
border: none;
margin: 0 20px 0 20px;
}

/**************** Pseudo classes ****************/

a:link {

color: white;

text-decoration: none;

font-weight: normal;

font-style:normal;

}

a:visited {

color: white;

text-decoration: none;

font-weight: normal;

font-style:normal;

}

a:hover {

color: white;

text-decoration: normal;

font-weight: bold;

font-style:normal;

}

a:active {

color: white;

text-decoration: none;

font-weight: normal;

font-style:normal;

}

/************************* ID's *************************/

#main {
	width: 592px;
	position: relative;
	top: 0;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#navigation {

position: absolute;

font-weight: normal;
	border-style: none;
	border-width: 1px;
	height: 270px;
	width: 74px;
	padding: 0 0 0 10px;
	margin-bottom: 0;
	margin-top: 175px;
	margin-right: 0;
}

#centerDoc {

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 75px;

margin-left: 125px;

width: 452px;
	text-align: center;
}

#playBack{

text-align:center;

}

#logo{

position:absolute;
width:88px;
height:67px;
margin-top:10px;
background-image:url('root/brp.png');
background-repeat: no-repeat;

}

#title{

position:absolute;
width:450px;
height:27px;
margin-top:30px;
background-image:url('root/title.gif');
background-repeat: no-repeat;
	margin-left: 125px;
}