body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #3C3C3C;
	text-decoration: none;
	background-color: #415473;
}
/* TEXT STYLES -------------------------- */
.txt-top-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1A1C20;
	text-decoration: none;
}
	.txt-top-2 a {
		font-weight: normal;
		color: #1A1C20;
		text-decoration: none;
	}
	.txt-top-2 a:hover {
		font-weight: normal;
		color: #3F5271;
		text-decoration: underline;
	}
.txt-footer-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1A1C20;
	text-decoration: none;
}
	.txt-footer-1 a {
		font-weight: bold;
		color: #1A1C20;
		text-decoration: none;
	}
	.txt-footer-1 a:hover {
		font-weight: bold;
		color: #3F5271;
		text-decoration: underline;
	}
.txt-footer-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
	.txt-footer-2 a {
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
	}
	.txt-footer-2 a:hover {
		font-weight: normal;
		color: #ffffff;
		text-decoration: underline;
	}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #3F5271;
	text-decoration: none;
	margin-top: 0px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #3F5271;
	text-decoration: none;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #3F5271;
	text-decoration: none;
}
h1-white {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	color: #ffffff;
	text-decoration: none;
	margin-top: 0px;
}
h2-white {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}
h3-white {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}
title-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #FFFFFF;
}

a.white-link:link {color: #ffffff}
a.white-link:visited {color: #ffffff}
a.white-link:hover {color: #ffffff}

/* MAIN STYLES ------------------------ */
#main {
	border: 1px solid #ffffff;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: center;
	padding: 0px 0px 0px 10px;
	width: 760px;
	height: 62px;
	background-image: url(website/bg_top_1.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
}
#top-2 {
	text-align: left;
	vertical-align: top;
	width: 760px;
}
#top-2-container {
	text-align: left;
	vertical-align: top;
	width: 736px;
	height: 30px;
	padding: 14px 0px 0px 25px;
	background-image: url(website/bg_top_2.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #ffffff;
}
#header {
	text-align: left;
	vertical-align: top;
	width: 760px;
	height: 204px;
	border-bottom: 1px solid #ffffff;
}
	#header img {
		float: left;
	}
#header-container {
	float: left;
	border-right: 1px solid #ffffff;
}

/* LINE ----------------------------- */
#line-thin {
	width: 760px;
	height: 0px;
	border-bottom: 1px solid #ffffff;
	font-size: 0px;
}
/* LEFT COLUMN -------------------------- */
#left-column {
	text-align: left;
	vertical-align: top;
	width: 359px;
	background-color: #BBC4D3;
	border-right: 1px solid #ffffff;
}
#left-column-container{
	text-align: left;
	vertical-align: top;
	width: 320px;
	padding: 20px 20px 20px 20px;
}
/* LEFT COLUMN in TOP STYLE-----------------------*/
#left-like-top {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;*/
	text-align: left;
	vertical-align: top;
	width: 359px;
	height: 100%;
	background-image: url(website/bg_top_1.gif);
	background-repeat: repeat-x;
	background-color: #458acd;
	border-right: 1px solid #ffffff;
}
#left-like-top-container{
	text-align: left;
	vertical-align: top;
	color: #ffffff;
	width: 325px;
	padding: 20px 20px 20px 20px;	
}
/* LEFT COLUMN in RIGHT STYLE-----------------*/
#like-right-column {
	text-align: left;
	vertical-align: top;
	width: 359px;
	height: 100%;
	background-color: #D7DCE4;
	border-right: 1px solid #ffffff
}
#like-right-column-container {
	text-align: left;
	vertical-align: top;
	width: 320px;
	padding: 20px 20px 20px 20px;
}


/* RIGHT COLUMN ---------------------- */
#right-column {
	text-align: left;
	vertical-align: top;
	width: 360px;
	height: 100%;
	background-color: #D7DCE4;
}
#right-column-container {
	text-align: left;
	vertical-align: top;
	width: 361px;
	padding: 20px 20px 20px 20px;
}
/* RIGHT COLUMN in LEFT STYLE-------------------------- */
#like-left-column {
	text-align: left;
	vertical-align: top;
	width: 360px;
	background-color: #BBC4D3;
}
#like-left-column-container{
	text-align: left;
	vertical-align: top;
	width: 360px;
	padding: 20px 20px 20px 20px;
}

