body {
	background-image: url(../img/body_img.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
div.header {
	width: 390px;
	height: 84px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
	display: inline;
	float: left;
}
div.HeaderNav {
	width: 360px;
	display: inline;
	float: left;
	clear: none;
	text-align: right;
}
div.GlobalNav {
	height: 66px;
	width: 750px;
	clear: both;
}
div.ContentsBody {
	background-color: #FFFFFF;
	width: 750px;

	margin-top: 0px;
	margin-left: 25px;
}
h1 {
	margin: 0px;
}
h2 {
	width: 730px;
	font-size: 80%;
	color: #666666;
	font-weight: normal;
	padding-left: 20px;
	margin: 0px 0px 14px;
}

h2 a{
	color: #666666;
}

h2 a:hover{
	text-decoration: underline; 
}



div.footer {
	width: 750px;
	border-top: 0px solid #0380B7;
	border-right: 0px solid #0380B7;
	border-bottom: 1px solid #0380B7;
	border-left: 0px solid #0380B7;
	padding-top: 20px;
}

address {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	height: 100px;
	width: 750px;
	text-align: center;
}


div.RightNav {
	float: left;
	width: 137px;
	display: inline;
	background-image: url(../../common/img/rightnav_bg.jpg);
	background-repeat: no-repeat;
}

div.RightNav li {
	font-size: 80%;
	color: #666666;
	list-style-image: url(../../common/img/mark_arrow.gif);
	border-top: 1px dotted #1A479A;
	border-right: 0px dotted #1A479A;
	border-bottom: 0px dotted #1A479A;
	border-left: 0px dotted #1A479A;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: -15px;
	margin-right: 5px;
}
div.RightNav li  a{
	color: #666666;
}

div.RightNav li 	a:hover{
	text-decoration: underline; 
}

br.clear {
	clear: both;
}
a{ 
text-decoration: none; 
} 
img {
	border: none;
}
div.RightNav img {
	margin-bottom: 5px;
}
div.RightNav ul {
	margin-top: 5px;
	margin-bottom: 20px;
}

