@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F654B;
	background-color: #BAC5A7;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}


#container {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 900px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftSide {
	background-color: #729FB6;
	float: left;
	height: auto;
	width: 205px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 2.4em;
	font-weight: normal;
}
#logo {
	background-color: #729FB6;
	clear: both;
	height: 144px;
	width: 695px;
}
#leftTop {
	clear: both;
	height: 168px;
	width: 205px;
}
#leftBottom {
	float: right;
	width: 150px;
	text-align: center;
	margin-top: 10px;
	margin-right: 25px;
}

#rightSide {
	float: left;
	height: auto;
	width: 695px;
	background-color: #E6EEF2;
	color: #6F654B;
}
#address {
	padding-top: 10px;
	padding-bottom: 60px;
}

#buttons {
	background-color: #C4773B;
	clear: both;
	height: 23px;
	width: 695px;
}
.clear {
	clear: both;
}
#footer {
	margin: auto;
	padding: 0px;
	clear: both;
	width: 900px;
	height: 15px;
	text-align: right;
}
#footer a {
	font-size: 10px;
	color: #E6EEF2;
	text-decoration: none;
	padding-left: 10px;
}
#footer a:hover {
	font-size: 10px;
	color: #C4773B;
	text-decoration: none;
	padding-left: 10px;
}

#blueye {
	float: left;
}
#blueye a {
	padding: 0px;
}
#blueye a:hover {
	font-size: 10px;
	color: #C4773B;
	text-decoration: none;
	padding-left: 0px;
}
#logoSub {
	background-color: #729FB6;
	clear: both;
	height: 109px;
	width: 695px;
}
#contentLeft {
	float: left;
	height: auto;
	width: 320px;
	margin-top: 10px;
	margin-left: 20px;
}
#contentRight {
	float: right;
	height: auto;
	width: 318px;
}
#sideAddress {
	clear: both;
	text-align: right;
	margin-right: 10px;
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 80px;
}
#sideAddress a {
	color: #70664B;
	text-decoration: none;
}
#sideAddress a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #6F654B;
	text-decoration: none;
}
a:visited {
	color: #6F654B;
	text-decoration: none;
}
a:hover {
	color: #83B4DD;
	text-decoration: none;
}
a:active {
	color: #6F654B;
	text-decoration: none;
}
#contentRight p {
	padding-right: 25px;
}
