body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url("img/rMenu.gif");
	background-repeat: repeat-y;
	color: #666666;
	font-size: 75%;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
}

/****************** Links ******************/
a:link {
	color: #730205;
	text-decoration: none;
}
a:visited {
	color: #730205;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
:link img, :visited img {
	border: 0 none inherit;
}

/****************** Image border ******************/
img {
 border: 0 none !important;
}

/*** misc ***/
p {
    margin: 0px;
	padding: 0px;
    text-align: justify;
}
p:first-letter {
	font-size: 100%;
}
.notice {
	color: #CC745B;
}
strong {
    color: #868686;
	letter-spacing: 1px;
}
.highLight {
	color: #CC745B;
	font-weight: bold;
	letter-spacing: 1px;
}
.clearBoth {
	height: 1px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
.mTitleOuter {
	font-size: 220%;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.mTitle {
	color: #D3D3D3;
}
.mTitleDark {
	color: #999999;
}
.B {
	color: blue;
}
.R {
	color: red;
}
.M {
	color: maroon;
}
.S {
	color: black;
}
.copy {
    margin: 30px 0px 0px 5px;
    color: #ffffff;
	font-size: 75%;
	visibility: hidden;
}


/*** main menu ***/
#ulMenu {
    margin: 10px 0px 0px 5px;
	padding: 0px;
	font-size: 95%;
}
#ulMenu li {
    display: block;
    margin: 0px 0px 7px 0px;
	border-top: 1px solid #9CA39F;
	border-bottom: 1px solid #A4AAA6;
	letter-spacing: 0px;
}
#ulMenu a:link, #ulMenu a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#ulMenu a:hover {
	font-weight: bold;
	color: #F0EAD7;
	text-decoration: none;
}

/*** lists ***/
.olJustify {
    text-align: justify;
}
.listInner li {
    padding: 0px;
	margin-left: 0px;
}
.listNone {
    list-style: none;
}

/****************** Layout ************************/
#topLine {
    position: absolute;
	width: 100%;
	height: 78px;
	top: 20px;
	background-color: #F0EAD7;
}
#mainOuter {
    position: relative;
    width: 770px;
	top: 116px;
}
#mMain {
	margin: 0px 160px 0px 160px;
	top: 0px;
}
#footer {
    width: 440px;
    height: 40px;
	margin: 20px 0px 0px 160px;
	text-align: center;
	color: #868686;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 75%;
}
#rTop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 20px;
}
#mTop {
	position: absolute;
	left: 150px;
	top: 0px;
	width: 620px;
	height: 20px;
}
#topImg {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 150px;
	height: 78px;
}
#topHead {
	position: absolute;
	left: 150px;
	top: 20px;
	width: 620px;
	height: 78px;
}
#rSpace {
	position: absolute;
	left: 0px;
	top: 98px;
	width: 150px;
	height: 18px;
}
#mSpace {
	position: absolute;
	left: 150px;
	top: 98px;
	width: 620px;
	height: 18px;
}
#rMenu {
	float: left;
	top: 0px;
	width: 150px;
}
#mCol {
	float: right;
	top: 0px;
	width: 150px;
	border-left: 1px solid #A8AEAA;
	border-right: 1px solid #A8AEAA;
	margin-left: 0px;
	/*color: #9C8168;*/
}
#mColMargin {
	width: 128px;
    margin: 0px 10px 0px 10px;
	text-align: center;
}

/*** tables ***/
.tableOuter {
    width: 95%;
}
.tableLeft {
    width: 49%;
	float: left;
	margin-bottom: 1px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.tableRight {
    width: 49%;
	float: right;
	margin-bottom: 1px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.tableLeftIn {
    width:15%;
	float: left;
	background-color: #f5f5f5;
	font-weight: bold;
	text-align: center;
}
.tableRightIn {
    width: 84%;
	float: right;
	background-color: #f5f5f5;
}
.tableMargin {
    margin: 3px 3px 3px 3px;
}

/**** tables 2 ***/
table {
	background-color: #666666;
}
th {
    background-color: #f1f1f1;
}
td {
	background-color: #ffffff;
}

#partner {
margin: 20px 0px 0px 0px;
color: #ffffff;
text-align: center;
}
#partner strong {
color: #ffffff;
}