*{
	margin: 0px;
	padding: 0px;
}
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	background-color: #CCCCFF;
	background-image: url(/design/tile01.png);
	color: black;
}
img{
	border: 0px;
}
div.uc{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 5px 3px 5px;
	background-color: #0066FF;
	color: white;
	font-size: 80%;
}
div.uc a{
	text-decoration: none;
	color: white;
}
div.uc a:hover{
	text-decoration: underline;
}
div.uc p.l{
	float: left;
}
div.uc p.r{
	text-align: right;
}
div.header{
	width: 750px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #000066;
	background-image: url(/design/thppnetwork.png);
	background-repeat: no-repeat;
	color: white;
	text-align: right;
}
div.header h1{
	display: none;
}
div.header a{
	margin: 3px 0px 0px 0px;
	padding: 1px 3px 1px 3px;
	border: 1px solid white;
	background-color: #000066;
	color: white;
	font-size: 80%;
	text-decoration: none;
}
div.header a:hover{
	border: 1px solid white;
	background-color: white;
	color: #000066;
}
div.header form{
	margin: 3px 0px 0px 0px;
}
div.header form input{
	padding: 1px 3px 1px 3px;
	border: 1px solid white;
}
ol.menu{
	width: 750px;
	height: 1.2em;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-bottom: 5px solid #000066;
	background-color: #000066;
	background-repeat: no-repeat;
	color: white;
}
ol.menu li{
	float: left;
	list-style-type: none;
}
ol.menu li a{
	display: block;
	width: 130px;
	height: 1em;
	padding: 5px;
	margin: 0px 0px 0px 7px;
	border: 1px solid white;
	background-color: #000066;
	color: white;
	text-align: center;
	font-size: 80%;
	text-decoration: none;
}
ol.menu li a:hover{
	border: 1px solid #CCCCFF;
	background-color: #CCCCFF;
	color: #000066;
}
div.contents{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 150px 5px;
	background-color: white;
	color: black;
	text-align: left;
	font-size: 100%;
}
div.contents div.side{
	float: left;
	width: 200px;
	padding: 0px;
}
div.contents div.main{
	padding: 0px 0px 0px 200px;
}
div.contents div.ad{
	padding: 5px;
	text-align: center;
}
div.contents h2{
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #000066;
	background-color: #CCCCFF;
	color: #000066;
	font-size: 100%;
}
div.contents div.indent{
	padding: 3px 3px 3px 10px;
}
div.contents div.indent p{
	padding: 3px 0px 3px 0px;
}
div.contents div.indent ul{
	padding: 3px 0px 3px 0px;
}
div.contents div.indent ul li{
	margin-left: 2em;
}
div.contents div.indent dl{
	padding: 3px 0px 3px 0px;
}
div.contents div.indent dl dt{
	font-weight: bold;
}
div.contents div.indent dl dd{
	padding: 3px 0px 10px 10px;
	font-size: 80%;
}
div.contents form.login input.text{
	width: 20em;
	padding: 3px 3px 5px 3px;
	font-size: 100%;
}
div.footer{
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 750px;
	background-color: #000066;
	text-align: center;
	color: white;
	font-size: 80%;
}
div.footer address{
	font-style: normal;
}
div.footer address a{
	background-color: #000066;
	color: white;
}
