*{
	font-family: "Times New Roman", Arial, Helvetica, sans-serif; 
	color: #5F5F5F; 
	font-size: 13px; 
}
a, a:hover{  
	color: #E80101; 
	text-decoration: none; 
}
a:hover {  
	text-decoration: underline;
}
html{
height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	height: 100%;
	background-color: #ffffff;
}

#main{
	width: 752px;
	height: 100%;
	margin: auto;
	padding: 0px 20px 0px 20px;
	background-image:url(img/back.gif);
	text-align: left;
	background-repeat: repeat-y;
}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px; 
}

h1.header{
	font-weight: normal;
	font-size: 24px; 
	color: #004867;
	margin: 0px;
	margin-bottom: 3px;
	padding: 23px 19px 10px 19px;
	background-image:url(img/content_back.gif);
	background-repeat: no-repeat;
}


ul {
	margin-top: 0px;
}

li{
	padding-left: 0px;
	margin-left: -8px;
}

#leftCol{
	float: left;
	width: 241px;
}
#rightCol{
	float: left;
	width: 490px;
	margin-left: 20px;
	display: inline;

}

#menuContainer{
	background-image:url(img/navi_back.gif);
	background-repeat: no-repeat;
	width: 490px;
	height: 35px;
}

#menuContainer a, #menuContainer a:hover{
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 10px 6px 0px 7px;
}
#menuContainer a:hover{
	background-image:url(img/menu_sel.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#contentContainer{
	background-color: #D7D7D7;
	width: 490px;
}

#content{
	padding: 0px 19px 19px 20px;
	line-height: 16px;
}

#content *{
	line-height: 16px;
}

p{
margin: 10px 0px 10px 0px;
}

img.download_ico {
 margin-right: 4px;
}
img.left {
 margin-right:4px;
 margin-bottom:4px;
 float:left;
 border:none;
}
img.logo{
 display:inline;
 border:none;
}
img.logo.pmbg{
 margin-left:15px;
 margin-right:10px;
}

font.cp {
 color:black;
 font-size:x-small;
 display:block;
 clear:both;
 padding-bottom:10px;
}

#menuContainer a.on{
	background-image:url(img/menu_sel.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

h1.form{
	font-weight: normal;
	font-size: 24px; 
	color: white;
	margin: 0px;
	margin-bottom: 3px;
	padding: 23px 19px 10px 19px;
	background-repeat: no-repeat;
	padding-left:0;
}
td.formlabel {
  color:white;
}

