html {
	overflow-y: scroll;
}

body {
	
	background-color: #ffffff;
	background-image: url(../img/bg.png);
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;

	font-family: "Lucida Grande",  "Arial", sans-serif;
	font-size: 12px;

	
}

img {
	border: 0px;
	outline: 0px;
}

a {
	outline: 0px;	
}

.squareul {
	color: #F60;
	list-style-type: square;
}

.squareul span {
	color: #000;	
}

.squareul li {
	margin-bottom: 10px;	
}

.imagefloat_right {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	padding: 8px;
	border: 1px solid #dddddd;
	background-color: #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box_header {
	color: #37bde4;
	font-size: 15px;
}


.main_header {
	color: #37bde4;
	font-size: 25px;
}

.sub_header {
	color: #555555;
	font-size: 20px;
}

.subsub_header {
	color: #555555;
	font-size: 15px;
}

.navilink {
	color: #e0e0e0;
	font-size: 15px;
	text-decoration: none;
	outline: 0px;
}

.navilink:hover {
	text-decoration: none;
	color: #ffffff;	
}

.demobox {

	border: 1px solid #cccccc;
	background-color: #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px;
	
}

.linkblock {
	padding-left: 15px;	
	background-image: url(../img/blue_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.light {
	color: #555555;	
}


.reflist li {
	display: block; 
	width: 100px; 
	height: 120px; 
	overflow: hidden; 
	border: 1px solid #cccccc;
	float: left;
	margin: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.reflist li img {
	margin-left: 10px;
	margin-top: 5px;
}

.publist li {
	display: block; 
	width: 50px; 
	height: 50px; 
	overflow: hidden; 
	border: 1px solid #cccccc;
	float: left;
	margin: 3px;
}

.publist li img {
	margin-top: -10px;
}

a {
	color: #F60;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

#front-news {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#front-news li {
	padding: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #eeeeee;
	display: block;

}

#front-news a {
	color: #444444;
}

#front-news a:hover {
	text-decoration: none;
}

#outer { overflow: hidden; position: relative; width: 100%; }
#outer[id] {display: table; position: static; width: 100%; }

#middle {position: absolute; top: 50%;} /* for explorer */
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer */
/* optional: #inner[id] {position: static;} */
