* { margin: 0; padding: 0;}
html {}
body {
	text-align: center;
	background-image: url(images/site_bg.jpg);
	background-position: center top;
	background-attachment: fixed;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	cursor: default;
}
p { text-align: justify;}

.welcome {
	color: #851418;
	text-align: justify;
}
p.bg1 {
	background: #E1E0D3;
	padding: 5px 10px 5px 20px;
	margin-right: -5px;
	margin-left: -5px;
	border-top: 1px solid #7B1A14;
	border-right: 0px solid #7B1A14;
	border-bottom: 1px solid #7B1A14;
	border-left: 0px solid #7B1A14;
}


#content_wrapper p { margin: 0 0 10px 0;}

img { border: none;}

a {
	color: #85161C;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul, ol { margin: 10px 10px 20px 30px;}

li {}

h1 {
	color: #000000;
	font-size: 1.5em;
	padding-top: 10px;
}
h2 {	font-size: 1.2em;}
h3{	font-size:1em;	color:#821517;}
h5 {
	width: 222px;
	display: block;
	height: 52px;
	background: url(images/column_title_bg.gif) top left no-repeat;
	padding-top: 22px;
	text-align: center;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

td { vertical-align: top;}

.seperator {
	border: 1px dotted #000000;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.border_collapse { border-collapse: collapse;}

span.smalltxt { font-size: 10px;}

div.pagetitle
{	
	padding:5px;
	background:url(images/Page_title_bg.gif) no-repeat;
	font-size:16px;
	font-weight:bold;
	height:30px;
	display:block;
}

.rbl tr td
{
    display:block;
    padding-bottom:10px !important;
    vertical-align:middle;
}
