/* LAYOUT */



body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	background-image: url(../old-images/background.gif);
	background-repeat: repeat-x;
	background-color: #77003B;
	margin: 0px;
	padding: 0px;
}

/* end of LAYOUT */



/* LEFT BOX */

.left {
	background-image: url(../old-images/left_caption.gif);
	background-position: topleft;
	background-repeat: no-repeat;
	width: 229px;
	height: 49px;
}

.left_caption {
	padding-left: 60px;
	padding-top: 15px;
	color: #2C2C2C;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

.left_text { color: #ffffff; font-size: 0.6em; text-align: justify; margin: 5px 15px 5px 30px; }

/* end of LEFT BOX */



/* RIGHT BOX */

.right_caption {
	padding-left: 40px;
	padding-top: 15px;
	color: #2C2C2C;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

.right_text { color: #ffffff; font-size: 0.8em; text-align: justify; margin: 5px 25px 5px 10px; }

.right {
	background-image: url(../old-images/right_caption.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 529px;
	height: 49px;
}

/* end of RIGHT BOX */



/* FOOTER */


#copyright {
	color: #FFA3D1;
	font-size: 0.6em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	padding-left: 40px;
	padding-top: 75px;
}

/* end of FOOTER */



/* GLOBAL LINKS */
a:link {
	color: #FFEDA5;
	text-decoration: underline;
}

a:visited {
	color: #FFA5FE;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FFFF00;
}

/* end of GLOBAL LINKS */#copyrightcenter {
	color: #FFA3D1;
	font-size: 0.6em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	padding-left: 40px;
	padding-top: 75px;
}
