/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

html {
	padding:0px;
	margin:0px;
	border:none;
}

body {
	padding:0px;
	margin:0px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFF;
	text-align:center;
}

table {
	border-collapse:collapse;
}

.imgBorder {
	border:none;
}

.clear {
	clear:both;
}

.content {
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

.topGradient {
	/*background-image:url(images/topGradient.gif);
	background-position:top;
	background-repeat:repeat-x;*/
	background-color:#FFF;
	height:86px;
}

.naviBG {
	background-image:url(images/naviBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:30px;
}

.bannerBG {
	background-image:url(images/bannerBG.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:290px;
}

.bannerBG2 {
	background-image:url(images/bannerBG.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.flowerBG
{
    background-image: url(images/contentBG.png);
    background-position: top;
    background-repeat: repeat-y;
}


.logo {
	float:left;
	text-align:left;
	padding:10px 0px;
}

.companyName {
	text-align:right;
	font-size:11px;
	padding-top:63px;
	color:#000;
}

.naviDivider {
	border-right:#404080 1px solid;
	border-left:#DEDEFF 1px solid;
	width:0px;
	height:30px;
}

.topNaviLink {
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	padding:0px 25px;
}

.topNaviLink:hover, .topNaviLinkA {
	font-size:13px;
	font-weight:bold;
	color:#FFEF18;
	text-align:center;
	text-decoration:none;
	padding:0px 25px;
}

.bannerDivBG {
	background-image:url(images/bannerDiv.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:250px;
}

.itemDivBG {
	background-image:url(images/itemBG.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:110px;
	width:230px;
}

.itemLeftBG {
	background-image:url(images/itemBGL.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:200px;
}

.itemRightBG {
	background-image:url(images/itemBGR.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:200px;
}

.link {
	color:#000000;
}

.link:hover {
	color:#777;
}

.bottomGradient {
	background-image:url(images/bottomGradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:40px;
}

.subNaviTop {
	background-image:url(images/subNaviT.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:220px;
}

.subNaviMiddle {
	background-image:url(images/subNaviM.jpg);
	background-position:top;
	background-repeat:repeat-y;
	width:220px;
}

.subNaviBottom {
	background-image:url(images/subNaviB.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:220px;
	height:5px;
	font-size:0px;
}

.contentTop {
	background-image:url(images/contentT.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:580px;
}

.contentMiddle {
	background-image:url(images/contentM.gif);
	background-position:top;
	background-repeat:repeat-y;
	width:580px;
}

.contentBottom {
	background-image:url(images/contentB.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:580px;
	height:18px;
}

.title {
	font-size:18px;
	font-weight:bold;
	padding:5px 0px 4px 0px;
}

.subTitle {
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 4px 0px;
	text-decoration:underline;
}

.subTitle2 {
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 4px 0px;
	font-style:italic;
}

.naviTitle {
	font-size:15px;
	font-weight:bold;
	padding:12px 0px 20px 0px;
	font-style:italic;
	text-align:center;
}

.subNaviLink {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.subNaviLink:hover {
	color:#FFFF7F;
	font-weight:bold;
	text-decoration:none;
}