@charset "utf-8";

body {
	margin				: 0px;
	padding				: 0px;
	background-color	: #FFFFFF;
	color				: #000000; 
}

a:link { color: #7A0036; }
a:visited { color: #7A0036; }
a:active { color: #AC8591; }
a:hover { color: #AC8591; }

#logo_img,
#nav_div,
#title_div,
#subtitle_div,
#leftcontent_div,
#rightcontent_div,
#link1_div,
#link2_div,
#link3_div,
#link4_div,
#corner1_img,
#corner2_img,
#corner3_img,
#corner4_img,
#line1_img,
#line2_img,
#line3_img,
#line4_img,
#line5_img,
#line6_img,
#line7_img,
#line8_img,
#line9_img,
#line10_img,
#nav1_img,
#nav2_img,
#nav3_img,
#nav4_img,
#nav5_img,
#nav6_img,
#nav7_img {
	position			: absolute;
	margin				: 0px;
	padding				: 0px;
	border				: 0px solid #000000;
}

#logo_img {
	z-index				: 10;
}

#nav_div {
	z-index				: 11;
	width				: 900px;
	height				: 30px;
	border				: 1px solid #7A0036;
	background-color	: #7A0036;
}

#title_div {
	z-index				: 12;
	width				: 900px;
	height				: 73px;
	border				: 1px solid #7A0036;
	border-top			: 7px solid #7A0036;
	background-color	: #FFFFFF;
	padding-top			: 7px;
	text-align			: center;
	font-family			: coronet;
	font-size			: 24.0pt;
	font-weight			: bold;
	color				: #7A0036;
	line-height			: 150%;
}

#subtitle_div {
	z-index				: 13;
	width				: 900px;
	height				: 30px;
	text-align			: center;
	font-family			: arial;
	font-size			: 8.0pt;
	font-weight			: normal;
	color				: #231F20;
	line-height			: 100%;
	letter-spacing		: 2pt;
}

#leftcontent_div {
	z-index				: 13;
	width				: 302px;
	height				: 302px;
	border				: 1px solid #7A0036;
	border-bottom		: 10px solid #7A0036;
	background-color	: #FFFFFF;
	padding				: 10px;
	padding-bottom		: 0px;
	text-align			: center;
}

#leftcontent_img {
	border				: 1px solid #000000;
	margin				: 0px;
	padding				: 0px;
}

#rightcontent_div {
	z-index				: 15;
	width				: 554px;
	height				: 302px;
	border				: 1px solid #7A0036;
	border-bottom		: 10px solid #7A0036;
	background-color	: #FFFFFF;
	padding				: 10px;
	font-family			: arial;
	font-size			: 8.0pt; 
	text-align			: justify;
	vertical-align		: top;
	color				: #231F20;
	line-height			: 150%;
}

#link1_div {
	z-index				: 16;
	width				: 330px;
	height				: 15px;
	text-align			: left;
	vertical-align		: bottom;
	font-family			: arial;
	font-size			: 7.5pt;
	font-weight			: normal;
	color				: #231F20;
	line-height			: 150%;
}

#link2_div {
	z-index				: 17;
	width				: 330px;
	height				: 15px;
	text-align			: right;
	vertical-align		: bottom;
	font-family			: arial;
	font-size			: 7.5pt;
	font-weight			: normal;
	color				: #231F20;
	line-height			: 150%;
}

#link3_div {
	z-index				: 18;
	width				: 330px;
	height				: 15px;
	text-align			: left;
	vertical-align		: bottom;
	font-family			: arial;
	font-size			: 7.5pt;
	font-weight			: normal;
	color				: #231F20;
	line-height			: 150%;
}

#link4_div {
	z-index				: 19;
	width				: 330px;
	height				: 15px;
	text-align			: right;
	vertical-align		: bottom;
	font-family			: arial;
	font-size			: 7.5pt;
	font-weight			: normal;
	color				: #231F20;
	line-height			: 150%;
}

#nav1_img, #nav2_img, #nav3_img, #nav4_img, #nav5_img, #nav6_img, #nav7_img {
	z-index				: 30;
}

#corner1_img, #corner2_img, #corner3_img, #corner4_img {
	z-index				: 20;
}

#line1_img, #line2_img, #line3_img, #line4_img, #line5_img, #line6_img, #line7_img, #line8_img, #line9_img, #line10_img {
	z-index				: 2;
}