@charset "utf-8";
/* CSS Document */

/* One51Place 2009
=================== */

/* LAYOUT
=================== */

body {
	background-image: url(images/wallpaper.jpg);
	background-color: #5A735B;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* TYPE
=================== */

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363F36;
	font-weight: bold;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	color: #0F3A62;
}
.leftinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.lefttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	font-weight: bold;
}
.lefttext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #928276;
	font-weight: bold;
}
.lefttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #655343;
	font-weight: bold;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #655343;
}

/* LINKS
=================== */

a:link {
	color: #0F3A62;
	text-decoration: underline;
}
a:hover {
	color: #5A735B;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0F3A62;
}
a:active {
	text-decoration: underline;
	color: #0F3A62;
}

.maintext a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F3A62;
	text-decoration: underline;
}
.maintext a:hover {
	color: #5A735B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.maintext a:visited {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F3A62;
}
.maintext a:active {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0F3A62;
}

/*----------------------------*/

.leftnav a:link {
	color: #363F36;
	text-decoration: none;
	font-weight: bold;
}
.leftnav a:hover {
	color: #160300;
	text-decoration: none;
	font-weight: bold;
}
.leftnav a:visited {
	text-decoration: none;
	color: #363F36;
	font-weight: bold;
}
.leftnav a:active {
	text-decoration: none;
	color: #363F36;
	font-weight: bold;
}

/*----------------------------*/

.subnav a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F3A62;
	text-decoration: none;
	font-weight: bold;
}
.subnav a:hover {
	color: #5A735B;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.subnav a:visited {
	text-decoration: none;
	color: #0F3A62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.subnav a:active {
	text-decoration: none;
	color: #0F3A62;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*----------------------------*/

.lefttext2 a:link {
	color: #0F3A62;
	text-decoration: none;
}
.lefttext2 a:hover {
	color: #655343;
	text-decoration: underline;
}
.lefttext2 a:visited {
	text-decoration: none;
	color: #0F3A62;
}
.lefttext2 a:active {
	text-decoration: none;
	color: #0F3A62;
}

/*----------------------------*/

.bottomtext a:link {
	color: #655343;
	text-decoration: none;
}
.bottomtext a:hover {
	color: #655343;
	text-decoration: underline;
}
.bottomtext a:visited {
	text-decoration: none;
	color: #655343;
}
.bottomtext a:active {
	text-decoration: none;
	color: #655343;
}

/*----------------------------*/

.lefttitle a:link {
	color: #655343;
	text-decoration: none;
	font-weight: bold;
}
.lefttitle a:hover {
	color: #0F3A62;
	text-decoration: none;
	font-weight: bold;
}
.lefttitle a:visited {
	text-decoration: none;
	color: #655343;
	font-weight: bold;
}
.lefttitle a:active {
	text-decoration: none;
	color: #655343;
	font-weight: bold;
}

/* IMAGE STYLE
=================== */

.imgRight {
	float: right;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
	border: 2px solid #637E64;
}

