@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		10;
	dw-num-cols-tablet:		16;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#pb_title{
	clear: none;
	float: left;
	margin-left: 0;
	width: 95%;
	min-width: 178px;
	display: block;
	background-color: #8891FB;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	padding-left: 5%;
	text-shadow: 1px 1px 3px #FFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}
div.scrollmenu {
    background-color: #8891FB;
    overflow: auto;
    white-space: nowrap;
	float: left;
	width:100%;
	font-size: 14px;
	text-shadow: 0.5px 0.5px 1px #FFF;
}
div.scrollmenu a {
    display: inline-block;
    color: #333;
	width: 15%;
	font-weight: bold;
    text-align: center;
	padding-bottom: 5px;
	padding: 5px; 
	padding-left: 8px;
	padding-right: 8px;
    text-decoration: none;
}
div.scrollmenu a:hover {
    background-color: #33C;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}
a.active {
	background-color: #E2E4FE;

 }
#Content{
	background-color:#E2E4FE;
	margin-bottom: 20px;
}
#Content ol li{
	clear: both;
	list-style-position:inside;
	list-style-type:decimal;
	margin-top: 5px;
	margin-left: 5px;
}
#pb{
	float: left;
	width: 98%;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-color:#000;
	background-color: #E2E4FE;
}
#pb_info{
	margin-top: -3%;
	martin-bottom: 10px;
	clear: none;
	float: right;
	width: 85%;

}
#title{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
}
#authors{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 12px;
}
#reference{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 12px;
}
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	#pb_title{
	clear: none;
	float: left;
	margin-left: 0;
	width: 95%;
	min-width: 202px;
	display: block;
	background-color: #8891FB;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	padding-left: 5%;
	text-shadow: 1px 1px 3px #FFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}
div.scrollmenu {
    background-color: #8891FB;
    overflow: auto;
    white-space: nowrap;
	float: left;
	width:100%;
	font-size: 14px;
	text-shadow: 0.5px 0.5px 1px #FFF;
}
div.scrollmenu a {
    display: inline-block;
    color: #333;
	width: 15%;
	font-weight: bold;
    text-align: center;
	padding-bottom: 5px;
	padding: 5px; 
	padding-left: 8px;
	padding-right: 8px;
    text-decoration: none;
}
div.scrollmenu a:hover {
    background-color: #33C;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}
#Content{
	background-color:#E2E4FE;
	margin-bottom: 20px;
}
#Content ol li{
	clear: both;
	list-style-position:inside;
	list-style-type:decimal;
	margin-top: 10px;
}
#pb{
	float: left;
	width: 98%;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-color:#000;
	background-color: #E2E4FE;
}
#pb_info{
	margin-top:-2%;
	margin-bottom: 10px;
	clear: none;
	float: right;
	width: 95%;
}
#title{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
}
#authors{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 14px;
}
#reference{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 14px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#pb_title{
	clear: none;
	float: left;
	margin-left: 0;
	width: 95%;
	min-width: 202px;
	display: block;
	background-color: #8891FB;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	padding-left: 5%;
	text-shadow: 1px 1px 3px #FFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}
div.scrollmenu {
    background-color: #8891FB;
    overflow: auto;
    white-space: nowrap;
	float: left;
	width:100%;
	font-size: 16px;
	text-shadow: 0.5px 0.5px 1px #FFF;
	
}
div.scrollmenu a {
    display: inline-block;
    color: #333;
	width: 6%;
	font-weight: bold;
    text-align: center;
	padding-bottom: 5px;
	padding: 5px; 
	padding-left: 8px;
	padding-right: 8px;
    text-decoration: none;
}
div.scrollmenu a:hover {
    background-color: #33C;
	color: #FFF;
	text-shadow: 1px 1px 3px #000;
	font-weight: bold;
}
#Content{
	background-color:#E2E4FE;
	margin-bottom: 20px;
}
#Content ol li{
	clear: both;
	list-style-position:inside;
	list-style-type:decimal;
	font-size: 16px;
	margin-top: 10px;
}
#pb{
	float: right;
	width: 98%;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-color:#000;
	background-color: #E2E4FE;
}
#pb_info{
	margin-top: -2.0%;
	margin-bottom: 10px;
	clear: none;
	float: right;
	width: 95%;

}
#title{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
}
#authors{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 16px;
}
#reference{
	float: left;
	width: 95%;
	margin: 5px;
	font-size: 16px;
}
}
