@charset "utf-8";
/* CSS Document */
#contentTp {
	width:563px;
	height:8px;
	background-image:url(../images/general/contentTp.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}
#contentBtm {
	clear:both;
	width:563px;
	height:8px;
	background-image:url(../images/general/contentBtm.jpg);
	background-repeat:no-repeat;
}
#contentShdLft {
	width:563px;
	background-image:url(../images/general/shadLft.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:left;
	float:left;
}
#contentShdRgt {
	width:559px;
	background-image:url(../images/general/shadRgt.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position:right;
	float:right;
}
#content {
	width:556px;
	margin:0;
	padding:0;
	background-color:#ffffff;
	float:left;
}
#content #left {
	width:40%;
	padding-left:15px;
	float:left
}

#content #right {
	width:55%;
	float:right;
}
#content #right h2 {
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:3px;
	padding-bottom:5px;
}
#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	color:#16328a;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h1 {
	padding-top:10px;
	text-align:center;
	font-size:20px;		
	padding-bottom:10px;
}
#content h2 {
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	font-size:20px;
}
#content h2.left {
	text-align:left;
}
#content h3 {
	text-align:left;
	color:#FF0000;
	padding-bottom:10px;
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
}
#content h3.center {
	text-align:center;
}
#content h4 {
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
	color:#16328a;
	font-size:16px;
	font-weight:bold;
}
#content p {
	padding:0;
	margin:0;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	font-size:14px;
}
#content p.small {
	font-size:12px;
}
#content p.clear {
	clear:both;
	text-align:center;
}
#content strong {
	color:#16328a;
}
#content a {
	color:#16328a;
}
#content a:hover {
	color:#FF0000;
}
#content img {
	margin:0;
	border:0;
	padding:0;
	margin-bottom:15px;
}
#content ul {
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
}

#paddingLeft {
	margin-left:110px;
}
