body {
	background: #bd0b0b url(../images/back.gif) repeat-x top;
	margin: 0px;
	padding: 0px;
}

body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

img{
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

a{
	color: #000;
}

a:hover{
	color: #bd0b0b;
}

ul{
	padding: 0px;
	margin: 5px 15px 15px 15px;
}

#container{
	width: 100%
}

#container table{
	margin: auto;
}

#container table table{
	margin: 0px;
}

#leftside{
	background: url(../images/left_back.gif) no-repeat top;
	width: 6px;
}

#rightside{
	background: url(../images/right_back.gif) no-repeat top;
	width: 6px;
}

#content{
	background: #FFF;
	padding: 20px;
}

h1#title{
	padding: 0px;
	margin: 0px;
	width: 732px;
	height: 90px;
	line-height: 90px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(../images/title.gif) no-repeat;
}

h2{
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid Black;
	padding: 50px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
}

.box{
	margin: 10px 0px 0px 15px;
	padding: 0px;
	background: url(../images/box_back.gif) repeat-y;
}

.box_wide{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: url(../images/box_back_wide.gif) repeat-y;
}

.box ul{
	list-style: none;
	font-weight: bold;
	margin: 10px;
	padding: 0px;
}

.box ul li a{
	font-weight: normal;
	padding-left: 10px;
	color: #000;
}

.box table td, .box_wide table td{
	padding: 4px;
}


