body {
	margin: 0;
	padding: 0;
	background-image: url(images/folderback.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial;
	font-size: .8em;
	line-height: 1.5em;
	background-color: #2E3192;
	}

#head {
	height: 61px;
	width: 720px;
	margin: auto;
	padding-top: 25px;
	text-align: right;
}

#nav {
	width: 720px;
	margin: auto;
}

#nav h2 {
	float: left;
	width: 209px;
	height: 37px;
	margin: 0;
	padding: 5px 0 0 0;
	background-image: url(images/tab.gif);
	background-position: top;
	font-family: Arial;
	font-size: .8em;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

#nav ul {
	height: 28px;
	margin: 0;
	padding: 0;
}

#nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	float: left;
	height: 24px;
	padding: 4px 9px 0 9px;
	margin: 0 6px 0 6px;
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	background-color: #B9E5FB;
	color: #2E3192;
}

#nav a.on {
	background-color: #B9E5FB;
	color: #2E3192;
}

#main {
	background-color: #fff;
}

#content {
	width: 720px;
	margin: auto;
	padding: 10px 0 0 0;
}

.clear {
	position: relative;
	clear: both;
}

#text {
	width: 500px;
	margin-left: 220px;
	padding-bottom: 10px;
	text-align: left;
}

#text .note {
	float: right;
	background-image: url(images/note.jpg);
	width: 130px;
	height: 140px;
	background-repeat: no-repeat;
	margin: 10px;
	padding: 50px 35px 10px 35px;
}

#text.home {
	width: 445px;
}

#side {
	width: 200px;
	margin-right: 20px;
	margin-top: 15px;
	text-align: left;
	float: left;
	clear: left;
}

#side.home {
	width: 255px;
	height: 358px;
	background-image: url(images/couple-note.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#nav2 {
	background-color: #B9E5FB;
	padding: 5px;
	margin: 0;
	list-style-image: none;
	list-style: none;
}

#nav2 li {
	list-style-image: none;
	list-style: none;
	background-image: url(images/arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #fff;
}

#nav2 li.last {
	border-bottom: none;
}

#nav2 a.on {
	font-weight: bold;
}

.note {
	background-image: url(images/note.jpg);
	width: 130px;
	height: 140px;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 50px 35px 10px 35px;
}

#bar {
	height: 180px;
	background-color: #B9E5FB;
	padding: 12px;	
}

#bar-content {
	width: 720px;
	margin: auto;
}

#bar img {
	float: right;
	margin: 5px;
	clear: none;
}

#foot {
	width: 720px;
	margin: auto;
	text-align: left;
	color: #fff;
	font-size: .8em;
}

#foot a {
	color: #fff;
}

.bar-block {
	width: 190px;
	float: left;
	padding: 0 20px 0 20px;
	margin: 10px 0 10px 0;
	text-align: left;
	border-left: 1px solid #fff;
}

.first {
	border-left: none;
}


.logo {
	float: left;
	margin-top: 8px;
	border: none;
}

a {
	color: #2E3192;
	text-decoration: none;
}

li {
	padding-left: 5px;
	list-style-image: url(images/arrow.gif);
}

strong {
	color: #2E3192;
}

h1 {
	margin: 0;
	padding: 20px 0 0 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.5em;
	color: #2E3192;
}

h2 {
	margin: 0;
	padding: 8px 0 0 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.2em;
	color: #ED7A33;
}

h2 a {
	color: #ED7A33;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 1.2em;
	color: #2E3192;
}

h5 {
	display: inline;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: .8em;
	text-transform: uppercase;
	color: #2E3192;
}
