/* CSS Document */

html{
	height: 101%;
}

body{margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-image: url(../images/background.gif);
}

img {
	border: 0;
}

a:link {
	text-decoration: underline;
	color: #000040;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF9F00;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #000040;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FF9F00;
	font-weight: bold;
}

input,textarea{
	color: #ce0325;
}

h3{
	color: #00196a;
	height: 25px;
	line-height: 25px;
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 0 10px;
}

#ue1{	
	background-image: url(../images/h3_back.gif);
	background-repeat: no-repeat;
}

#ue2{	
	background-image: url(../images/h3_back1.gif);
	background-repeat: no-repeat;
}

#ue3{	
	background-image: url(../images/h3_back2.gif);
	background-repeat: no-repeat;
}

#content{
	width: 750px;
	background-image: url(../images/rand.gif);
}

#manet_head{
	width: 730px;
	text-align: left;
}

#systemnavi{
	width: 730px;
}

#imagebar{
}

#main{
	width: 730px;
	text-align: left;
}

#textbar{
	width: 730px;
	float: right;
}

 
#text {
	font-size: 1.1em;
	text-decoration: none;
	color: #000040;
	text-align: left;
	vertical-align: top;
	width: 710px;
	margin: 10px;
	padding: 0;
	background-repeat: no-repeat;	
}

#manet_foot{
	width: 730px;
	text-align: center;
}


.manet {
	background-color: #00196a;
	font-size: 1.1em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

.manet a:link {
	text-decoration: underline;
	color: #fff;
}
.manet a:active {
	text-decoration: none;
	color: #fff;
	}

.manet a:visited {
	text-decoration: underline;	
	color: #fff;
}

.manet a:hover {
	text-decoration: none;
	color: #fff;
}
.textarea{
	height: 260px;
	display: block;
	background-color: #fff;
}

.panoarea{
	margin: 10px 0;
}

ul.textarea{
	border: 1px solid #4cabe5;
	margin: 0 0 20px 0;
	padding: 1px;	
}

li.entry{
	width: 340px;
	margin: 5px 0 5px 5px;
	padding: 0;
	list-style-type: none;
	float: left;
}

.image{
	padding: 1px;
	background-color: #4cabe5;
	float: left;
}

.panodesc{
	height: 131px;
	width: 384px;
	display: block;
	background-color: #fff;
	border: 1px solid #4cabe5;	
	float: left;
	padding: 10px;
	margin-left: 5px;
	vertical-align: top;
}
.desc{
	margin: 10px 0 0 20px;	
	display: block;
	width: 180px;
	float: left;
}

.clear_cell{
	clear: both;
	height: 1px;
	padding: 0;
	margin: 0;
}

