@charset "utf-8";
/* CSS Document */

h1 {
	color: #2560a9;
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;
	padding-top: 8px;
	line-height: 1.1em;
	text-align: center;
}
#leftColumn h2 {
	color: #012a75;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.3em;
	font-style: italic;
}
#leftColumn h3 {
	font-size: 1em;
	font-weight: bold;
	color: #2560a6;
	line-height: 1.5em;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#headerwrapper {
	text-align: center;
	margin: 0 auto;
	background: url(../images/top_div_bg_blue.jpg) repeat-x top;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 226px;
	text-align: center;
	background: url(../images/header_bg_blue.jpg);
}
#specialBlock {
	border-top: 1.5pt dotted #2560A9;
	border-bottom: 1.5pt dotted #2560A9;
	width: 450px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

/*left highlight box*/
#leftColumn .box {
	width:280px;
	padding: 20px 0 20px 4px;
	margin-top: 10px;
}
#leftColumn .box .t { background:#c7eafb url(../images/ul_corner_b.jpg) no-repeat left top;}
#leftColumn .box .b { background:url(../images/ur_corner_b.jpg) no-repeat right top;}
#leftColumn .box .l { background:url(../images/ll_corner_b.jpg) no-repeat left bottom;}
#leftColumn .box .r { background:url(../images/lr_corner_b.jpg) no-repeat right bottom;}

#leftColumn .box p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: .9em;
	line-height: 1.2em;
}
#leftColumn .box h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 20px 20px 3px;
	color: #c61d23;
	line-height: 1em;
	font-weight: bold;
}

#leftColumn .box h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
	padding: 5px 20px 3px;
	line-height: .8em;
}

#leftColumn .box h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #012a75;
	padding: 5px 20px 3px;
}

/* end left box */


#footer {
	background-color: #FFFFFF;
	padding: 3px 10px 5px 10px;
	text-align: center;
	border-top: 1px solid #2560a9;
	border-bottom: 1px solid #2560a9;
}

/*highlight box*/
#content .box {
	width:590px;
	padding: 20px 0 20px 4px;
	margin-top: 10px;
}
#content .box .t { background:#FFF url(../images/ul_corner.jpg) no-repeat left top;}
#content .box .b { background:url(../images/ur_corner.jpg) no-repeat right top;}
#content .box .l { background:url(../images/ll_corner.jpg) no-repeat left bottom;}
#content .box .r { background:url(../images/lr_corner.jpg) no-repeat right bottom;}

#content .box p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: .9em;
	line-height: 1.2em;
}
#content .box h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 10px 0px 6px 0;
	color: #c61d23;
	font-weight: bold;
	text-align: center;
}

#content .box h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
	padding: 10px 0 10px 0;
	text-align: center;
}

#content .box h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #012a75;
	padding: 10px 0 6px 0;
	text-align: center;
}
#content .box .t .b .l .r ul li {
	list-style: url(../images/bullet.jpg);
}

/* end box */

#content {
	margin: 0px 36px 0 330px;
	padding: 10px 0px 10px 0px;
	line-height: 18px;
	color: #000;
}
#content h2 {
	color: #c61d23;
	font-size: 1.5em;
	line-height: 2em;
}

#content .box .t .b .l .r img {
	text-align: center;
	vertical-align: middle;
	margin: 0px 10px 5px;
}

.divisionLine {
	border-top: 1pt solid #012a75;
	line-height: 0.5em;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
}

